Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::CvarArray< T > Struct Template Reference

Public Member Functions

 CvarArray (size_t size)
 
CvarStorage< T > * GetCurrentStorage (int32_t index)
 
T * GetCurrentPtr (int32_t index)
 
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 &currentValue, CvarParameter *param)
 

Public Attributes

CvarStorage< T > * cvars { nullptr }
 
size_t count { 0 }
 

The documentation for this struct was generated from the following file: