cocos2d-x  3.0
 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
var floatValue
local floatValue
bool booleanValue
var booleanValue
local booleanValue
std::string * stringValue
var stringValue
local stringValue
LuaValueDictdictValue
var dictValue
local dictValue
LuaValueArrayarrayValue
var arrayValue
local arrayValue
RefccobjectValue
var ccobjectValue
local ccobjectValue

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: