ConsoleValue
Engine/source/console/console.h
Public Types
enum
_Anonymous_ { TypeInternalInt = -5 TypeInternalFloat = -4 TypeInternalStringStackPtr = -3 TypeInternalStackString = -2 TypeInternalString = -1 }
Public Attributes
Public Functions
bool
const char *
setBoolValue(bool val)
setFloatValue(F32 val)
setIntValue(S32 val)
setIntValue(U32 val)
setStackStringValue(const char * value)
setStringValue(const char * value)
Detailed Description
Public Types
@50
Enumerator
- TypeInternalInt = -5
- TypeInternalFloat = -4
- TypeInternalStringStackPtr = -3
- TypeInternalStackString = -2
- TypeInternalString = -1
Public Attributes
union ConsoleValue::@51 @52
U32 bufferLen
void * dataPtr
The real data pointer.
const EnumTable * enumTable
The enum lookup table for enumerated types.
F32 fval
U32 ival
char * sval
S32 type
Public Functions
ConsoleValue()
~ConsoleValue()
cleanup()
getBoolValue()
getFloatValue()
getIntValue()
getSignedIntValue()
getStringStackPtr()
getStringValue()
init()
setBoolValue(bool val)
setFloatValue(F32 val)
setIntValue(S32 val)
setIntValue(U32 val)
setStackStringValue(const char * value)
setStringStackPtrValue(StringStackPtr ptr)
setStringValue(const char * value)