Public Member Functions | |
| KVariableList () | |
| ~KVariableList () | |
| void | RegisterVariable (KStr sName, KStr sString) |
| void | RegisterVariable (KStr sName, s32 Value) |
| void | RegisterVariable (KStr sName, float Value) |
| void | UnregisterVariable (KStr sName) |
| KStr | GetString (KStr sName) |
| s32 | GetInteger (KStr sName) |
| float | GetFloat (KStr sName) |
Protected Member Functions | |
| KVariable * | GetpVariable (KStr sName) |
Definition at line 66 of file Variable.h.
1.5.1-p1