cocos2d-x  3.2
 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
var arrayValue
local arrayValue
bool booleanValue
var booleanValue
local booleanValue
Ref* ccobjectValue
var ccobjectValue
local ccobjectValue
LuaValueDict* dictValue
var dictValue
local dictValue
float floatValue
var floatValue
local floatValue
int intValue
var intValue
local intValue
std::string* stringValue
var stringValue
local stringValue

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