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

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

begin() noexcept override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
begin() const noexcept override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
ConstIterator typedef (defined in Grindstone::CvarSystem)Grindstone::CvarSystem
CreateBooleanCvar(const char *name, const char *description, bool defaultValue, bool currentValue, CvarFlags flags=CvarFlags::None) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
CreateFloatCvar(const char *name, const char *description, double defaultValue, double currentValue, CvarFlags flags=CvarFlags::None) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
CreateIntCvar(const char *name, const char *description, int32_t defaultValue, int32_t currentValue, CvarFlags flags=CvarFlags::None) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
CreateStringCvar(const char *name, const char *description, const char *defaultValue, const char *currentValue, CvarFlags flags=CvarFlags::None) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
end() noexcept override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
end() const noexcept override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
floatCvars (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImpl
GetCvar(Grindstone::HashedString name) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetCvarArray() (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImpl
GetCvarArray() (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplinline
GetCvarArray() (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplinline
GetCvarArray() (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplinline
GetCvarCurrent(Grindstone::HashedString hash) (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplinline
GetFloatCount() const override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetFloatCvar(Grindstone::HashedString name) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetFloatCvar(size_t arrayIndex) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetInstance() (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplinlinestatic
GetIntCount() const override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetIntCvar(Grindstone::HashedString name) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetIntCvar(size_t arrayIndex) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetStringCount() const override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetStringCvar(Grindstone::HashedString name) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetStringCvar(size_t arrayIndex) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetStringCvarCstring(Grindstone::HashedString name) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
GetStringCvarCstring(size_t arrayIndex) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
intCvars (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImpl
Iterator typedef (defined in Grindstone::CvarSystem)Grindstone::CvarSystem
MAX_Float_CVARS (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplstatic
MAX_Integer_CVARS (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplstatic
MAX_String_CVARS (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplstatic
SetCvarCurrent(Grindstone::HashedString hash, const T &value) (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplinline
SetFloatCvar(Grindstone::HashedString name, double value) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
SetFloatCvar(size_t arrayIndex, double value) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
SetInstance(CvarSystem *ptr) (defined in Grindstone::CvarSystem)Grindstone::CvarSystemstatic
SetIntCvar(Grindstone::HashedString name, int32_t value) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
SetIntCvar(size_t arrayIndex, int32_t value) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
SetStringCvar(Grindstone::HashedString name, const char *value) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
SetStringCvar(size_t arrayIndex, const char *value) override (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImplvirtual
stringCvars (defined in Grindstone::CvarSystemImpl)Grindstone::CvarSystemImpl