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