#include <CCLuaValue.h>
Public Attributes | |
int | intValue |
float | floatValue |
bool | booleanValue |
std::string * | stringValue |
LuaValueDict * | dictValue |
LuaValueArray * | arrayValue |
Ref * | ccobjectValue |
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 |