cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LuaValueField Union Reference

#include <CCLuaValue.h>

Public Attributes

int intValue
 
float floatValue
 
bool booleanValue
 
std::string * stringValue
 
LuaValueDictdictValue
 
LuaValueArrayarrayValue
 
RefccobjectValue
 

Member Data Documentation

LuaValueArray* arrayValue
bool booleanValue
Ref* ccobjectValue
LuaValueDict* dictValue
float floatValue
int intValue
std::string* stringValue

The documentation for this union was generated from the following file: