network_message_info table reference - Stingray Lua API Reference

network_message_info table reference

Description

Contains metadata about a particular RPC message type set up in the .network_config resource that you have used to initialize the Stingray stingray.Network.

An instance of this table is returned by the stingray.Network.message_info() function.

The elements in this table correspond to the settings that you can configure for your message types in the .network_config resource file. See the networking documentation for additional details.

Data Members

An array that contains an ordered list of sub-tables, each of which describes one of the data types set up as an argument for this type of RPC message.

priority : number

If reliable is false, this specifies the priority used for sending this type of message.