|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| CvarArray (size_t size) | |
| CvarStorage< T > * | GetCurrentStorage (int32_t index) |
| T * | GetCurrentPtr (int32_t index) |
| T | GetCurrent (int32_t index) |
| void | SetCurrent (const T &val, int32_t index) |
| int | Add (const T &value, CvarParameter *param) |
| int | Add (const T &initialValue, const T ¤tValue, CvarParameter *param) |
Public Attributes | |
| CvarStorage< T > * | cvars { nullptr } |
| size_t | count { 0 } |