This is the complete list of members for kDict, including all inherited members.
Add(const kStr &in key, const kStr &in value) | kDict | |
Empty() | kDict | |
GetBool(const kStr &in key, bool &out boolResult, const bool defaultValue=false) | kDict | |
GetFloat(const kStr &in key, float &out floatResult, const float defaultValue=0) | kDict | |
GetInt(const kStr &in key, int &out intResult, const int defaultValue=0) | kDict | |
GetString(const kStr &in key, kStr &out stringResult) | kDict | |
GetVector(const kStr &in key, kVec3 &out vectorResult) | kDict | |
HasKey(const kStr &in key) | kDict | |
SetValue(const kStr &in key, const kStr &in value) | kDict |