3rd Party Libraries
Recent Additions
Handles Parser
Discord
keyvalues
KeyValues
SetNum
File
SetNum
Last Updated
2014-11-08
Created At
2014-11-08
Sets an integer value of a KeyValues key.
native
void
SetNum(
const char[]
key
,
int
value
)
Parameters
const char[]
key
Name of the key, or NULL_STRING.
int
value
Value number.
Return Value
void