WriteInt: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{Welcome|desc=This will write an integer to the given blob.|params=( b, int )}}")
 
No edit summary
Line 1: Line 1:
{{Welcome|desc=This will write an integer to the given blob.|params=( b, int )}}
{{Welcome|desc=This will write an integer to the given blob.|params=<source lang="lua">( b, int )</source><poem>
::b : The blob in which to write the integer.
::int : The integer to be written
</poem>|
retval=The function returns true on success.}}

Revision as of 05:39, 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:
This function does not return any specific values.