#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 |
|
virtual void | Register ()=0 |
|
virtual bool | IsDefault () const =0 |
|
virtual void | Serialize (char *pOut, size_t Size) const =0 |
|
virtual void | ResetToDefault ()=0 |
|
virtual void | ResetToOld ()=0 |
|
◆ SIntConfigVariable()
SIntConfigVariable::SIntConfigVariable |
( |
IConsole * |
pConsole, |
|
|
const char * |
pScriptName, |
|
|
EVariableType |
Type, |
|
|
int |
Flags, |
|
|
const char * |
pHelp, |
|
|
int * |
pVariable, |
|
|
int |
Default, |
|
|
int |
Min, |
|
|
int |
Max |
|
) |
| |
|
inline |
◆ ~SIntConfigVariable()
SIntConfigVariable::~SIntConfigVariable |
( |
| ) |
|
|
overridedefault |
◆ CommandCallback()
void SIntConfigVariable::CommandCallback |
( |
IConsole::IResult * |
pResult, |
|
|
void * |
pUserData |
|
) |
| |
|
static |
◆ IsDefault()
bool SIntConfigVariable::IsDefault |
( |
| ) |
const |
|
overridevirtual |
◆ Register()
void SIntConfigVariable::Register |
( |
| ) |
|
|
overridevirtual |
◆ ResetToDefault()
void SIntConfigVariable::ResetToDefault |
( |
| ) |
|
|
overridevirtual |
◆ ResetToOld()
void SIntConfigVariable::ResetToOld |
( |
| ) |
|
|
overridevirtual |
◆ Serialize() [1/2]
void SIntConfigVariable::Serialize |
( |
char * |
pOut, |
|
|
size_t |
Size |
|
) |
| const |
|
overridevirtual |
◆ Serialize() [2/2]
void SIntConfigVariable::Serialize |
( |
char * |
pOut, |
|
|
size_t |
Size, |
|
|
int |
Value |
|
) |
| const |
◆ 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: