Torque2D Reference
|
#include <consoleDictionary.h>
Public Types | |
enum | { TypeInternalInt = -3, TypeInternalFloat = -2, TypeInternalString = -1 } |
Public Member Functions | |
Entry (StringTableEntry name) | |
~Entry () | |
U32 | getIntValue () |
F32 | getFloatValue () |
const char * | getStringValue () |
void | setIntValue (U32 val) |
void | setFloatValue (F32 val) |
void | setStringValue (const char *value) |
Public Attributes | |
StringTableEntry | name |
Entry * | nextEntry |
S32 | type |
char * | sval |
U32 | ival |
F32 | fval |
U32 | bufferLen |
void * | dataPtr |
Entry | ( | StringTableEntry | name | ) |
~Entry | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void setStringValue | ( | const char * | value | ) |
U32 bufferLen |
void* dataPtr |
F32 fval |
U32 ival |
StringTableEntry name |
Entry* nextEntry |
char* sval |
S32 type |