#include <defs.h>
Data Fields | |
ObjectType | type |
union { | |
Boolean boolean | |
Integer integer | |
Float floating | |
String string | |
Array array | |
Dictionary dictionary | |
LuaRef luaref | |
} | data |
Array object::array |
Boolean object::boolean |
union { ... } object::data |
Dictionary object::dictionary |
Float object::floating |
Integer object::integer |
LuaRef object::luaref |
String object::string |
ObjectType object::type |