Dictionary::Entry Struct Reference#include <consoleInternal.h>
Member Enumeration Documentation
- Enumerator:
-
TypeInternalInt |
|
TypeInternalFloat |
|
TypeInternalString |
|
Constructor & Destructor Documentation
Dictionary::Entry::~Entry |
( |
|
) |
|
Member Function Documentation
U32 Dictionary::Entry::getIntValue |
( |
|
) |
[inline] |
F32 Dictionary::Entry::getFloatValue |
( |
|
) |
[inline] |
const char* Dictionary::Entry::getStringValue |
( |
|
) |
[inline] |
void Dictionary::Entry::setIntValue |
( |
U32 |
val |
) |
[inline] |
void Dictionary::Entry::setFloatValue |
( |
F32 |
val |
) |
[inline] |
void Dictionary::Entry::setStringValue |
( |
const char * |
value |
) |
|
Field Documentation
|