#include <config.h>
|
| | SIntConfigVariable (IConsole *pConsole, const char *pScriptName, EVariableType Type, int Flags, const char *pHelp, int *pVariable, int Default, int Min, int Max) |
| |
| | ~SIntConfigVariable () override=default |
| |
| void | Register () override |
| |
| bool | IsDefault () const override |
| |
| void | Serialize (char *pOut, size_t Size, int Value) const |
| |
| void | Serialize (char *pOut, size_t Size) const override |
| |
| void | SetValue (int Value) |
| |
| void | ResetToDefault () override |
| |
| void | ResetToOld () override |
| |
| | SConfigVariable (IConsole *pConsole, const char *pScriptName, EVariableType Type, int Flags, const char *pHelp) |
| |
| virtual | ~SConfigVariable ()=default |
| |
◆ SIntConfigVariable()
◆ ~SIntConfigVariable()
| SIntConfigVariable::~SIntConfigVariable |
( |
| ) |
|
|
overridedefault |
◆ CommandCallback()
◆ IsDefault()
| bool SIntConfigVariable::IsDefault |
( |
| ) |
const |
|
overridevirtual |
◆ Register()
| void SIntConfigVariable::Register |
( |
| ) |
|
|
overridevirtual |
◆ ResetToDefault()
| void SIntConfigVariable::ResetToDefault |
( |
| ) |
|
|
overridevirtual |
◆ ResetToOld()
| void SIntConfigVariable::ResetToOld |
( |
| ) |
|
|
overridevirtual |
◆ Serialize() [1/2]
◆ Serialize() [2/2]
◆ SetValue()
| void SIntConfigVariable::SetValue |
( |
int |
Value | ) |
|
◆ m_Default
| int SIntConfigVariable::m_Default |
◆ m_Max
| int SIntConfigVariable::m_Max |
◆ m_Min
| int SIntConfigVariable::m_Min |
◆ m_OldValue
| int SIntConfigVariable::m_OldValue |
◆ m_pVariable
| int* SIntConfigVariable::m_pVariable |
The documentation for this struct was generated from the following files: