Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::CvarSystem Member List

This is the complete list of members for Grindstone::CvarSystem, including all inherited members.

begin() noexcept=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
begin() const noexcept=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
ConstIterator typedef (defined in Grindstone::CvarSystem)Grindstone::CvarSystem
CreateBooleanCvar(const char *name, const char *description, bool defaultValue, bool currentValue, CvarFlags flags=CvarFlags::None)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
CreateFloatCvar(const char *name, const char *description, double defaultValue, double currentValue, CvarFlags flags=CvarFlags::None)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
CreateIntCvar(const char *name, const char *description, int32_t defaultValue, int32_t currentValue, CvarFlags flags=CvarFlags::None)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
CreateStringCvar(const char *name, const char *description, const char *defaultValue, const char *currentValue, CvarFlags flags=CvarFlags::None)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
end() noexcept=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
end() const noexcept=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetCvar(Grindstone::HashedString name)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetFloatCount() const =0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetFloatCvar(Grindstone::HashedString name)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetFloatCvar(size_t arrayIndex)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetInstance() (defined in Grindstone::CvarSystem)Grindstone::CvarSystemstatic
GetIntCount() const =0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetIntCvar(Grindstone::HashedString name)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetIntCvar(size_t arrayIndex)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetStringCount() const =0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetStringCvar(Grindstone::HashedString name)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetStringCvar(size_t arrayIndex)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetStringCvarCstring(Grindstone::HashedString name)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
GetStringCvarCstring(size_t arrayIndex)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
Iterator typedef (defined in Grindstone::CvarSystem)Grindstone::CvarSystem
SetFloatCvar(Grindstone::HashedString name, double value)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
SetFloatCvar(size_t arrayIndex, double value)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
SetInstance(CvarSystem *ptr) (defined in Grindstone::CvarSystem)Grindstone::CvarSystemstatic
SetIntCvar(Grindstone::HashedString name, int32_t value)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
SetIntCvar(size_t arrayIndex, int32_t value)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
SetStringCvar(Grindstone::HashedString name, const char *value)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual
SetStringCvar(size_t arrayIndex, const char *value)=0 (defined in Grindstone::CvarSystem)Grindstone::CvarSystempure virtual