CScriptKeyValues
Clear
Clears this KeyValues object.
Dump
Dump the object to console
FindKey
Given a KeyValues object and a key name, find a KeyValues object associated with the key name
GetFirstSubKey
Given a KeyValues object, return the first sub key object
GetKeyBool
Given a KeyValues object and a key name, return associated bool value
GetKeyFloat
Given a KeyValues object and a key name, return associated float value
GetKeyInt
Given a KeyValues object and a key name, return associated integer value
GetKeyString
Given a KeyValues object and a key name, return associated string value
GetNextKey
Given a KeyValues object, return the next key object in a sub key group
IsKeyEmpty
Given a KeyValues object and a key name, return true if key name has no value
ReleaseKeyValues
Given a root KeyValues object, release its contents
SetKeyBool
Given a KeyValues object and a key name, sets the associated bool value
SetKeyFloat
Given a KeyValues object and a key name, sets the associated float value
SetKeyInt
Given a KeyValues object and a key name, sets the associated integer value
SetKeyString
Given a KeyValues object and a key name, sets the associated string value