WriteInt
Jump to navigation
Jump to search
Description:
This will write an integer(4 bytes) to the given blob which can be later passed to SendServerData.
Parameters:
( b, int )
b : The blob in which to write the integer.
int : The integer to be written
Return Values:
The function returns true on success.
Related Functions
The following functions may be helpful as they relate to this function in one way or another.