AddNetworkMessageFloat
Description
Adds a float to a previously created network message. This can be called on messages created by CreateNetworkMessage or on messages received from the network.
Definition
AddNetworkMessageFloat( iMsgID, value )
void agk::AddNetworkMessageFloat( uint32_t iMsgID, float value )
Parameters
- iMsgID - The ID of the message to modify.
- value - The value to add to the message.