#include <KEToken.h>
|
|
union { |
| CNBoolean boolValue |
| |
| int64_t intValue |
| |
| uint64_t uIntValue |
| |
| double floatValue |
| |
| struct CNList dataListValue |
| |
| struct CNObjectList objectListValue |
| |
| struct CNFixedString * identifierValue |
| |
| struct CNString * stringValue |
| |
| void * pointerValue |
| |
| }; | |
| |
The documentation for this struct was generated from the following file:
- /Users/tomoo/Project/KiwiEngine/Engine/Source/KEToken.h