JumpToKey
Sets the current position in the KeyValues tree to the given key.
native bool JumpToKey(const char[] key, bool create = false)
Parameters
const char[] key
Name of the key.
bool create
If true, and the key does not exist, it will be created.
Return Value
bool True if the key exists, false if it does not and was not created.