#include <CCLuaValue.h>
Public Attributes | |
int | intValue |
float | floatValue |
bool | booleanValue |
std::string * | stringValue |
CCLuaValueDict * | dictValue |
CCLuaValueArray * | arrayValue |
CCObject * | ccobjectValue |
CCLuaValueArray* arrayValue |
bool booleanValue |
CCObject* ccobjectValue |
CCLuaValueDict* dictValue |
float floatValue |
int intValue |
std::string* stringValue |