3rd Party Libraries
Recent Additions
Handles Parser
Discord
keyvalues
KeyValues
GetNameSymbol
File
GetNameSymbol
Last Updated
2014-11-08
Created At
2014-11-08
Finds a KeyValues id inside a KeyValues tree.
native
bool
GetNameSymbol(
const char[]
key
,
int&
id
)
Parameters
const char[]
key
Key name.
int&
id
Id of the found KeyValue.
Return Value
bool
True on success, false if key not found.