ReadByte
Jump to navigation
Jump to search
Description:
This will read a byte from the blob of onServerData.
Parameters:
( data )
data : The blob obtained from onServerData
Return Values:
The function returns the byte on success. On failure throw error.
Example
function OnServerData( data ) { local a = ReadByte(data); print("I received byte " + a + " from server\n"); }
Related Functions
The following functions may be helpful as they relate to this function in one way or another.