WriteInt: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
relfuncs=*[[WriteByte]]
relfuncs=*[[WriteByte]]
*[[WriteFloat]]
*[[WriteFloat]]
*[[WriteString]]
*[[SendServerData]]}}
*[[SendServerData]]}}

Revision as of 05:43, 24 June 2023


Description:
This will write an integer to the given blob.


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.