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

#include <CCLuaValue.h>

Public Attributes

int intValue
float floatValue
bool booleanValue
std::string * stringValue
CCLuaValueDictdictValue
CCLuaValueArrayarrayValue
CCObjectccobjectValue

Member Data Documentation

CCLuaValueArray* arrayValue
var arrayValue
local arrayValue
bool booleanValue
var booleanValue
local booleanValue
CCObject* ccobjectValue
var ccobjectValue
local ccobjectValue
CCLuaValueDict* 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: