CScriptKeyValues
Clear
Clears this KeyValues object.
Dump
Dump the object to console.
FindKey
Find a child KeyValues object associated with the specified key name. If create is true a new KeyValues object is created if no matching key exists, otherwise null is returned.
GetFirstSubKey
Return the first sub key object.
GetKeyBool
Return the associated bool value for this key name.
GetKeyFloat
Return the associated float value for this key name.
GetKeyInt
Return the associated integer value for this key name.
GetKeyString
Return the associated string value for this key name.
GetNextKey
Return the next key object in a sub key group.
IsKeyEmpty
Return true if key name has no value.
ReleaseKeyValues
Delete the contents of this KeyValues object.
SetKeyBool
Sets the associated bool value for this key name.
SetKeyFloat
Sets the associated float value for this key name.
SetKeyInt
Sets the associated integer value for this key name.
SetKeyString
Sets the associated string value for this key name.