KvGetNameSymbol
Finds a KeyValues id inside a KeyValues tree.
native bool KvGetNameSymbol(Handle kv, 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.Error
Invalid Handle.