WriteInt

From NPC for VCMP 0.4 Servers
Revision as of 05:40, 24 June 2023 by Habi (talk | contribs)
Jump to navigation Jump to search


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.