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