#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 |
LuaValueDict * | dictValue |
var | dictValue |
local | dictValue |
LuaValueArray * | arrayValue |
var | arrayValue |
local | arrayValue |
Object * | ccobjectValue |
var | ccobjectValue |
local | ccobjectValue |
LuaValueArray* arrayValue |
var arrayValue |
local arrayValue |
bool booleanValue |
var booleanValue |
local booleanValue |
Object* 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 |