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 (size_t index)
T * GetCurrentPtr (size_t index)
GetCurrent (size_t index)
void SetCurrent (const T &val, size_t index)
size_t Add (const T &value, CvarParameter *param)
size_t 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:
  • /github/workspace/sources/code/Common/Console/Cvars.cpp