diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_3d_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_3d_auto.cpp index 6ceef2eb13..6bbb05dc1c 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_3d_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_3d_auto.cpp @@ -10,18 +10,18 @@ int lua_axis_3d_Animation3D_initWithFile(lua_State* tolua_S) axis::Animation3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animation3D_initWithFile'", nullptr); @@ -50,7 +50,7 @@ int lua_axis_3d_Animation3D_initWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation3D:initWithFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animation3D_initWithFile'.",&tolua_err); #endif @@ -63,18 +63,18 @@ int lua_axis_3d_Animation3D_init(lua_State* tolua_S) axis::Animation3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animation3D_init'", nullptr); @@ -101,7 +101,7 @@ int lua_axis_3d_Animation3D_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation3D:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animation3D_init'.",&tolua_err); #endif @@ -114,18 +114,18 @@ int lua_axis_3d_Animation3D_getDuration(lua_State* tolua_S) axis::Animation3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animation3D_getDuration'", nullptr); @@ -148,7 +148,7 @@ int lua_axis_3d_Animation3D_getDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation3D:getDuration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animation3D_getDuration'.",&tolua_err); #endif @@ -160,11 +160,11 @@ int lua_axis_3d_Animation3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Animation3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -200,7 +200,7 @@ int lua_axis_3d_Animation3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Animation3D:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animation3D_create'.",&tolua_err); #endif @@ -212,7 +212,7 @@ int lua_axis_3d_Animation3D_constructor(lua_State* tolua_S) axis::Animation3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -236,7 +236,7 @@ int lua_axis_3d_Animation3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation3D:Animation3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animation3D_constructor'.",&tolua_err); #endif @@ -273,18 +273,18 @@ int lua_axis_3d_Animate3D_setKeyFrameUserInfo(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_setKeyFrameUserInfo'", nullptr); @@ -313,7 +313,7 @@ int lua_axis_3d_Animate3D_setKeyFrameUserInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:setKeyFrameUserInfo",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_setKeyFrameUserInfo'.",&tolua_err); #endif @@ -326,18 +326,18 @@ int lua_axis_3d_Animate3D_getSpeed(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_getSpeed'", nullptr); @@ -360,7 +360,7 @@ int lua_axis_3d_Animate3D_getSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:getSpeed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_getSpeed'.",&tolua_err); #endif @@ -373,18 +373,18 @@ int lua_axis_3d_Animate3D_setQuality(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_setQuality'", nullptr); @@ -410,7 +410,7 @@ int lua_axis_3d_Animate3D_setQuality(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:setQuality",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_setQuality'.",&tolua_err); #endif @@ -423,18 +423,18 @@ int lua_axis_3d_Animate3D_setWeight(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_setWeight'", nullptr); @@ -460,7 +460,7 @@ int lua_axis_3d_Animate3D_setWeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:setWeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_setWeight'.",&tolua_err); #endif @@ -473,18 +473,18 @@ int lua_axis_3d_Animate3D_removeFromMap(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_removeFromMap'", nullptr); @@ -507,7 +507,7 @@ int lua_axis_3d_Animate3D_removeFromMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:removeFromMap",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_removeFromMap'.",&tolua_err); #endif @@ -520,18 +520,18 @@ int lua_axis_3d_Animate3D_initWithFrames(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_initWithFrames'", nullptr); @@ -566,7 +566,7 @@ int lua_axis_3d_Animate3D_initWithFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:initWithFrames",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_initWithFrames'.",&tolua_err); #endif @@ -579,18 +579,18 @@ int lua_axis_3d_Animate3D_getOriginInterval(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_getOriginInterval'", nullptr); @@ -613,7 +613,7 @@ int lua_axis_3d_Animate3D_getOriginInterval(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:getOriginInterval",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_getOriginInterval'.",&tolua_err); #endif @@ -626,18 +626,18 @@ int lua_axis_3d_Animate3D_setSpeed(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_setSpeed'", nullptr); @@ -663,7 +663,7 @@ int lua_axis_3d_Animate3D_setSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:setSpeed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_setSpeed'.",&tolua_err); #endif @@ -675,15 +675,15 @@ int lua_axis_3d_Animate3D_init(lua_State* tolua_S) int argc = 0; axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_init'", nullptr); @@ -726,7 +726,7 @@ int lua_axis_3d_Animate3D_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_init'.",&tolua_err); #endif @@ -739,18 +739,18 @@ int lua_axis_3d_Animate3D_setOriginInterval(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_setOriginInterval'", nullptr); @@ -776,7 +776,7 @@ int lua_axis_3d_Animate3D_setOriginInterval(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:setOriginInterval",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_setOriginInterval'.",&tolua_err); #endif @@ -789,18 +789,18 @@ int lua_axis_3d_Animate3D_getWeight(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_getWeight'", nullptr); @@ -823,7 +823,7 @@ int lua_axis_3d_Animate3D_getWeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:getWeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_getWeight'.",&tolua_err); #endif @@ -836,18 +836,18 @@ int lua_axis_3d_Animate3D_getQuality(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Animate3D_getQuality'", nullptr); @@ -870,7 +870,7 @@ int lua_axis_3d_Animate3D_getQuality(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:getQuality",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_getQuality'.",&tolua_err); #endif @@ -881,11 +881,11 @@ int lua_axis_3d_Animate3D_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -925,7 +925,7 @@ int lua_axis_3d_Animate3D_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Animate3D:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_create'.",&tolua_err); #endif @@ -936,11 +936,11 @@ int lua_axis_3d_Animate3D_getTransitionTime(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -959,7 +959,7 @@ int lua_axis_3d_Animate3D_getTransitionTime(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Animate3D:getTransitionTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_getTransitionTime'.",&tolua_err); #endif @@ -970,11 +970,11 @@ int lua_axis_3d_Animate3D_createWithFrames(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -1018,7 +1018,7 @@ int lua_axis_3d_Animate3D_createWithFrames(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Animate3D:createWithFrames",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_createWithFrames'.",&tolua_err); #endif @@ -1029,11 +1029,11 @@ int lua_axis_3d_Animate3D_setTransitionTime(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Animate3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -1054,7 +1054,7 @@ int lua_axis_3d_Animate3D_setTransitionTime(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Animate3D:setTransitionTime",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_setTransitionTime'.",&tolua_err); #endif @@ -1066,7 +1066,7 @@ int lua_axis_3d_Animate3D_constructor(lua_State* tolua_S) axis::Animate3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1090,7 +1090,7 @@ int lua_axis_3d_Animate3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate3D:Animate3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Animate3D_constructor'.",&tolua_err); #endif @@ -1139,18 +1139,18 @@ int lua_axis_3d_TextureCube_getImagePaths(lua_State* tolua_S) axis::TextureCube* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCube",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCube*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_TextureCube_getImagePaths'", nullptr); @@ -1173,7 +1173,7 @@ int lua_axis_3d_TextureCube_getImagePaths(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCube:getImagePaths",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_TextureCube_getImagePaths'.",&tolua_err); #endif @@ -1186,18 +1186,18 @@ int lua_axis_3d_TextureCube_getBackendTexture(lua_State* tolua_S) axis::TextureCube* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCube",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCube*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_TextureCube_getBackendTexture'", nullptr); @@ -1220,7 +1220,7 @@ int lua_axis_3d_TextureCube_getBackendTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCube:getBackendTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_TextureCube_getBackendTexture'.",&tolua_err); #endif @@ -1233,18 +1233,18 @@ int lua_axis_3d_TextureCube_reloadTexture(lua_State* tolua_S) axis::TextureCube* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCube",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCube*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_TextureCube_reloadTexture'", nullptr); @@ -1267,7 +1267,7 @@ int lua_axis_3d_TextureCube_reloadTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCube:reloadTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_TextureCube_reloadTexture'.",&tolua_err); #endif @@ -1280,18 +1280,18 @@ int lua_axis_3d_TextureCube_setTexParameters(lua_State* tolua_S) axis::TextureCube* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCube",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCube*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_TextureCube_setTexParameters'", nullptr); @@ -1317,7 +1317,7 @@ int lua_axis_3d_TextureCube_setTexParameters(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCube:setTexParameters",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_TextureCube_setTexParameters'.",&tolua_err); #endif @@ -1329,11 +1329,11 @@ int lua_axis_3d_TextureCube_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TextureCube",0,&tolua_err)) goto tolua_lerror; #endif @@ -1364,7 +1364,7 @@ int lua_axis_3d_TextureCube_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TextureCube:create",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_TextureCube_create'.",&tolua_err); #endif @@ -1376,7 +1376,7 @@ int lua_axis_3d_TextureCube_constructor(lua_State* tolua_S) axis::TextureCube* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1400,7 +1400,7 @@ int lua_axis_3d_TextureCube_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCube:TextureCube",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_TextureCube_constructor'.",&tolua_err); #endif @@ -1437,11 +1437,11 @@ int lua_axis_3d_AttachNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AttachNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -1462,7 +1462,7 @@ int lua_axis_3d_AttachNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AttachNode:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_AttachNode_create'.",&tolua_err); #endif @@ -1474,7 +1474,7 @@ int lua_axis_3d_AttachNode_constructor(lua_State* tolua_S) axis::AttachNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1498,7 +1498,7 @@ int lua_axis_3d_AttachNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AttachNode:AttachNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_AttachNode_constructor'.",&tolua_err); #endif @@ -1532,18 +1532,18 @@ int lua_axis_3d_BillBoard_getMode(lua_State* tolua_S) axis::BillBoard* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BillBoard",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BillBoard*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_BillBoard_getMode'", nullptr); @@ -1566,7 +1566,7 @@ int lua_axis_3d_BillBoard_getMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BillBoard:getMode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_BillBoard_getMode'.",&tolua_err); #endif @@ -1579,18 +1579,18 @@ int lua_axis_3d_BillBoard_setMode(lua_State* tolua_S) axis::BillBoard* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BillBoard",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BillBoard*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_BillBoard_setMode'", nullptr); @@ -1616,7 +1616,7 @@ int lua_axis_3d_BillBoard_setMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BillBoard:setMode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_BillBoard_setMode'.",&tolua_err); #endif @@ -1627,11 +1627,11 @@ int lua_axis_3d_BillBoard_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.BillBoard",0,&tolua_err)) goto tolua_lerror; #endif @@ -1726,7 +1726,7 @@ int lua_axis_3d_BillBoard_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.BillBoard:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_BillBoard_create'.",&tolua_err); #endif @@ -1737,11 +1737,11 @@ int lua_axis_3d_BillBoard_createWithTexture(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.BillBoard",0,&tolua_err)) goto tolua_lerror; #endif @@ -1777,7 +1777,7 @@ int lua_axis_3d_BillBoard_createWithTexture(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.BillBoard:createWithTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_BillBoard_createWithTexture'.",&tolua_err); #endif @@ -1789,7 +1789,7 @@ int lua_axis_3d_BillBoard_constructor(lua_State* tolua_S) axis::BillBoard* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1813,7 +1813,7 @@ int lua_axis_3d_BillBoard_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BillBoard:BillBoard",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_BillBoard_constructor'.",&tolua_err); #endif @@ -1850,18 +1850,18 @@ int lua_axis_3d_Mesh_getMaterial(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_getMaterial'", nullptr); @@ -1884,7 +1884,7 @@ int lua_axis_3d_Mesh_getMaterial(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:getMaterial",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_getMaterial'.",&tolua_err); #endif @@ -1897,18 +1897,18 @@ int lua_axis_3d_Mesh_getVertexSizeInBytes(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_getVertexSizeInBytes'", nullptr); @@ -1931,7 +1931,7 @@ int lua_axis_3d_Mesh_getVertexSizeInBytes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:getVertexSizeInBytes",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_getVertexSizeInBytes'.",&tolua_err); #endif @@ -1944,18 +1944,18 @@ int lua_axis_3d_Mesh_setProgramState(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setProgramState'", nullptr); @@ -1981,7 +1981,7 @@ int lua_axis_3d_Mesh_setProgramState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setProgramState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setProgramState'.",&tolua_err); #endif @@ -1994,18 +1994,18 @@ int lua_axis_3d_Mesh_setIndexFormat(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setIndexFormat'", nullptr); @@ -2031,7 +2031,7 @@ int lua_axis_3d_Mesh_setIndexFormat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setIndexFormat",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setIndexFormat'.",&tolua_err); #endif @@ -2044,18 +2044,18 @@ int lua_axis_3d_Mesh_setMaterial(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setMaterial'", nullptr); @@ -2081,7 +2081,7 @@ int lua_axis_3d_Mesh_setMaterial(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setMaterial",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setMaterial'.",&tolua_err); #endif @@ -2094,18 +2094,18 @@ int lua_axis_3d_Mesh_getName(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_getName'", nullptr); @@ -2128,7 +2128,7 @@ int lua_axis_3d_Mesh_getName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:getName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_getName'.",&tolua_err); #endif @@ -2141,18 +2141,18 @@ int lua_axis_3d_Mesh_getMeshVertexAttribute(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_getMeshVertexAttribute'", nullptr); @@ -2178,7 +2178,7 @@ int lua_axis_3d_Mesh_getMeshVertexAttribute(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:getMeshVertexAttribute",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_getMeshVertexAttribute'.",&tolua_err); #endif @@ -2191,18 +2191,18 @@ int lua_axis_3d_Mesh_calculateAABB(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_calculateAABB'", nullptr); @@ -2225,7 +2225,7 @@ int lua_axis_3d_Mesh_calculateAABB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:calculateAABB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_calculateAABB'.",&tolua_err); #endif @@ -2238,18 +2238,18 @@ int lua_axis_3d_Mesh_draw(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_draw'", nullptr); @@ -2293,7 +2293,7 @@ int lua_axis_3d_Mesh_draw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:draw",argc, 7); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_draw'.",&tolua_err); #endif @@ -2306,18 +2306,18 @@ int lua_axis_3d_Mesh_getBlendFunc(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_getBlendFunc'", nullptr); @@ -2340,7 +2340,7 @@ int lua_axis_3d_Mesh_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_getBlendFunc'.",&tolua_err); #endif @@ -2353,18 +2353,18 @@ int lua_axis_3d_Mesh_setName(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setName'", nullptr); @@ -2390,7 +2390,7 @@ int lua_axis_3d_Mesh_setName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setName'.",&tolua_err); #endif @@ -2403,18 +2403,18 @@ int lua_axis_3d_Mesh_setMeshIndexData(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setMeshIndexData'", nullptr); @@ -2440,7 +2440,7 @@ int lua_axis_3d_Mesh_setMeshIndexData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setMeshIndexData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setMeshIndexData'.",&tolua_err); #endif @@ -2453,18 +2453,18 @@ int lua_axis_3d_Mesh_getProgramState(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_getProgramState'", nullptr); @@ -2487,7 +2487,7 @@ int lua_axis_3d_Mesh_getProgramState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:getProgramState",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_getProgramState'.",&tolua_err); #endif @@ -2500,18 +2500,18 @@ int lua_axis_3d_Mesh_getMeshVertexAttribCount(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_getMeshVertexAttribCount'", nullptr); @@ -2534,7 +2534,7 @@ int lua_axis_3d_Mesh_getMeshVertexAttribCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:getMeshVertexAttribCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_getMeshVertexAttribCount'.",&tolua_err); #endif @@ -2547,18 +2547,18 @@ int lua_axis_3d_Mesh_setBlendFunc(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setBlendFunc'", nullptr); @@ -2584,7 +2584,7 @@ int lua_axis_3d_Mesh_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setBlendFunc'.",&tolua_err); #endif @@ -2597,18 +2597,18 @@ int lua_axis_3d_Mesh_setForce2DQueue(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setForce2DQueue'", nullptr); @@ -2634,7 +2634,7 @@ int lua_axis_3d_Mesh_setForce2DQueue(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setForce2DQueue",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setForce2DQueue'.",&tolua_err); #endif @@ -2647,18 +2647,18 @@ int lua_axis_3d_Mesh_setSkin(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setSkin'", nullptr); @@ -2684,7 +2684,7 @@ int lua_axis_3d_Mesh_setSkin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setSkin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setSkin'.",&tolua_err); #endif @@ -2697,18 +2697,18 @@ int lua_axis_3d_Mesh_isVisible(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_isVisible'", nullptr); @@ -2731,7 +2731,7 @@ int lua_axis_3d_Mesh_isVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:isVisible",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_isVisible'.",&tolua_err); #endif @@ -2744,18 +2744,18 @@ int lua_axis_3d_Mesh_setVisible(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Mesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Mesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Mesh_setVisible'", nullptr); @@ -2781,7 +2781,7 @@ int lua_axis_3d_Mesh_setVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:setVisible",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_setVisible'.",&tolua_err); #endif @@ -2794,7 +2794,7 @@ int lua_axis_3d_Mesh_constructor(lua_State* tolua_S) axis::Mesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -2818,7 +2818,7 @@ int lua_axis_3d_Mesh_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Mesh:Mesh",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Mesh_constructor'.",&tolua_err); #endif @@ -2870,18 +2870,18 @@ int lua_axis_3d_Skeleton3D_removeAllBones(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_removeAllBones'", nullptr); @@ -2904,7 +2904,7 @@ int lua_axis_3d_Skeleton3D_removeAllBones(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:removeAllBones",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_removeAllBones'.",&tolua_err); #endif @@ -2917,18 +2917,18 @@ int lua_axis_3d_Skeleton3D_addBone(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_addBone'", nullptr); @@ -2954,7 +2954,7 @@ int lua_axis_3d_Skeleton3D_addBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:addBone",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_addBone'.",&tolua_err); #endif @@ -2967,18 +2967,18 @@ int lua_axis_3d_Skeleton3D_getBoneByName(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_getBoneByName'", nullptr); @@ -3004,7 +3004,7 @@ int lua_axis_3d_Skeleton3D_getBoneByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:getBoneByName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_getBoneByName'.",&tolua_err); #endif @@ -3017,18 +3017,18 @@ int lua_axis_3d_Skeleton3D_getRootBone(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_getRootBone'", nullptr); @@ -3054,7 +3054,7 @@ int lua_axis_3d_Skeleton3D_getRootBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:getRootBone",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_getRootBone'.",&tolua_err); #endif @@ -3067,18 +3067,18 @@ int lua_axis_3d_Skeleton3D_updateBoneMatrix(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_updateBoneMatrix'", nullptr); @@ -3101,7 +3101,7 @@ int lua_axis_3d_Skeleton3D_updateBoneMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:updateBoneMatrix",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_updateBoneMatrix'.",&tolua_err); #endif @@ -3114,18 +3114,18 @@ int lua_axis_3d_Skeleton3D_getBoneByIndex(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_getBoneByIndex'", nullptr); @@ -3151,7 +3151,7 @@ int lua_axis_3d_Skeleton3D_getBoneByIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:getBoneByIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_getBoneByIndex'.",&tolua_err); #endif @@ -3164,18 +3164,18 @@ int lua_axis_3d_Skeleton3D_getRootCount(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_getRootCount'", nullptr); @@ -3198,7 +3198,7 @@ int lua_axis_3d_Skeleton3D_getRootCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:getRootCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_getRootCount'.",&tolua_err); #endif @@ -3211,18 +3211,18 @@ int lua_axis_3d_Skeleton3D_getBoneIndex(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_getBoneIndex'", nullptr); @@ -3248,7 +3248,7 @@ int lua_axis_3d_Skeleton3D_getBoneIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:getBoneIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_getBoneIndex'.",&tolua_err); #endif @@ -3261,18 +3261,18 @@ int lua_axis_3d_Skeleton3D_getBoneCount(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skeleton3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skeleton3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skeleton3D_getBoneCount'", nullptr); @@ -3295,7 +3295,7 @@ int lua_axis_3d_Skeleton3D_getBoneCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:getBoneCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_getBoneCount'.",&tolua_err); #endif @@ -3308,7 +3308,7 @@ int lua_axis_3d_Skeleton3D_constructor(lua_State* tolua_S) axis::Skeleton3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3332,7 +3332,7 @@ int lua_axis_3d_Skeleton3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skeleton3D:Skeleton3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skeleton3D_constructor'.",&tolua_err); #endif @@ -3374,18 +3374,18 @@ int lua_axis_3d_Skybox_reload(lua_State* tolua_S) axis::Skybox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skybox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skybox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skybox_reload'", nullptr); @@ -3408,7 +3408,7 @@ int lua_axis_3d_Skybox_reload(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skybox:reload",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skybox_reload'.",&tolua_err); #endif @@ -3421,18 +3421,18 @@ int lua_axis_3d_Skybox_init(lua_State* tolua_S) axis::Skybox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skybox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skybox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skybox_init'", nullptr); @@ -3473,7 +3473,7 @@ int lua_axis_3d_Skybox_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skybox:init",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skybox_init'.",&tolua_err); #endif @@ -3486,18 +3486,18 @@ int lua_axis_3d_Skybox_setTexture(lua_State* tolua_S) axis::Skybox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Skybox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Skybox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Skybox_setTexture'", nullptr); @@ -3523,7 +3523,7 @@ int lua_axis_3d_Skybox_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skybox:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skybox_setTexture'.",&tolua_err); #endif @@ -3534,11 +3534,11 @@ int lua_axis_3d_Skybox_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Skybox",0,&tolua_err)) goto tolua_lerror; #endif @@ -3584,7 +3584,7 @@ int lua_axis_3d_Skybox_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Skybox:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skybox_create'.",&tolua_err); #endif @@ -3596,7 +3596,7 @@ int lua_axis_3d_Skybox_constructor(lua_State* tolua_S) axis::Skybox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3620,7 +3620,7 @@ int lua_axis_3d_Skybox_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Skybox:Skybox",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Skybox_constructor'.",&tolua_err); #endif @@ -3657,18 +3657,18 @@ int lua_axis_3d_MeshRenderer_setCullFaceEnabled(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_setCullFaceEnabled'", nullptr); @@ -3694,7 +3694,7 @@ int lua_axis_3d_MeshRenderer_setCullFaceEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:setCullFaceEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_setCullFaceEnabled'.",&tolua_err); #endif @@ -3706,15 +3706,15 @@ int lua_axis_3d_MeshRenderer_setTexture(lua_State* tolua_S) int argc = 0; axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_setTexture'", nullptr); @@ -3749,7 +3749,7 @@ int lua_axis_3d_MeshRenderer_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_setTexture'.",&tolua_err); #endif @@ -3762,18 +3762,18 @@ int lua_axis_3d_MeshRenderer_getLightMask(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getLightMask'", nullptr); @@ -3796,7 +3796,7 @@ int lua_axis_3d_MeshRenderer_getLightMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getLightMask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getLightMask'.",&tolua_err); #endif @@ -3809,18 +3809,18 @@ int lua_axis_3d_MeshRenderer_getMaterial(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getMaterial'", nullptr); @@ -3846,7 +3846,7 @@ int lua_axis_3d_MeshRenderer_getMaterial(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getMaterial",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getMaterial'.",&tolua_err); #endif @@ -3859,18 +3859,18 @@ int lua_axis_3d_MeshRenderer_setCullFace(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_setCullFace'", nullptr); @@ -3896,7 +3896,7 @@ int lua_axis_3d_MeshRenderer_setCullFace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:setCullFace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_setCullFace'.",&tolua_err); #endif @@ -3909,18 +3909,18 @@ int lua_axis_3d_MeshRenderer_getMeshes(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getMeshes'", nullptr); @@ -3943,7 +3943,7 @@ int lua_axis_3d_MeshRenderer_getMeshes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getMeshes",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getMeshes'.",&tolua_err); #endif @@ -3956,18 +3956,18 @@ int lua_axis_3d_MeshRenderer_removeAllAttachNode(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_removeAllAttachNode'", nullptr); @@ -3990,7 +3990,7 @@ int lua_axis_3d_MeshRenderer_removeAllAttachNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:removeAllAttachNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_removeAllAttachNode'.",&tolua_err); #endif @@ -4002,15 +4002,15 @@ int lua_axis_3d_MeshRenderer_setMaterial(lua_State* tolua_S) int argc = 0; axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_setMaterial'", nullptr); @@ -4049,7 +4049,7 @@ int lua_axis_3d_MeshRenderer_setMaterial(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:setMaterial",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_setMaterial'.",&tolua_err); #endif @@ -4062,18 +4062,18 @@ int lua_axis_3d_MeshRenderer_getMesh(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getMesh'", nullptr); @@ -4096,7 +4096,7 @@ int lua_axis_3d_MeshRenderer_getMesh(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getMesh",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getMesh'.",&tolua_err); #endif @@ -4109,18 +4109,18 @@ int lua_axis_3d_MeshRenderer_getMeshCount(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getMeshCount'", nullptr); @@ -4143,7 +4143,7 @@ int lua_axis_3d_MeshRenderer_getMeshCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getMeshCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getMeshCount'.",&tolua_err); #endif @@ -4156,18 +4156,18 @@ int lua_axis_3d_MeshRenderer_getMeshByIndex(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getMeshByIndex'", nullptr); @@ -4193,7 +4193,7 @@ int lua_axis_3d_MeshRenderer_getMeshByIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getMeshByIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getMeshByIndex'.",&tolua_err); #endif @@ -4206,18 +4206,18 @@ int lua_axis_3d_MeshRenderer_isForceDepthWrite(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_isForceDepthWrite'", nullptr); @@ -4240,7 +4240,7 @@ int lua_axis_3d_MeshRenderer_isForceDepthWrite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:isForceDepthWrite",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_isForceDepthWrite'.",&tolua_err); #endif @@ -4253,18 +4253,18 @@ int lua_axis_3d_MeshRenderer_getBlendFunc(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getBlendFunc'", nullptr); @@ -4287,7 +4287,7 @@ int lua_axis_3d_MeshRenderer_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getBlendFunc'.",&tolua_err); #endif @@ -4300,18 +4300,18 @@ int lua_axis_3d_MeshRenderer_setLightMask(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_setLightMask'", nullptr); @@ -4337,7 +4337,7 @@ int lua_axis_3d_MeshRenderer_setLightMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:setLightMask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_setLightMask'.",&tolua_err); #endif @@ -4350,18 +4350,18 @@ int lua_axis_3d_MeshRenderer_getAttachNode(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getAttachNode'", nullptr); @@ -4387,7 +4387,7 @@ int lua_axis_3d_MeshRenderer_getAttachNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getAttachNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getAttachNode'.",&tolua_err); #endif @@ -4400,18 +4400,18 @@ int lua_axis_3d_MeshRenderer_setBlendFunc(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_setBlendFunc'", nullptr); @@ -4437,7 +4437,7 @@ int lua_axis_3d_MeshRenderer_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_setBlendFunc'.",&tolua_err); #endif @@ -4450,18 +4450,18 @@ int lua_axis_3d_MeshRenderer_setForce2DQueue(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_setForce2DQueue'", nullptr); @@ -4487,7 +4487,7 @@ int lua_axis_3d_MeshRenderer_setForce2DQueue(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:setForce2DQueue",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_setForce2DQueue'.",&tolua_err); #endif @@ -4500,18 +4500,18 @@ int lua_axis_3d_MeshRenderer_genMaterial(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_genMaterial'", nullptr); @@ -4548,7 +4548,7 @@ int lua_axis_3d_MeshRenderer_genMaterial(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:genMaterial",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_genMaterial'.",&tolua_err); #endif @@ -4561,18 +4561,18 @@ int lua_axis_3d_MeshRenderer_removeAttachNode(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_removeAttachNode'", nullptr); @@ -4598,7 +4598,7 @@ int lua_axis_3d_MeshRenderer_removeAttachNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:removeAttachNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_removeAttachNode'.",&tolua_err); #endif @@ -4611,18 +4611,18 @@ int lua_axis_3d_MeshRenderer_getSkeleton(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getSkeleton'", nullptr); @@ -4645,7 +4645,7 @@ int lua_axis_3d_MeshRenderer_getSkeleton(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getSkeleton",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getSkeleton'.",&tolua_err); #endif @@ -4658,18 +4658,18 @@ int lua_axis_3d_MeshRenderer_setForceDepthWrite(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_setForceDepthWrite'", nullptr); @@ -4695,7 +4695,7 @@ int lua_axis_3d_MeshRenderer_setForceDepthWrite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:setForceDepthWrite",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_setForceDepthWrite'.",&tolua_err); #endif @@ -4708,18 +4708,18 @@ int lua_axis_3d_MeshRenderer_getMeshByName(lua_State* tolua_S) axis::MeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRenderer_getMeshByName'", nullptr); @@ -4745,7 +4745,7 @@ int lua_axis_3d_MeshRenderer_getMeshByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRenderer:getMeshByName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_getMeshByName'.",&tolua_err); #endif @@ -4756,11 +4756,11 @@ int lua_axis_3d_MeshRenderer_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif @@ -4807,7 +4807,7 @@ int lua_axis_3d_MeshRenderer_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.MeshRenderer:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRenderer_create'.",&tolua_err); #endif @@ -4861,18 +4861,18 @@ int lua_axis_3d_MeshRendererCache_removeAllMeshRenderData(lua_State* tolua_S) axis::MeshRendererCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRendererCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRendererCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRendererCache_removeAllMeshRenderData'", nullptr); @@ -4895,7 +4895,7 @@ int lua_axis_3d_MeshRendererCache_removeAllMeshRenderData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRendererCache:removeAllMeshRenderData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRendererCache_removeAllMeshRenderData'.",&tolua_err); #endif @@ -4908,18 +4908,18 @@ int lua_axis_3d_MeshRendererCache_removeMeshRenderData(lua_State* tolua_S) axis::MeshRendererCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshRendererCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshRendererCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshRendererCache_removeMeshRenderData'", nullptr); @@ -4945,7 +4945,7 @@ int lua_axis_3d_MeshRendererCache_removeMeshRenderData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRendererCache:removeMeshRenderData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRendererCache_removeMeshRenderData'.",&tolua_err); #endif @@ -4957,11 +4957,11 @@ int lua_axis_3d_MeshRendererCache_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MeshRendererCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -4980,7 +4980,7 @@ int lua_axis_3d_MeshRendererCache_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MeshRendererCache:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRendererCache_destroyInstance'.",&tolua_err); #endif @@ -4991,11 +4991,11 @@ int lua_axis_3d_MeshRendererCache_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MeshRendererCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -5014,7 +5014,7 @@ int lua_axis_3d_MeshRendererCache_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MeshRendererCache:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRendererCache_getInstance'.",&tolua_err); #endif @@ -5026,7 +5026,7 @@ int lua_axis_3d_MeshRendererCache_constructor(lua_State* tolua_S) axis::MeshRendererCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -5048,7 +5048,7 @@ int lua_axis_3d_MeshRendererCache_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshRendererCache:MeshRendererCache",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshRendererCache_constructor'.",&tolua_err); #endif @@ -5085,18 +5085,18 @@ int lua_axis_3d_MeshMaterial_getMaterialType(lua_State* tolua_S) axis::MeshMaterial* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MeshMaterial",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MeshMaterial*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_MeshMaterial_getMaterialType'", nullptr); @@ -5119,7 +5119,7 @@ int lua_axis_3d_MeshMaterial_getMaterialType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MeshMaterial:getMaterialType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshMaterial_getMaterialType'.",&tolua_err); #endif @@ -5131,11 +5131,11 @@ int lua_axis_3d_MeshMaterial_createWithFilename(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MeshMaterial",0,&tolua_err)) goto tolua_lerror; #endif @@ -5156,7 +5156,7 @@ int lua_axis_3d_MeshMaterial_createWithFilename(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MeshMaterial:createWithFilename",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshMaterial_createWithFilename'.",&tolua_err); #endif @@ -5167,11 +5167,11 @@ int lua_axis_3d_MeshMaterial_releaseCachedMaterial(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MeshMaterial",0,&tolua_err)) goto tolua_lerror; #endif @@ -5190,7 +5190,7 @@ int lua_axis_3d_MeshMaterial_releaseCachedMaterial(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MeshMaterial:releaseCachedMaterial",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshMaterial_releaseCachedMaterial'.",&tolua_err); #endif @@ -5200,11 +5200,11 @@ int lua_axis_3d_MeshMaterial_createBuiltInMaterial(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MeshMaterial",0,&tolua_err)) goto tolua_lerror; #endif @@ -5238,7 +5238,7 @@ int lua_axis_3d_MeshMaterial_createBuiltInMaterial(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.MeshMaterial:createBuiltInMaterial",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshMaterial_createBuiltInMaterial'.",&tolua_err); #endif @@ -5249,11 +5249,11 @@ int lua_axis_3d_MeshMaterial_releaseBuiltInMaterial(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MeshMaterial",0,&tolua_err)) goto tolua_lerror; #endif @@ -5272,7 +5272,7 @@ int lua_axis_3d_MeshMaterial_releaseBuiltInMaterial(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MeshMaterial:releaseBuiltInMaterial",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshMaterial_releaseBuiltInMaterial'.",&tolua_err); #endif @@ -5283,11 +5283,11 @@ int lua_axis_3d_MeshMaterial_createWithProgramState(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MeshMaterial",0,&tolua_err)) goto tolua_lerror; #endif @@ -5308,7 +5308,7 @@ int lua_axis_3d_MeshMaterial_createWithProgramState(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MeshMaterial:createWithProgramState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_MeshMaterial_createWithProgramState'.",&tolua_err); #endif @@ -5345,18 +5345,18 @@ int lua_axis_3d_Terrain_initHeightMap(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_initHeightMap'", nullptr); @@ -5382,7 +5382,7 @@ int lua_axis_3d_Terrain_initHeightMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:initHeightMap",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_initHeightMap'.",&tolua_err); #endif @@ -5395,18 +5395,18 @@ int lua_axis_3d_Terrain_setMaxDetailMapAmount(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setMaxDetailMapAmount'", nullptr); @@ -5432,7 +5432,7 @@ int lua_axis_3d_Terrain_setMaxDetailMapAmount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setMaxDetailMapAmount",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setMaxDetailMapAmount'.",&tolua_err); #endif @@ -5445,18 +5445,18 @@ int lua_axis_3d_Terrain_setDrawWire(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setDrawWire'", nullptr); @@ -5482,7 +5482,7 @@ int lua_axis_3d_Terrain_setDrawWire(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setDrawWire",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setDrawWire'.",&tolua_err); #endif @@ -5495,18 +5495,18 @@ int lua_axis_3d_Terrain_getHeightData(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_getHeightData'", nullptr); @@ -5529,7 +5529,7 @@ int lua_axis_3d_Terrain_getHeightData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:getHeightData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_getHeightData'.",&tolua_err); #endif @@ -5542,18 +5542,18 @@ int lua_axis_3d_Terrain_setDetailMap(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setDetailMap'", nullptr); @@ -5583,7 +5583,7 @@ int lua_axis_3d_Terrain_setDetailMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setDetailMap",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setDetailMap'.",&tolua_err); #endif @@ -5596,18 +5596,18 @@ int lua_axis_3d_Terrain_resetHeightMap(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_resetHeightMap'", nullptr); @@ -5633,7 +5633,7 @@ int lua_axis_3d_Terrain_resetHeightMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:resetHeightMap",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_resetHeightMap'.",&tolua_err); #endif @@ -5646,18 +5646,18 @@ int lua_axis_3d_Terrain_setLightDir(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setLightDir'", nullptr); @@ -5683,7 +5683,7 @@ int lua_axis_3d_Terrain_setLightDir(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setLightDir",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setLightDir'.",&tolua_err); #endif @@ -5696,18 +5696,18 @@ int lua_axis_3d_Terrain_setAlphaMap(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setAlphaMap'", nullptr); @@ -5733,7 +5733,7 @@ int lua_axis_3d_Terrain_setAlphaMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setAlphaMap",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setAlphaMap'.",&tolua_err); #endif @@ -5746,18 +5746,18 @@ int lua_axis_3d_Terrain_setSkirtHeightRatio(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setSkirtHeightRatio'", nullptr); @@ -5783,7 +5783,7 @@ int lua_axis_3d_Terrain_setSkirtHeightRatio(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setSkirtHeightRatio",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setSkirtHeightRatio'.",&tolua_err); #endif @@ -5796,18 +5796,18 @@ int lua_axis_3d_Terrain_convertToTerrainSpace(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_convertToTerrainSpace'", nullptr); @@ -5833,7 +5833,7 @@ int lua_axis_3d_Terrain_convertToTerrainSpace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:convertToTerrainSpace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_convertToTerrainSpace'.",&tolua_err); #endif @@ -5846,18 +5846,18 @@ int lua_axis_3d_Terrain_initTextures(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_initTextures'", nullptr); @@ -5880,7 +5880,7 @@ int lua_axis_3d_Terrain_initTextures(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:initTextures",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_initTextures'.",&tolua_err); #endif @@ -5893,18 +5893,18 @@ int lua_axis_3d_Terrain_initProperties(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_initProperties'", nullptr); @@ -5927,7 +5927,7 @@ int lua_axis_3d_Terrain_initProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:initProperties",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_initProperties'.",&tolua_err); #endif @@ -5940,18 +5940,18 @@ int lua_axis_3d_Terrain_initWithTerrainData(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_initWithTerrainData'", nullptr); @@ -5981,7 +5981,7 @@ int lua_axis_3d_Terrain_initWithTerrainData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:initWithTerrainData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_initWithTerrainData'.",&tolua_err); #endif @@ -5994,18 +5994,18 @@ int lua_axis_3d_Terrain_setLODDistance(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setLODDistance'", nullptr); @@ -6037,7 +6037,7 @@ int lua_axis_3d_Terrain_setLODDistance(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setLODDistance",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setLODDistance'.",&tolua_err); #endif @@ -6050,18 +6050,18 @@ int lua_axis_3d_Terrain_getTerrainSize(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_getTerrainSize'", nullptr); @@ -6084,7 +6084,7 @@ int lua_axis_3d_Terrain_getTerrainSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:getTerrainSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_getTerrainSize'.",&tolua_err); #endif @@ -6097,18 +6097,18 @@ int lua_axis_3d_Terrain_getNormal(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_getNormal'", nullptr); @@ -6137,7 +6137,7 @@ int lua_axis_3d_Terrain_getNormal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:getNormal",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_getNormal'.",&tolua_err); #endif @@ -6150,18 +6150,18 @@ int lua_axis_3d_Terrain_reload(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_reload'", nullptr); @@ -6184,7 +6184,7 @@ int lua_axis_3d_Terrain_reload(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:reload",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_reload'.",&tolua_err); #endif @@ -6197,18 +6197,18 @@ int lua_axis_3d_Terrain_getImageHeight(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_getImageHeight'", nullptr); @@ -6237,7 +6237,7 @@ int lua_axis_3d_Terrain_getImageHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:getImageHeight",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_getImageHeight'.",&tolua_err); #endif @@ -6250,18 +6250,18 @@ int lua_axis_3d_Terrain_setLightMap(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setLightMap'", nullptr); @@ -6287,7 +6287,7 @@ int lua_axis_3d_Terrain_setLightMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setLightMap",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setLightMap'.",&tolua_err); #endif @@ -6300,18 +6300,18 @@ int lua_axis_3d_Terrain_setIsEnableFrustumCull(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_setIsEnableFrustumCull'", nullptr); @@ -6337,7 +6337,7 @@ int lua_axis_3d_Terrain_setIsEnableFrustumCull(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:setIsEnableFrustumCull",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_setIsEnableFrustumCull'.",&tolua_err); #endif @@ -6350,18 +6350,18 @@ int lua_axis_3d_Terrain_getMinHeight(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_getMinHeight'", nullptr); @@ -6384,7 +6384,7 @@ int lua_axis_3d_Terrain_getMinHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:getMinHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_getMinHeight'.",&tolua_err); #endif @@ -6397,18 +6397,18 @@ int lua_axis_3d_Terrain_getMaxHeight(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Terrain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Terrain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Terrain_getMaxHeight'", nullptr); @@ -6431,7 +6431,7 @@ int lua_axis_3d_Terrain_getMaxHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:getMaxHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_getMaxHeight'.",&tolua_err); #endif @@ -6444,7 +6444,7 @@ int lua_axis_3d_Terrain_constructor(lua_State* tolua_S) axis::Terrain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -6468,7 +6468,7 @@ int lua_axis_3d_Terrain_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Terrain:Terrain",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Terrain_constructor'.",&tolua_err); #endif @@ -6523,18 +6523,18 @@ int lua_axis_3d_Bundle3D_load(lua_State* tolua_S) axis::Bundle3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Bundle3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Bundle3D_load'", nullptr); @@ -6560,7 +6560,7 @@ int lua_axis_3d_Bundle3D_load(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Bundle3D:load",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_load'.",&tolua_err); #endif @@ -6573,18 +6573,18 @@ int lua_axis_3d_Bundle3D_loadSkinData(lua_State* tolua_S) axis::Bundle3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Bundle3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Bundle3D_loadSkinData'", nullptr); @@ -6614,7 +6614,7 @@ int lua_axis_3d_Bundle3D_loadSkinData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Bundle3D:loadSkinData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_loadSkinData'.",&tolua_err); #endif @@ -6627,18 +6627,18 @@ int lua_axis_3d_Bundle3D_clear(lua_State* tolua_S) axis::Bundle3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Bundle3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Bundle3D_clear'", nullptr); @@ -6661,7 +6661,7 @@ int lua_axis_3d_Bundle3D_clear(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Bundle3D:clear",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_clear'.",&tolua_err); #endif @@ -6674,18 +6674,18 @@ int lua_axis_3d_Bundle3D_loadMaterials(lua_State* tolua_S) axis::Bundle3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Bundle3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Bundle3D_loadMaterials'", nullptr); @@ -6712,7 +6712,7 @@ int lua_axis_3d_Bundle3D_loadMaterials(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Bundle3D:loadMaterials",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_loadMaterials'.",&tolua_err); #endif @@ -6725,18 +6725,18 @@ int lua_axis_3d_Bundle3D_loadNodes(lua_State* tolua_S) axis::Bundle3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Bundle3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Bundle3D_loadNodes'", nullptr); @@ -6763,7 +6763,7 @@ int lua_axis_3d_Bundle3D_loadNodes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Bundle3D:loadNodes",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_loadNodes'.",&tolua_err); #endif @@ -6776,18 +6776,18 @@ int lua_axis_3d_Bundle3D_loadAnimationData(lua_State* tolua_S) axis::Bundle3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Bundle3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_3d_Bundle3D_loadAnimationData'", nullptr); @@ -6817,7 +6817,7 @@ int lua_axis_3d_Bundle3D_loadAnimationData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Bundle3D:loadAnimationData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_loadAnimationData'.",&tolua_err); #endif @@ -6829,11 +6829,11 @@ int lua_axis_3d_Bundle3D_parseSamplerAddressMode(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -6854,7 +6854,7 @@ int lua_axis_3d_Bundle3D_parseSamplerAddressMode(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Bundle3D:parseSamplerAddressMode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_parseSamplerAddressMode'.",&tolua_err); #endif @@ -6865,11 +6865,11 @@ int lua_axis_3d_Bundle3D_destroyBundle(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -6890,7 +6890,7 @@ int lua_axis_3d_Bundle3D_destroyBundle(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Bundle3D:destroyBundle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_destroyBundle'.",&tolua_err); #endif @@ -6901,11 +6901,11 @@ int lua_axis_3d_Bundle3D_createBundle(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -6924,7 +6924,7 @@ int lua_axis_3d_Bundle3D_createBundle(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Bundle3D:createBundle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_createBundle'.",&tolua_err); #endif @@ -6935,11 +6935,11 @@ int lua_axis_3d_Bundle3D_parseGLDataType(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Bundle3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -6962,7 +6962,7 @@ int lua_axis_3d_Bundle3D_parseGLDataType(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Bundle3D:parseGLDataType",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_parseGLDataType'.",&tolua_err); #endif @@ -6974,7 +6974,7 @@ int lua_axis_3d_Bundle3D_constructor(lua_State* tolua_S) axis::Bundle3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -6996,7 +6996,7 @@ int lua_axis_3d_Bundle3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Bundle3D:Bundle3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_3d_Bundle3D_constructor'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_audioengine_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_audioengine_auto.cpp index 2958fead41..92c65c3f65 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_audioengine_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_audioengine_auto.cpp @@ -10,7 +10,7 @@ int lua_axis_audioengine_AudioProfile_constructor(lua_State* tolua_S) axis::AudioProfile* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -32,7 +32,7 @@ int lua_axis_audioengine_AudioProfile_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AudioProfile:AudioProfile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioProfile_constructor'.",&tolua_err); #endif @@ -64,11 +64,11 @@ int lua_axis_audioengine_AudioEngine_lazyInit(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -87,7 +87,7 @@ int lua_axis_audioengine_AudioEngine_lazyInit(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:lazyInit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_lazyInit'.",&tolua_err); #endif @@ -98,11 +98,11 @@ int lua_axis_audioengine_AudioEngine_setCurrentTime(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -125,7 +125,7 @@ int lua_axis_audioengine_AudioEngine_setCurrentTime(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:setCurrentTime",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_setCurrentTime'.",&tolua_err); #endif @@ -136,11 +136,11 @@ int lua_axis_audioengine_AudioEngine_getVolume(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -161,7 +161,7 @@ int lua_axis_audioengine_AudioEngine_getVolume(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:getVolume",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_getVolume'.",&tolua_err); #endif @@ -172,11 +172,11 @@ int lua_axis_audioengine_AudioEngine_uncache(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -197,7 +197,7 @@ int lua_axis_audioengine_AudioEngine_uncache(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:uncache",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_uncache'.",&tolua_err); #endif @@ -208,11 +208,11 @@ int lua_axis_audioengine_AudioEngine_resumeAll(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -231,7 +231,7 @@ int lua_axis_audioengine_AudioEngine_resumeAll(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:resumeAll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_resumeAll'.",&tolua_err); #endif @@ -242,11 +242,11 @@ int lua_axis_audioengine_AudioEngine_stopAll(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -265,7 +265,7 @@ int lua_axis_audioengine_AudioEngine_stopAll(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:stopAll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_stopAll'.",&tolua_err); #endif @@ -276,11 +276,11 @@ int lua_axis_audioengine_AudioEngine_pause(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -301,7 +301,7 @@ int lua_axis_audioengine_AudioEngine_pause(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:pause",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_pause'.",&tolua_err); #endif @@ -312,11 +312,11 @@ int lua_axis_audioengine_AudioEngine_getMaxAudioInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -335,7 +335,7 @@ int lua_axis_audioengine_AudioEngine_getMaxAudioInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:getMaxAudioInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_getMaxAudioInstance'.",&tolua_err); #endif @@ -346,11 +346,11 @@ int lua_axis_audioengine_AudioEngine_isEnabled(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -369,7 +369,7 @@ int lua_axis_audioengine_AudioEngine_isEnabled(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_isEnabled'.",&tolua_err); #endif @@ -380,11 +380,11 @@ int lua_axis_audioengine_AudioEngine_getCurrentTime(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -405,7 +405,7 @@ int lua_axis_audioengine_AudioEngine_getCurrentTime(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:getCurrentTime",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_getCurrentTime'.",&tolua_err); #endif @@ -416,11 +416,11 @@ int lua_axis_audioengine_AudioEngine_setMaxAudioInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -441,7 +441,7 @@ int lua_axis_audioengine_AudioEngine_setMaxAudioInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:setMaxAudioInstance",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_setMaxAudioInstance'.",&tolua_err); #endif @@ -452,11 +452,11 @@ int lua_axis_audioengine_AudioEngine_isLoop(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -477,7 +477,7 @@ int lua_axis_audioengine_AudioEngine_isLoop(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:isLoop",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_isLoop'.",&tolua_err); #endif @@ -488,11 +488,11 @@ int lua_axis_audioengine_AudioEngine_pauseAll(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -511,7 +511,7 @@ int lua_axis_audioengine_AudioEngine_pauseAll(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:pauseAll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_pauseAll'.",&tolua_err); #endif @@ -522,11 +522,11 @@ int lua_axis_audioengine_AudioEngine_uncacheAll(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -545,7 +545,7 @@ int lua_axis_audioengine_AudioEngine_uncacheAll(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:uncacheAll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_uncacheAll'.",&tolua_err); #endif @@ -556,11 +556,11 @@ int lua_axis_audioengine_AudioEngine_setVolume(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -583,7 +583,7 @@ int lua_axis_audioengine_AudioEngine_setVolume(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:setVolume",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_setVolume'.",&tolua_err); #endif @@ -593,11 +593,11 @@ int lua_axis_audioengine_AudioEngine_preload(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -638,7 +638,7 @@ int lua_axis_audioengine_AudioEngine_preload(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.AudioEngine:preload",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_preload'.",&tolua_err); #endif @@ -649,11 +649,11 @@ int lua_axis_audioengine_AudioEngine_setEnabled(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -674,7 +674,7 @@ int lua_axis_audioengine_AudioEngine_setEnabled(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_setEnabled'.",&tolua_err); #endif @@ -685,11 +685,11 @@ int lua_axis_audioengine_AudioEngine_play2d(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -761,7 +761,7 @@ int lua_axis_audioengine_AudioEngine_play2d(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:play2d",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_play2d'.",&tolua_err); #endif @@ -772,11 +772,11 @@ int lua_axis_audioengine_AudioEngine_getState(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -797,7 +797,7 @@ int lua_axis_audioengine_AudioEngine_getState(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:getState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_getState'.",&tolua_err); #endif @@ -808,11 +808,11 @@ int lua_axis_audioengine_AudioEngine_resume(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -833,7 +833,7 @@ int lua_axis_audioengine_AudioEngine_resume(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:resume",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_resume'.",&tolua_err); #endif @@ -844,11 +844,11 @@ int lua_axis_audioengine_AudioEngine_stop(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -869,7 +869,7 @@ int lua_axis_audioengine_AudioEngine_stop(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:stop",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_stop'.",&tolua_err); #endif @@ -880,11 +880,11 @@ int lua_axis_audioengine_AudioEngine_end(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -903,7 +903,7 @@ int lua_axis_audioengine_AudioEngine_end(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:end",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_end'.",&tolua_err); #endif @@ -914,11 +914,11 @@ int lua_axis_audioengine_AudioEngine_getDuration(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -939,7 +939,7 @@ int lua_axis_audioengine_AudioEngine_getDuration(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:getDuration",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_getDuration'.",&tolua_err); #endif @@ -950,11 +950,11 @@ int lua_axis_audioengine_AudioEngine_setLoop(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -977,7 +977,7 @@ int lua_axis_audioengine_AudioEngine_setLoop(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:setLoop",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_setLoop'.",&tolua_err); #endif @@ -988,11 +988,11 @@ int lua_axis_audioengine_AudioEngine_getDefaultProfile(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -1011,7 +1011,7 @@ int lua_axis_audioengine_AudioEngine_getDefaultProfile(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:getDefaultProfile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_getDefaultProfile'.",&tolua_err); #endif @@ -1021,11 +1021,11 @@ int lua_axis_audioengine_AudioEngine_getProfile(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -1059,7 +1059,7 @@ int lua_axis_audioengine_AudioEngine_getProfile(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.AudioEngine:getProfile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_getProfile'.",&tolua_err); #endif @@ -1070,11 +1070,11 @@ int lua_axis_audioengine_AudioEngine_getPlayingAudioCount(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AudioEngine",0,&tolua_err)) goto tolua_lerror; #endif @@ -1093,7 +1093,7 @@ int lua_axis_audioengine_AudioEngine_getPlayingAudioCount(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AudioEngine:getPlayingAudioCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_audioengine_AudioEngine_getPlayingAudioCount'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_backend_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_backend_auto.cpp index 07cf620385..f4e869f9d0 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_backend_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_backend_auto.cpp @@ -401,18 +401,18 @@ int lua_axis_backend_Program_getMaxVertexLocation(lua_State* tolua_S) axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getMaxVertexLocation'", nullptr); @@ -435,7 +435,7 @@ int lua_axis_backend_Program_getMaxVertexLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getMaxVertexLocation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getMaxVertexLocation'.",&tolua_err); #endif @@ -448,18 +448,18 @@ int lua_axis_backend_Program_getMaxFragmentLocation(lua_State* tolua_S) axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getMaxFragmentLocation'", nullptr); @@ -482,7 +482,7 @@ int lua_axis_backend_Program_getMaxFragmentLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getMaxFragmentLocation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getMaxFragmentLocation'.",&tolua_err); #endif @@ -495,18 +495,18 @@ int lua_axis_backend_Program_setProgramType(lua_State* tolua_S) axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_setProgramType'", nullptr); @@ -532,7 +532,7 @@ int lua_axis_backend_Program_setProgramType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:setProgramType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_setProgramType'.",&tolua_err); #endif @@ -545,18 +545,18 @@ int lua_axis_backend_Program_getFragmentShader(lua_State* tolua_S) axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getFragmentShader'", nullptr); @@ -579,7 +579,7 @@ int lua_axis_backend_Program_getFragmentShader(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getFragmentShader",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getFragmentShader'.",&tolua_err); #endif @@ -592,18 +592,18 @@ int lua_axis_backend_Program_getUniformBufferSize(lua_State* tolua_S) axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getUniformBufferSize'", nullptr); @@ -629,7 +629,7 @@ int lua_axis_backend_Program_getUniformBufferSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getUniformBufferSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getUniformBufferSize'.",&tolua_err); #endif @@ -641,15 +641,15 @@ int lua_axis_backend_Program_getUniformLocation(lua_State* tolua_S) int argc = 0; axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getUniformLocation'", nullptr); @@ -684,7 +684,7 @@ int lua_axis_backend_Program_getUniformLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getUniformLocation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getUniformLocation'.",&tolua_err); #endif @@ -697,18 +697,18 @@ int lua_axis_backend_Program_getProgramType(lua_State* tolua_S) axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getProgramType'", nullptr); @@ -731,7 +731,7 @@ int lua_axis_backend_Program_getProgramType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getProgramType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getProgramType'.",&tolua_err); #endif @@ -744,18 +744,18 @@ int lua_axis_backend_Program_getActiveAttributes(lua_State* tolua_S) axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getActiveAttributes'", nullptr); @@ -778,7 +778,7 @@ int lua_axis_backend_Program_getActiveAttributes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getActiveAttributes",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getActiveAttributes'.",&tolua_err); #endif @@ -790,15 +790,15 @@ int lua_axis_backend_Program_getAttributeLocation(lua_State* tolua_S) int argc = 0; axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getAttributeLocation'", nullptr); @@ -833,7 +833,7 @@ int lua_axis_backend_Program_getAttributeLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getAttributeLocation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getAttributeLocation'.",&tolua_err); #endif @@ -846,18 +846,18 @@ int lua_axis_backend_Program_getVertexShader(lua_State* tolua_S) axis::backend::Program* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Program*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Program_getVertexShader'", nullptr); @@ -880,7 +880,7 @@ int lua_axis_backend_Program_getVertexShader(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Program:getVertexShader",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getVertexShader'.",&tolua_err); #endif @@ -892,11 +892,11 @@ int lua_axis_backend_Program_getBuiltinProgram(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axb.Program",0,&tolua_err)) goto tolua_lerror; #endif @@ -917,7 +917,7 @@ int lua_axis_backend_Program_getBuiltinProgram(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axb.Program:getBuiltinProgram",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Program_getBuiltinProgram'.",&tolua_err); #endif @@ -959,18 +959,18 @@ int lua_axis_backend_VertexLayout_getVertexStepMode(lua_State* tolua_S) axis::backend::VertexLayout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.VertexLayout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::VertexLayout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_VertexLayout_getVertexStepMode'", nullptr); @@ -993,7 +993,7 @@ int lua_axis_backend_VertexLayout_getVertexStepMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.VertexLayout:getVertexStepMode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_VertexLayout_getVertexStepMode'.",&tolua_err); #endif @@ -1006,18 +1006,18 @@ int lua_axis_backend_VertexLayout_isValid(lua_State* tolua_S) axis::backend::VertexLayout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.VertexLayout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::VertexLayout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_VertexLayout_isValid'", nullptr); @@ -1040,7 +1040,7 @@ int lua_axis_backend_VertexLayout_isValid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.VertexLayout:isValid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_VertexLayout_isValid'.",&tolua_err); #endif @@ -1053,18 +1053,18 @@ int lua_axis_backend_VertexLayout_setLayout(lua_State* tolua_S) axis::backend::VertexLayout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.VertexLayout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::VertexLayout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_VertexLayout_setLayout'", nullptr); @@ -1090,7 +1090,7 @@ int lua_axis_backend_VertexLayout_setLayout(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.VertexLayout:setLayout",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_VertexLayout_setLayout'.",&tolua_err); #endif @@ -1103,18 +1103,18 @@ int lua_axis_backend_VertexLayout_setAttribute(lua_State* tolua_S) axis::backend::VertexLayout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.VertexLayout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::VertexLayout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_VertexLayout_setAttribute'", nullptr); @@ -1152,7 +1152,7 @@ int lua_axis_backend_VertexLayout_setAttribute(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.VertexLayout:setAttribute",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_VertexLayout_setAttribute'.",&tolua_err); #endif @@ -1165,18 +1165,18 @@ int lua_axis_backend_VertexLayout_getStride(lua_State* tolua_S) axis::backend::VertexLayout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.VertexLayout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::VertexLayout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_VertexLayout_getStride'", nullptr); @@ -1199,7 +1199,7 @@ int lua_axis_backend_VertexLayout_getStride(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.VertexLayout:getStride",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_VertexLayout_getStride'.",&tolua_err); #endif @@ -1212,7 +1212,7 @@ int lua_axis_backend_VertexLayout_constructor(lua_State* tolua_S) axis::backend::VertexLayout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1234,7 +1234,7 @@ int lua_axis_backend_VertexLayout_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.VertexLayout:VertexLayout",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_VertexLayout_constructor'.",&tolua_err); #endif @@ -1271,15 +1271,15 @@ int lua_axis_backend_ProgramState_setTexture(lua_State* tolua_S) int argc = 0; axis::backend::ProgramState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.ProgramState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::ProgramState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_ProgramState_setTexture'", nullptr); @@ -1346,7 +1346,7 @@ int lua_axis_backend_ProgramState_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ProgramState:setTexture",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_ProgramState_setTexture'.",&tolua_err); #endif @@ -1359,18 +1359,18 @@ int lua_axis_backend_ProgramState_updateUniformID(lua_State* tolua_S) axis::backend::ProgramState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.ProgramState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::ProgramState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_ProgramState_updateUniformID'", nullptr); @@ -1407,7 +1407,7 @@ int lua_axis_backend_ProgramState_updateUniformID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ProgramState:updateUniformID",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_ProgramState_updateUniformID'.",&tolua_err); #endif @@ -1420,18 +1420,18 @@ int lua_axis_backend_ProgramState_clone(lua_State* tolua_S) axis::backend::ProgramState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.ProgramState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::ProgramState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_ProgramState_clone'", nullptr); @@ -1454,7 +1454,7 @@ int lua_axis_backend_ProgramState_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ProgramState:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_ProgramState_clone'.",&tolua_err); #endif @@ -1467,18 +1467,18 @@ int lua_axis_backend_ProgramState_setParameterAutoBinding(lua_State* tolua_S) axis::backend::ProgramState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.ProgramState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::ProgramState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_ProgramState_setParameterAutoBinding'", nullptr); @@ -1507,7 +1507,7 @@ int lua_axis_backend_ProgramState_setParameterAutoBinding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ProgramState:setParameterAutoBinding",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_ProgramState_setParameterAutoBinding'.",&tolua_err); #endif @@ -1520,18 +1520,18 @@ int lua_axis_backend_ProgramState_getProgram(lua_State* tolua_S) axis::backend::ProgramState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.ProgramState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::ProgramState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_ProgramState_getProgram'", nullptr); @@ -1554,7 +1554,7 @@ int lua_axis_backend_ProgramState_getProgram(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ProgramState:getProgram",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_ProgramState_getProgram'.",&tolua_err); #endif @@ -1567,18 +1567,18 @@ int lua_axis_backend_ProgramState_getUniformID(lua_State* tolua_S) axis::backend::ProgramState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.ProgramState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::ProgramState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_ProgramState_getUniformID'", nullptr); @@ -1601,7 +1601,7 @@ int lua_axis_backend_ProgramState_getUniformID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ProgramState:getUniformID",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_ProgramState_getUniformID'.",&tolua_err); #endif @@ -1613,15 +1613,15 @@ int lua_axis_backend_ProgramState_getAttributeLocation(lua_State* tolua_S) int argc = 0; axis::backend::ProgramState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.ProgramState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::ProgramState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_ProgramState_getAttributeLocation'", nullptr); @@ -1656,7 +1656,7 @@ int lua_axis_backend_ProgramState_getAttributeLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ProgramState:getAttributeLocation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_ProgramState_getAttributeLocation'.",&tolua_err); #endif @@ -1669,7 +1669,7 @@ int lua_axis_backend_ProgramState_constructor(lua_State* tolua_S) axis::backend::ProgramState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1696,7 +1696,7 @@ int lua_axis_backend_ProgramState_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ProgramState:ProgramState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_ProgramState_constructor'.",&tolua_err); #endif @@ -1736,18 +1736,18 @@ int lua_axis_backend_TextureBackend_getTextureFormat(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_getTextureFormat'", nullptr); @@ -1770,7 +1770,7 @@ int lua_axis_backend_TextureBackend_getTextureFormat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:getTextureFormat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_getTextureFormat'.",&tolua_err); #endif @@ -1783,18 +1783,18 @@ int lua_axis_backend_TextureBackend_generateMipmaps(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_generateMipmaps'", nullptr); @@ -1817,7 +1817,7 @@ int lua_axis_backend_TextureBackend_generateMipmaps(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:generateMipmaps",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_generateMipmaps'.",&tolua_err); #endif @@ -1830,18 +1830,18 @@ int lua_axis_backend_TextureBackend_updateSamplerDescriptor(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_updateSamplerDescriptor'", nullptr); @@ -1867,7 +1867,7 @@ int lua_axis_backend_TextureBackend_updateSamplerDescriptor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:updateSamplerDescriptor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_updateSamplerDescriptor'.",&tolua_err); #endif @@ -1880,18 +1880,18 @@ int lua_axis_backend_TextureBackend_getHeight(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_getHeight'", nullptr); @@ -1914,7 +1914,7 @@ int lua_axis_backend_TextureBackend_getHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:getHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_getHeight'.",&tolua_err); #endif @@ -1927,18 +1927,18 @@ int lua_axis_backend_TextureBackend_updateTextureDescriptor(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_updateTextureDescriptor'", nullptr); @@ -1983,7 +1983,7 @@ int lua_axis_backend_TextureBackend_updateTextureDescriptor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:updateTextureDescriptor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_updateTextureDescriptor'.",&tolua_err); #endif @@ -1996,18 +1996,18 @@ int lua_axis_backend_TextureBackend_getTextureUsage(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_getTextureUsage'", nullptr); @@ -2030,7 +2030,7 @@ int lua_axis_backend_TextureBackend_getTextureUsage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:getTextureUsage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_getTextureUsage'.",&tolua_err); #endif @@ -2043,18 +2043,18 @@ int lua_axis_backend_TextureBackend_getWidth(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_getWidth'", nullptr); @@ -2077,7 +2077,7 @@ int lua_axis_backend_TextureBackend_getWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:getWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_getWidth'.",&tolua_err); #endif @@ -2090,18 +2090,18 @@ int lua_axis_backend_TextureBackend_hasMipmaps(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_hasMipmaps'", nullptr); @@ -2124,7 +2124,7 @@ int lua_axis_backend_TextureBackend_hasMipmaps(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:hasMipmaps",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_hasMipmaps'.",&tolua_err); #endif @@ -2137,18 +2137,18 @@ int lua_axis_backend_TextureBackend_getCount(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_getCount'", nullptr); @@ -2171,7 +2171,7 @@ int lua_axis_backend_TextureBackend_getCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:getCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_getCount'.",&tolua_err); #endif @@ -2184,18 +2184,18 @@ int lua_axis_backend_TextureBackend_getHandler(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_getHandler'", nullptr); @@ -2232,7 +2232,7 @@ int lua_axis_backend_TextureBackend_getHandler(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:getHandler",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_getHandler'.",&tolua_err); #endif @@ -2245,18 +2245,18 @@ int lua_axis_backend_TextureBackend_getTextureType(lua_State* tolua_S) axis::backend::TextureBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureBackend_getTextureType'", nullptr); @@ -2279,7 +2279,7 @@ int lua_axis_backend_TextureBackend_getTextureType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureBackend:getTextureType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureBackend_getTextureType'.",&tolua_err); #endif @@ -2322,18 +2322,18 @@ int lua_axis_backend_Texture2DBackend_getHeight(lua_State* tolua_S) axis::backend::Texture2DBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Texture2DBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Texture2DBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Texture2DBackend_getHeight'", nullptr); @@ -2356,7 +2356,7 @@ int lua_axis_backend_Texture2DBackend_getHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Texture2DBackend:getHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Texture2DBackend_getHeight'.",&tolua_err); #endif @@ -2369,18 +2369,18 @@ int lua_axis_backend_Texture2DBackend_getWidth(lua_State* tolua_S) axis::backend::Texture2DBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Texture2DBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Texture2DBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Texture2DBackend_getWidth'", nullptr); @@ -2403,7 +2403,7 @@ int lua_axis_backend_Texture2DBackend_getWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Texture2DBackend:getWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Texture2DBackend_getWidth'.",&tolua_err); #endif @@ -2416,18 +2416,18 @@ int lua_axis_backend_Texture2DBackend_updateData(lua_State* tolua_S) axis::backend::Texture2DBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Texture2DBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Texture2DBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Texture2DBackend_updateData'", nullptr); @@ -2490,7 +2490,7 @@ int lua_axis_backend_Texture2DBackend_updateData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Texture2DBackend:updateData",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Texture2DBackend_updateData'.",&tolua_err); #endif @@ -2503,18 +2503,18 @@ int lua_axis_backend_Texture2DBackend_updateCompressedData(lua_State* tolua_S) axis::backend::Texture2DBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Texture2DBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Texture2DBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Texture2DBackend_updateCompressedData'", nullptr); @@ -2583,7 +2583,7 @@ int lua_axis_backend_Texture2DBackend_updateCompressedData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Texture2DBackend:updateCompressedData",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Texture2DBackend_updateCompressedData'.",&tolua_err); #endif @@ -2596,18 +2596,18 @@ int lua_axis_backend_Texture2DBackend_updateSubData(lua_State* tolua_S) axis::backend::Texture2DBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Texture2DBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Texture2DBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Texture2DBackend_updateSubData'", nullptr); @@ -2682,7 +2682,7 @@ int lua_axis_backend_Texture2DBackend_updateSubData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Texture2DBackend:updateSubData",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Texture2DBackend_updateSubData'.",&tolua_err); #endif @@ -2695,18 +2695,18 @@ int lua_axis_backend_Texture2DBackend_updateCompressedSubData(lua_State* tolua_S axis::backend::Texture2DBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Texture2DBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Texture2DBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Texture2DBackend_updateCompressedSubData'", nullptr); @@ -2787,7 +2787,7 @@ int lua_axis_backend_Texture2DBackend_updateCompressedSubData(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Texture2DBackend:updateCompressedSubData",argc, 7); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Texture2DBackend_updateCompressedSubData'.",&tolua_err); #endif @@ -2825,18 +2825,18 @@ int lua_axis_backend_TextureCubemapBackend_updateFaceData(lua_State* tolua_S) axis::backend::TextureCubemapBackend* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.TextureCubemapBackend",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::TextureCubemapBackend*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_TextureCubemapBackend_updateFaceData'", nullptr); @@ -2887,7 +2887,7 @@ int lua_axis_backend_TextureCubemapBackend_updateFaceData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.TextureCubemapBackend:updateFaceData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_TextureCubemapBackend_updateFaceData'.",&tolua_err); #endif @@ -2920,18 +2920,18 @@ int lua_axis_backend_Device_newDefaultRenderTarget(lua_State* tolua_S) axis::backend::Device* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Device",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Device*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Device_newDefaultRenderTarget'", nullptr); @@ -2957,7 +2957,7 @@ int lua_axis_backend_Device_newDefaultRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Device:newDefaultRenderTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Device_newDefaultRenderTarget'.",&tolua_err); #endif @@ -2970,18 +2970,18 @@ int lua_axis_backend_Device_newProgram(lua_State* tolua_S) axis::backend::Device* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Device",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Device*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Device_newProgram'", nullptr); @@ -3010,7 +3010,7 @@ int lua_axis_backend_Device_newProgram(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Device:newProgram",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Device_newProgram'.",&tolua_err); #endif @@ -3023,18 +3023,18 @@ int lua_axis_backend_Device_newRenderTarget(lua_State* tolua_S) axis::backend::Device* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Device",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Device*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Device_newRenderTarget'", nullptr); @@ -3120,7 +3120,7 @@ int lua_axis_backend_Device_newRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Device:newRenderTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Device_newRenderTarget'.",&tolua_err); #endif @@ -3133,18 +3133,18 @@ int lua_axis_backend_Device_newDepthStencilState(lua_State* tolua_S) axis::backend::Device* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.Device",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::Device*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_backend_Device_newDepthStencilState'", nullptr); @@ -3167,7 +3167,7 @@ int lua_axis_backend_Device_newDepthStencilState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.Device:newDepthStencilState",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Device_newDepthStencilState'.",&tolua_err); #endif @@ -3179,11 +3179,11 @@ int lua_axis_backend_Device_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axb.Device",0,&tolua_err)) goto tolua_lerror; #endif @@ -3202,7 +3202,7 @@ int lua_axis_backend_Device_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axb.Device:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_backend_Device_getInstance'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_base_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_base_auto.cpp index 5a9dd1175a..5070e7c8d9 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_base_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_base_auto.cpp @@ -15,18 +15,18 @@ int lua_axis_base_Ref_release(lua_State* tolua_S) axis::Ref* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ref",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ref*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ref_release'", nullptr); @@ -49,7 +49,7 @@ int lua_axis_base_Ref_release(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ref:release",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ref_release'.",&tolua_err); #endif @@ -62,18 +62,18 @@ int lua_axis_base_Ref_retain(lua_State* tolua_S) axis::Ref* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ref",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ref*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ref_retain'", nullptr); @@ -96,7 +96,7 @@ int lua_axis_base_Ref_retain(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ref:retain",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ref_retain'.",&tolua_err); #endif @@ -109,18 +109,18 @@ int lua_axis_base_Ref_getReferenceCount(lua_State* tolua_S) axis::Ref* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ref",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ref*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ref_getReferenceCount'", nullptr); @@ -143,7 +143,7 @@ int lua_axis_base_Ref_getReferenceCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ref:getReferenceCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ref_getReferenceCount'.",&tolua_err); #endif @@ -178,18 +178,18 @@ int lua_axis_base_Console_listenOnTCP(lua_State* tolua_S) axis::Console* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Console",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Console*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Console_listenOnTCP'", nullptr); @@ -215,7 +215,7 @@ int lua_axis_base_Console_listenOnTCP(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Console:listenOnTCP",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Console_listenOnTCP'.",&tolua_err); #endif @@ -228,18 +228,18 @@ int lua_axis_base_Console_log(lua_State* tolua_S) axis::Console* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Console",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Console*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Console_log'", nullptr); @@ -265,7 +265,7 @@ int lua_axis_base_Console_log(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Console:log",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Console_log'.",&tolua_err); #endif @@ -278,18 +278,18 @@ int lua_axis_base_Console_delCommand(lua_State* tolua_S) axis::Console* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Console",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Console*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Console_delCommand'", nullptr); @@ -315,7 +315,7 @@ int lua_axis_base_Console_delCommand(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Console:delCommand",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Console_delCommand'.",&tolua_err); #endif @@ -328,18 +328,18 @@ int lua_axis_base_Console_stop(lua_State* tolua_S) axis::Console* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Console",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Console*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Console_stop'", nullptr); @@ -362,7 +362,7 @@ int lua_axis_base_Console_stop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Console:stop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Console_stop'.",&tolua_err); #endif @@ -375,18 +375,18 @@ int lua_axis_base_Console_listenOnFileDescriptor(lua_State* tolua_S) axis::Console* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Console",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Console*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Console_listenOnFileDescriptor'", nullptr); @@ -412,7 +412,7 @@ int lua_axis_base_Console_listenOnFileDescriptor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Console:listenOnFileDescriptor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Console_listenOnFileDescriptor'.",&tolua_err); #endif @@ -425,18 +425,18 @@ int lua_axis_base_Console_setCommandSeparator(lua_State* tolua_S) axis::Console* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Console",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Console*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Console_setCommandSeparator'", nullptr); @@ -462,7 +462,7 @@ int lua_axis_base_Console_setCommandSeparator(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Console:setCommandSeparator",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Console_setCommandSeparator'.",&tolua_err); #endif @@ -475,18 +475,18 @@ int lua_axis_base_Console_setBindAddress(lua_State* tolua_S) axis::Console* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Console",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Console*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Console_setBindAddress'", nullptr); @@ -512,7 +512,7 @@ int lua_axis_base_Console_setBindAddress(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Console:setBindAddress",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Console_setBindAddress'.",&tolua_err); #endif @@ -525,18 +525,18 @@ int lua_axis_base_Console_isIpv6Server(lua_State* tolua_S) axis::Console* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Console",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Console*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Console_isIpv6Server'", nullptr); @@ -559,7 +559,7 @@ int lua_axis_base_Console_isIpv6Server(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Console:isIpv6Server",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Console_isIpv6Server'.",&tolua_err); #endif @@ -599,18 +599,18 @@ int lua_axis_base_EventListener_setEnabled(lua_State* tolua_S) axis::EventListener* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListener",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListener*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListener_setEnabled'", nullptr); @@ -636,7 +636,7 @@ int lua_axis_base_EventListener_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListener:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListener_setEnabled'.",&tolua_err); #endif @@ -649,18 +649,18 @@ int lua_axis_base_EventListener_isEnabled(lua_State* tolua_S) axis::EventListener* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListener",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListener*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListener_isEnabled'", nullptr); @@ -683,7 +683,7 @@ int lua_axis_base_EventListener_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListener:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListener_isEnabled'.",&tolua_err); #endif @@ -696,18 +696,18 @@ int lua_axis_base_EventListener_clone(lua_State* tolua_S) axis::EventListener* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListener",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListener*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListener_clone'", nullptr); @@ -730,7 +730,7 @@ int lua_axis_base_EventListener_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListener:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListener_clone'.",&tolua_err); #endif @@ -743,18 +743,18 @@ int lua_axis_base_EventListener_checkAvailable(lua_State* tolua_S) axis::EventListener* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListener",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListener*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListener_checkAvailable'", nullptr); @@ -777,7 +777,7 @@ int lua_axis_base_EventListener_checkAvailable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListener:checkAvailable",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListener_checkAvailable'.",&tolua_err); #endif @@ -813,7 +813,7 @@ int lua_axis_base_EventListenerCustom_constructor(lua_State* tolua_S) axis::EventListenerCustom* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -837,7 +837,7 @@ int lua_axis_base_EventListenerCustom_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerCustom:EventListenerCustom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerCustom_constructor'.",&tolua_err); #endif @@ -870,18 +870,18 @@ int lua_axis_base_ShaderCache_removeUnusedShader(lua_State* tolua_S) axis::backend::ShaderCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axb.ShaderCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::backend::ShaderCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ShaderCache_removeUnusedShader'", nullptr); @@ -904,7 +904,7 @@ int lua_axis_base_ShaderCache_removeUnusedShader(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axb.ShaderCache:removeUnusedShader",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShaderCache_removeUnusedShader'.",&tolua_err); #endif @@ -916,11 +916,11 @@ int lua_axis_base_ShaderCache_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axb.ShaderCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -939,7 +939,7 @@ int lua_axis_base_ShaderCache_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axb.ShaderCache:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShaderCache_destroyInstance'.",&tolua_err); #endif @@ -950,11 +950,11 @@ int lua_axis_base_ShaderCache_newVertexShaderModule(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axb.ShaderCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -975,7 +975,7 @@ int lua_axis_base_ShaderCache_newVertexShaderModule(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axb.ShaderCache:newVertexShaderModule",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShaderCache_newVertexShaderModule'.",&tolua_err); #endif @@ -986,11 +986,11 @@ int lua_axis_base_ShaderCache_newFragmentShaderModule(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axb.ShaderCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -1011,7 +1011,7 @@ int lua_axis_base_ShaderCache_newFragmentShaderModule(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axb.ShaderCache:newFragmentShaderModule",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShaderCache_newFragmentShaderModule'.",&tolua_err); #endif @@ -1022,11 +1022,11 @@ int lua_axis_base_ShaderCache_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axb.ShaderCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -1045,7 +1045,7 @@ int lua_axis_base_ShaderCache_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axb.ShaderCache:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShaderCache_getInstance'.",&tolua_err); #endif @@ -1081,18 +1081,18 @@ int lua_axis_base_Texture2D_updateWithMipmaps(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_updateWithMipmaps'", nullptr); @@ -1203,7 +1203,7 @@ int lua_axis_base_Texture2D_updateWithMipmaps(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:updateWithMipmaps",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_updateWithMipmaps'.",&tolua_err); #endif @@ -1216,18 +1216,18 @@ int lua_axis_base_Texture2D_getMaxT(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getMaxT'", nullptr); @@ -1250,7 +1250,7 @@ int lua_axis_base_Texture2D_getMaxT(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getMaxT",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getMaxT'.",&tolua_err); #endif @@ -1263,18 +1263,18 @@ int lua_axis_base_Texture2D_getStringForFormat(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getStringForFormat'", nullptr); @@ -1297,7 +1297,7 @@ int lua_axis_base_Texture2D_getStringForFormat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getStringForFormat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getStringForFormat'.",&tolua_err); #endif @@ -1309,15 +1309,15 @@ int lua_axis_base_Texture2D_initWithImage(lua_State* tolua_S) int argc = 0; axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_initWithImage'", nullptr); @@ -1356,7 +1356,7 @@ int lua_axis_base_Texture2D_initWithImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:initWithImage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_initWithImage'.",&tolua_err); #endif @@ -1369,18 +1369,18 @@ int lua_axis_base_Texture2D_getMaxS(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getMaxS'", nullptr); @@ -1403,7 +1403,7 @@ int lua_axis_base_Texture2D_getMaxS(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getMaxS",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getMaxS'.",&tolua_err); #endif @@ -1416,18 +1416,18 @@ int lua_axis_base_Texture2D_hasPremultipliedAlpha(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_hasPremultipliedAlpha'", nullptr); @@ -1450,7 +1450,7 @@ int lua_axis_base_Texture2D_hasPremultipliedAlpha(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:hasPremultipliedAlpha",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_hasPremultipliedAlpha'.",&tolua_err); #endif @@ -1463,18 +1463,18 @@ int lua_axis_base_Texture2D_getPixelsHigh(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getPixelsHigh'", nullptr); @@ -1497,7 +1497,7 @@ int lua_axis_base_Texture2D_getPixelsHigh(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getPixelsHigh",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getPixelsHigh'.",&tolua_err); #endif @@ -1509,15 +1509,15 @@ int lua_axis_base_Texture2D_getBitsPerPixelForFormat(lua_State* tolua_S) int argc = 0; axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getBitsPerPixelForFormat'", nullptr); @@ -1548,7 +1548,7 @@ int lua_axis_base_Texture2D_getBitsPerPixelForFormat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getBitsPerPixelForFormat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getBitsPerPixelForFormat'.",&tolua_err); #endif @@ -1561,18 +1561,18 @@ int lua_axis_base_Texture2D_setMaxS(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_setMaxS'", nullptr); @@ -1598,7 +1598,7 @@ int lua_axis_base_Texture2D_setMaxS(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:setMaxS",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_setMaxS'.",&tolua_err); #endif @@ -1610,15 +1610,15 @@ int lua_axis_base_Texture2D_initWithString(lua_State* tolua_S) int argc = 0; axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_initWithString'", nullptr); @@ -1825,7 +1825,7 @@ int lua_axis_base_Texture2D_initWithString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:initWithString",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_initWithString'.",&tolua_err); #endif @@ -1838,18 +1838,18 @@ int lua_axis_base_Texture2D_setMaxT(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_setMaxT'", nullptr); @@ -1875,7 +1875,7 @@ int lua_axis_base_Texture2D_setMaxT(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:setMaxT",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_setMaxT'.",&tolua_err); #endif @@ -1888,18 +1888,18 @@ int lua_axis_base_Texture2D_getPath(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getPath'", nullptr); @@ -1922,7 +1922,7 @@ int lua_axis_base_Texture2D_getPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getPath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getPath'.",&tolua_err); #endif @@ -1935,18 +1935,18 @@ int lua_axis_base_Texture2D_drawInRect(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_drawInRect'", nullptr); @@ -1975,7 +1975,7 @@ int lua_axis_base_Texture2D_drawInRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:drawInRect",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_drawInRect'.",&tolua_err); #endif @@ -1988,18 +1988,18 @@ int lua_axis_base_Texture2D_isRenderTarget(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_isRenderTarget'", nullptr); @@ -2022,7 +2022,7 @@ int lua_axis_base_Texture2D_isRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:isRenderTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_isRenderTarget'.",&tolua_err); #endif @@ -2035,18 +2035,18 @@ int lua_axis_base_Texture2D_getContentSize(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getContentSize'", nullptr); @@ -2069,7 +2069,7 @@ int lua_axis_base_Texture2D_getContentSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getContentSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getContentSize'.",&tolua_err); #endif @@ -2082,18 +2082,18 @@ int lua_axis_base_Texture2D_setAliasTexParameters(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_setAliasTexParameters'", nullptr); @@ -2116,7 +2116,7 @@ int lua_axis_base_Texture2D_setAliasTexParameters(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:setAliasTexParameters",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_setAliasTexParameters'.",&tolua_err); #endif @@ -2129,18 +2129,18 @@ int lua_axis_base_Texture2D_setAntiAliasTexParameters(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_setAntiAliasTexParameters'", nullptr); @@ -2163,7 +2163,7 @@ int lua_axis_base_Texture2D_setAntiAliasTexParameters(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:setAntiAliasTexParameters",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_setAntiAliasTexParameters'.",&tolua_err); #endif @@ -2176,18 +2176,18 @@ int lua_axis_base_Texture2D_generateMipmap(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_generateMipmap'", nullptr); @@ -2210,7 +2210,7 @@ int lua_axis_base_Texture2D_generateMipmap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:generateMipmap",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_generateMipmap'.",&tolua_err); #endif @@ -2223,18 +2223,18 @@ int lua_axis_base_Texture2D_getPixelFormat(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getPixelFormat'", nullptr); @@ -2257,7 +2257,7 @@ int lua_axis_base_Texture2D_getPixelFormat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getPixelFormat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getPixelFormat'.",&tolua_err); #endif @@ -2270,18 +2270,18 @@ int lua_axis_base_Texture2D_updateTextureDescriptor(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_updateTextureDescriptor'", nullptr); @@ -2326,7 +2326,7 @@ int lua_axis_base_Texture2D_updateTextureDescriptor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:updateTextureDescriptor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_updateTextureDescriptor'.",&tolua_err); #endif @@ -2339,18 +2339,18 @@ int lua_axis_base_Texture2D_setPremultipliedAlpha(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_setPremultipliedAlpha'", nullptr); @@ -2376,7 +2376,7 @@ int lua_axis_base_Texture2D_setPremultipliedAlpha(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:setPremultipliedAlpha",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_setPremultipliedAlpha'.",&tolua_err); #endif @@ -2389,18 +2389,18 @@ int lua_axis_base_Texture2D_getBackendTexture(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getBackendTexture'", nullptr); @@ -2423,7 +2423,7 @@ int lua_axis_base_Texture2D_getBackendTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getBackendTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getBackendTexture'.",&tolua_err); #endif @@ -2436,18 +2436,18 @@ int lua_axis_base_Texture2D_getContentSizeInPixels(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getContentSizeInPixels'", nullptr); @@ -2470,7 +2470,7 @@ int lua_axis_base_Texture2D_getContentSizeInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getContentSizeInPixels",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getContentSizeInPixels'.",&tolua_err); #endif @@ -2483,18 +2483,18 @@ int lua_axis_base_Texture2D_getSamplerFlags(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getSamplerFlags'", nullptr); @@ -2517,7 +2517,7 @@ int lua_axis_base_Texture2D_getSamplerFlags(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getSamplerFlags",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getSamplerFlags'.",&tolua_err); #endif @@ -2530,18 +2530,18 @@ int lua_axis_base_Texture2D_getPixelsWide(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_getPixelsWide'", nullptr); @@ -2564,7 +2564,7 @@ int lua_axis_base_Texture2D_getPixelsWide(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:getPixelsWide",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getPixelsWide'.",&tolua_err); #endif @@ -2577,18 +2577,18 @@ int lua_axis_base_Texture2D_drawAtPoint(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_drawAtPoint'", nullptr); @@ -2617,7 +2617,7 @@ int lua_axis_base_Texture2D_drawAtPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:drawAtPoint",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_drawAtPoint'.",&tolua_err); #endif @@ -2630,18 +2630,18 @@ int lua_axis_base_Texture2D_hasMipmaps(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_hasMipmaps'", nullptr); @@ -2664,7 +2664,7 @@ int lua_axis_base_Texture2D_hasMipmaps(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:hasMipmaps",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_hasMipmaps'.",&tolua_err); #endif @@ -2677,18 +2677,18 @@ int lua_axis_base_Texture2D_setRenderTarget(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_setRenderTarget'", nullptr); @@ -2714,7 +2714,7 @@ int lua_axis_base_Texture2D_setRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:setRenderTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_setRenderTarget'.",&tolua_err); #endif @@ -2727,18 +2727,18 @@ int lua_axis_base_Texture2D_updateWithImage(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_updateWithImage'", nullptr); @@ -2787,7 +2787,7 @@ int lua_axis_base_Texture2D_updateWithImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:updateWithImage",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_updateWithImage'.",&tolua_err); #endif @@ -2800,18 +2800,18 @@ int lua_axis_base_Texture2D_updateWithSubData(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Texture2D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Texture2D_updateWithSubData'", nullptr); @@ -2880,7 +2880,7 @@ int lua_axis_base_Texture2D_updateWithSubData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:updateWithSubData",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_updateWithSubData'.",&tolua_err); #endif @@ -2892,11 +2892,11 @@ int lua_axis_base_Texture2D_setDefaultAlphaPixelFormat(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif @@ -2917,7 +2917,7 @@ int lua_axis_base_Texture2D_setDefaultAlphaPixelFormat(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Texture2D:setDefaultAlphaPixelFormat",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_setDefaultAlphaPixelFormat'.",&tolua_err); #endif @@ -2928,11 +2928,11 @@ int lua_axis_base_Texture2D_getDefaultAlphaPixelFormat(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Texture2D",0,&tolua_err)) goto tolua_lerror; #endif @@ -2951,7 +2951,7 @@ int lua_axis_base_Texture2D_getDefaultAlphaPixelFormat(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Texture2D:getDefaultAlphaPixelFormat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_getDefaultAlphaPixelFormat'.",&tolua_err); #endif @@ -2963,7 +2963,7 @@ int lua_axis_base_Texture2D_constructor(lua_State* tolua_S) axis::Texture2D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -2987,7 +2987,7 @@ int lua_axis_base_Texture2D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Texture2D:Texture2D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Texture2D_constructor'.",&tolua_err); #endif @@ -3052,18 +3052,18 @@ int lua_axis_base_Touch_getPreviousLocationInView(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getPreviousLocationInView'", nullptr); @@ -3086,7 +3086,7 @@ int lua_axis_base_Touch_getPreviousLocationInView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getPreviousLocationInView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getPreviousLocationInView'.",&tolua_err); #endif @@ -3099,18 +3099,18 @@ int lua_axis_base_Touch_getLocation(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getLocation'", nullptr); @@ -3133,7 +3133,7 @@ int lua_axis_base_Touch_getLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getLocation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getLocation'.",&tolua_err); #endif @@ -3146,18 +3146,18 @@ int lua_axis_base_Touch_getDelta(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getDelta'", nullptr); @@ -3180,7 +3180,7 @@ int lua_axis_base_Touch_getDelta(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getDelta",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getDelta'.",&tolua_err); #endif @@ -3193,18 +3193,18 @@ int lua_axis_base_Touch_getStartLocationInView(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getStartLocationInView'", nullptr); @@ -3227,7 +3227,7 @@ int lua_axis_base_Touch_getStartLocationInView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getStartLocationInView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getStartLocationInView'.",&tolua_err); #endif @@ -3240,18 +3240,18 @@ int lua_axis_base_Touch_getCurrentForce(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getCurrentForce'", nullptr); @@ -3274,7 +3274,7 @@ int lua_axis_base_Touch_getCurrentForce(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getCurrentForce",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getCurrentForce'.",&tolua_err); #endif @@ -3287,18 +3287,18 @@ int lua_axis_base_Touch_getStartLocation(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getStartLocation'", nullptr); @@ -3321,7 +3321,7 @@ int lua_axis_base_Touch_getStartLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getStartLocation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getStartLocation'.",&tolua_err); #endif @@ -3334,18 +3334,18 @@ int lua_axis_base_Touch_getID(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getID'", nullptr); @@ -3368,7 +3368,7 @@ int lua_axis_base_Touch_getID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getID",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getID'.",&tolua_err); #endif @@ -3380,15 +3380,15 @@ int lua_axis_base_Touch_setTouchInfo(lua_State* tolua_S) int argc = 0; axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_setTouchInfo'", nullptr); @@ -3447,7 +3447,7 @@ int lua_axis_base_Touch_setTouchInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:setTouchInfo",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_setTouchInfo'.",&tolua_err); #endif @@ -3460,18 +3460,18 @@ int lua_axis_base_Touch_getMaxForce(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getMaxForce'", nullptr); @@ -3494,7 +3494,7 @@ int lua_axis_base_Touch_getMaxForce(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getMaxForce",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getMaxForce'.",&tolua_err); #endif @@ -3507,18 +3507,18 @@ int lua_axis_base_Touch_getLocationInView(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getLocationInView'", nullptr); @@ -3541,7 +3541,7 @@ int lua_axis_base_Touch_getLocationInView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getLocationInView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getLocationInView'.",&tolua_err); #endif @@ -3554,18 +3554,18 @@ int lua_axis_base_Touch_getPreviousLocation(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Touch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Touch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Touch_getPreviousLocation'", nullptr); @@ -3588,7 +3588,7 @@ int lua_axis_base_Touch_getPreviousLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:getPreviousLocation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_getPreviousLocation'.",&tolua_err); #endif @@ -3601,7 +3601,7 @@ int lua_axis_base_Touch_constructor(lua_State* tolua_S) axis::Touch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3625,7 +3625,7 @@ int lua_axis_base_Touch_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Touch:Touch",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Touch_constructor'.",&tolua_err); #endif @@ -3669,18 +3669,18 @@ int lua_axis_base_Event_isStopped(lua_State* tolua_S) axis::Event* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Event",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Event*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Event_isStopped'", nullptr); @@ -3703,7 +3703,7 @@ int lua_axis_base_Event_isStopped(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Event:isStopped",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Event_isStopped'.",&tolua_err); #endif @@ -3716,18 +3716,18 @@ int lua_axis_base_Event_getType(lua_State* tolua_S) axis::Event* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Event",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Event*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Event_getType'", nullptr); @@ -3750,7 +3750,7 @@ int lua_axis_base_Event_getType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Event:getType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Event_getType'.",&tolua_err); #endif @@ -3763,18 +3763,18 @@ int lua_axis_base_Event_getCurrentTarget(lua_State* tolua_S) axis::Event* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Event",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Event*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Event_getCurrentTarget'", nullptr); @@ -3797,7 +3797,7 @@ int lua_axis_base_Event_getCurrentTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Event:getCurrentTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Event_getCurrentTarget'.",&tolua_err); #endif @@ -3810,18 +3810,18 @@ int lua_axis_base_Event_stopPropagation(lua_State* tolua_S) axis::Event* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Event",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Event*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Event_stopPropagation'", nullptr); @@ -3844,7 +3844,7 @@ int lua_axis_base_Event_stopPropagation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Event:stopPropagation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Event_stopPropagation'.",&tolua_err); #endif @@ -3857,7 +3857,7 @@ int lua_axis_base_Event_constructor(lua_State* tolua_S) axis::Event* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3884,7 +3884,7 @@ int lua_axis_base_Event_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Event:Event",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Event_constructor'.",&tolua_err); #endif @@ -3921,18 +3921,18 @@ int lua_axis_base_EventTouch_getEventCode(lua_State* tolua_S) axis::EventTouch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventTouch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventTouch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventTouch_getEventCode'", nullptr); @@ -3955,7 +3955,7 @@ int lua_axis_base_EventTouch_getEventCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventTouch:getEventCode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventTouch_getEventCode'.",&tolua_err); #endif @@ -3968,18 +3968,18 @@ int lua_axis_base_EventTouch_setEventCode(lua_State* tolua_S) axis::EventTouch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventTouch",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventTouch*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventTouch_setEventCode'", nullptr); @@ -4005,7 +4005,7 @@ int lua_axis_base_EventTouch_setEventCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventTouch:setEventCode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventTouch_setEventCode'.",&tolua_err); #endif @@ -4018,7 +4018,7 @@ int lua_axis_base_EventTouch_constructor(lua_State* tolua_S) axis::EventTouch* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4042,7 +4042,7 @@ int lua_axis_base_EventTouch_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventTouch:EventTouch",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventTouch_constructor'.",&tolua_err); #endif @@ -4077,7 +4077,7 @@ int lua_axis_base_EventKeyboard_constructor(lua_State* tolua_S) axis::EventKeyboard* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4107,7 +4107,7 @@ int lua_axis_base_EventKeyboard_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventKeyboard:EventKeyboard",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventKeyboard_constructor'.",&tolua_err); #endif @@ -4140,18 +4140,18 @@ int lua_axis_base_Component_setEnabled(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_setEnabled'", nullptr); @@ -4177,7 +4177,7 @@ int lua_axis_base_Component_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_setEnabled'.",&tolua_err); #endif @@ -4190,18 +4190,18 @@ int lua_axis_base_Component_onRemove(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_onRemove'", nullptr); @@ -4224,7 +4224,7 @@ int lua_axis_base_Component_onRemove(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:onRemove",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_onRemove'.",&tolua_err); #endif @@ -4237,18 +4237,18 @@ int lua_axis_base_Component_setName(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_setName'", nullptr); @@ -4274,7 +4274,7 @@ int lua_axis_base_Component_setName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:setName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_setName'.",&tolua_err); #endif @@ -4287,18 +4287,18 @@ int lua_axis_base_Component_isEnabled(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_isEnabled'", nullptr); @@ -4321,7 +4321,7 @@ int lua_axis_base_Component_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_isEnabled'.",&tolua_err); #endif @@ -4334,18 +4334,18 @@ int lua_axis_base_Component_update(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_update'", nullptr); @@ -4371,7 +4371,7 @@ int lua_axis_base_Component_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:update",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_update'.",&tolua_err); #endif @@ -4384,18 +4384,18 @@ int lua_axis_base_Component_getOwner(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_getOwner'", nullptr); @@ -4418,7 +4418,7 @@ int lua_axis_base_Component_getOwner(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:getOwner",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_getOwner'.",&tolua_err); #endif @@ -4431,18 +4431,18 @@ int lua_axis_base_Component_init(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_init'", nullptr); @@ -4465,7 +4465,7 @@ int lua_axis_base_Component_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_init'.",&tolua_err); #endif @@ -4478,18 +4478,18 @@ int lua_axis_base_Component_setOwner(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_setOwner'", nullptr); @@ -4515,7 +4515,7 @@ int lua_axis_base_Component_setOwner(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:setOwner",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_setOwner'.",&tolua_err); #endif @@ -4528,18 +4528,18 @@ int lua_axis_base_Component_getName(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_getName'", nullptr); @@ -4562,7 +4562,7 @@ int lua_axis_base_Component_getName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:getName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_getName'.",&tolua_err); #endif @@ -4575,18 +4575,18 @@ int lua_axis_base_Component_onAdd(lua_State* tolua_S) axis::Component* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Component*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Component_onAdd'", nullptr); @@ -4609,7 +4609,7 @@ int lua_axis_base_Component_onAdd(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Component:onAdd",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_onAdd'.",&tolua_err); #endif @@ -4621,11 +4621,11 @@ int lua_axis_base_Component_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Component",0,&tolua_err)) goto tolua_lerror; #endif @@ -4644,7 +4644,7 @@ int lua_axis_base_Component_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Component:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Component_create'.",&tolua_err); #endif @@ -4685,15 +4685,15 @@ int lua_axis_base_Node_addChild(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_addChild'", nullptr); @@ -4772,7 +4772,7 @@ int lua_axis_base_Node_addChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:addChild",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_addChild'.",&tolua_err); #endif @@ -4784,15 +4784,15 @@ int lua_axis_base_Node_removeComponent(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_removeComponent'", nullptr); @@ -4827,7 +4827,7 @@ int lua_axis_base_Node_removeComponent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:removeComponent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_removeComponent'.",&tolua_err); #endif @@ -4840,18 +4840,18 @@ int lua_axis_base_Node_setPhysicsBody(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setPhysicsBody'", nullptr); @@ -4877,7 +4877,7 @@ int lua_axis_base_Node_setPhysicsBody(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setPhysicsBody",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setPhysicsBody'.",&tolua_err); #endif @@ -4890,18 +4890,18 @@ int lua_axis_base_Node_getOnExitTransitionDidStartCallback(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getOnExitTransitionDidStartCallback'", nullptr); @@ -4924,7 +4924,7 @@ int lua_axis_base_Node_getOnExitTransitionDidStartCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getOnExitTransitionDidStartCallback",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getOnExitTransitionDidStartCallback'.",&tolua_err); #endif @@ -4937,18 +4937,18 @@ int lua_axis_base_Node_updateProgramStateTexture(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_updateProgramStateTexture'", nullptr); @@ -4974,7 +4974,7 @@ int lua_axis_base_Node_updateProgramStateTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:updateProgramStateTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_updateProgramStateTexture'.",&tolua_err); #endif @@ -4987,18 +4987,18 @@ int lua_axis_base_Node_getDescription(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getDescription'", nullptr); @@ -5021,7 +5021,7 @@ int lua_axis_base_Node_getDescription(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getDescription",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getDescription'.",&tolua_err); #endif @@ -5034,18 +5034,18 @@ int lua_axis_base_Node_setRotationSkewY(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setRotationSkewY'", nullptr); @@ -5071,7 +5071,7 @@ int lua_axis_base_Node_setRotationSkewY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setRotationSkewY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setRotationSkewY'.",&tolua_err); #endif @@ -5084,18 +5084,18 @@ int lua_axis_base_Node_setOpacityModifyRGB(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setOpacityModifyRGB'", nullptr); @@ -5121,7 +5121,7 @@ int lua_axis_base_Node_setOpacityModifyRGB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setOpacityModifyRGB",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setOpacityModifyRGB'.",&tolua_err); #endif @@ -5134,18 +5134,18 @@ int lua_axis_base_Node_setCascadeOpacityEnabled(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setCascadeOpacityEnabled'", nullptr); @@ -5171,7 +5171,7 @@ int lua_axis_base_Node_setCascadeOpacityEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setCascadeOpacityEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setCascadeOpacityEnabled'.",&tolua_err); #endif @@ -5183,15 +5183,15 @@ int lua_axis_base_Node_getChildren(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getChildren'", nullptr); @@ -5218,7 +5218,7 @@ int lua_axis_base_Node_getChildren(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getChildren",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getChildren'.",&tolua_err); #endif @@ -5231,18 +5231,18 @@ int lua_axis_base_Node_setOnExitCallback(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setOnExitCallback'", nullptr); @@ -5272,7 +5272,7 @@ int lua_axis_base_Node_setOnExitCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setOnExitCallback",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setOnExitCallback'.",&tolua_err); #endif @@ -5285,18 +5285,18 @@ int lua_axis_base_Node_setActionManager(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setActionManager'", nullptr); @@ -5322,7 +5322,7 @@ int lua_axis_base_Node_setActionManager(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setActionManager",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setActionManager'.",&tolua_err); #endif @@ -5335,18 +5335,18 @@ int lua_axis_base_Node_convertToWorldSpaceAR(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_convertToWorldSpaceAR'", nullptr); @@ -5372,7 +5372,7 @@ int lua_axis_base_Node_convertToWorldSpaceAR(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:convertToWorldSpaceAR",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_convertToWorldSpaceAR'.",&tolua_err); #endif @@ -5385,18 +5385,18 @@ int lua_axis_base_Node_isIgnoreAnchorPointForPosition(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_isIgnoreAnchorPointForPosition'", nullptr); @@ -5419,7 +5419,7 @@ int lua_axis_base_Node_isIgnoreAnchorPointForPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:isIgnoreAnchorPointForPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_isIgnoreAnchorPointForPosition'.",&tolua_err); #endif @@ -5432,18 +5432,18 @@ int lua_axis_base_Node_getChildByName(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getChildByName'", nullptr); @@ -5469,7 +5469,7 @@ int lua_axis_base_Node_getChildByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getChildByName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getChildByName'.",&tolua_err); #endif @@ -5482,18 +5482,18 @@ int lua_axis_base_Node_updateDisplayedOpacity(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_updateDisplayedOpacity'", nullptr); @@ -5519,7 +5519,7 @@ int lua_axis_base_Node_updateDisplayedOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:updateDisplayedOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_updateDisplayedOpacity'.",&tolua_err); #endif @@ -5532,18 +5532,18 @@ int lua_axis_base_Node_init(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_init'", nullptr); @@ -5566,7 +5566,7 @@ int lua_axis_base_Node_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_init'.",&tolua_err); #endif @@ -5579,18 +5579,18 @@ int lua_axis_base_Node_getCameraMask(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getCameraMask'", nullptr); @@ -5613,7 +5613,7 @@ int lua_axis_base_Node_getCameraMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getCameraMask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getCameraMask'.",&tolua_err); #endif @@ -5626,18 +5626,18 @@ int lua_axis_base_Node_setRotation(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setRotation'", nullptr); @@ -5663,7 +5663,7 @@ int lua_axis_base_Node_setRotation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setRotation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setRotation'.",&tolua_err); #endif @@ -5676,18 +5676,18 @@ int lua_axis_base_Node_setScaleZ(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setScaleZ'", nullptr); @@ -5713,7 +5713,7 @@ int lua_axis_base_Node_setScaleZ(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setScaleZ",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setScaleZ'.",&tolua_err); #endif @@ -5726,18 +5726,18 @@ int lua_axis_base_Node_setScaleY(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setScaleY'", nullptr); @@ -5763,7 +5763,7 @@ int lua_axis_base_Node_setScaleY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setScaleY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setScaleY'.",&tolua_err); #endif @@ -5776,18 +5776,18 @@ int lua_axis_base_Node_setScaleX(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setScaleX'", nullptr); @@ -5813,7 +5813,7 @@ int lua_axis_base_Node_setScaleX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setScaleX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setScaleX'.",&tolua_err); #endif @@ -5826,18 +5826,18 @@ int lua_axis_base_Node_setRotationSkewX(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setRotationSkewX'", nullptr); @@ -5863,7 +5863,7 @@ int lua_axis_base_Node_setRotationSkewX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setRotationSkewX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setRotationSkewX'.",&tolua_err); #endif @@ -5876,18 +5876,18 @@ int lua_axis_base_Node_removeAllComponents(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_removeAllComponents'", nullptr); @@ -5910,7 +5910,7 @@ int lua_axis_base_Node_removeAllComponents(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:removeAllComponents",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_removeAllComponents'.",&tolua_err); #endif @@ -5923,18 +5923,18 @@ int lua_axis_base_Node__setLocalZOrder(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node__setLocalZOrder'", nullptr); @@ -5960,7 +5960,7 @@ int lua_axis_base_Node__setLocalZOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:_setLocalZOrder",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node__setLocalZOrder'.",&tolua_err); #endif @@ -5973,18 +5973,18 @@ int lua_axis_base_Node_setCameraMask(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setCameraMask'", nullptr); @@ -6027,7 +6027,7 @@ int lua_axis_base_Node_setCameraMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setCameraMask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setCameraMask'.",&tolua_err); #endif @@ -6040,18 +6040,18 @@ int lua_axis_base_Node_getTag(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getTag'", nullptr); @@ -6074,7 +6074,7 @@ int lua_axis_base_Node_getTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getTag'.",&tolua_err); #endif @@ -6087,18 +6087,18 @@ int lua_axis_base_Node_initLayer(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_initLayer'", nullptr); @@ -6121,7 +6121,7 @@ int lua_axis_base_Node_initLayer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:initLayer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_initLayer'.",&tolua_err); #endif @@ -6134,18 +6134,18 @@ int lua_axis_base_Node_getNodeToWorldAffineTransform(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getNodeToWorldAffineTransform'", nullptr); @@ -6168,7 +6168,7 @@ int lua_axis_base_Node_getNodeToWorldAffineTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getNodeToWorldAffineTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getNodeToWorldAffineTransform'.",&tolua_err); #endif @@ -6181,18 +6181,18 @@ int lua_axis_base_Node_setProgramStateWithRegistry(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setProgramStateWithRegistry'", nullptr); @@ -6221,7 +6221,7 @@ int lua_axis_base_Node_setProgramStateWithRegistry(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setProgramStateWithRegistry",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setProgramStateWithRegistry'.",&tolua_err); #endif @@ -6234,18 +6234,18 @@ int lua_axis_base_Node_getNodeToWorldTransform(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getNodeToWorldTransform'", nullptr); @@ -6268,7 +6268,7 @@ int lua_axis_base_Node_getNodeToWorldTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getNodeToWorldTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getNodeToWorldTransform'.",&tolua_err); #endif @@ -6281,18 +6281,18 @@ int lua_axis_base_Node_getPosition3D(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getPosition3D'", nullptr); @@ -6315,7 +6315,7 @@ int lua_axis_base_Node_getPosition3D(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getPosition3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getPosition3D'.",&tolua_err); #endif @@ -6328,18 +6328,18 @@ int lua_axis_base_Node_removeChild(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_removeChild'", nullptr); @@ -6382,7 +6382,7 @@ int lua_axis_base_Node_removeChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:removeChild",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_removeChild'.",&tolua_err); #endif @@ -6395,18 +6395,18 @@ int lua_axis_base_Node_convertToWorldSpace(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_convertToWorldSpace'", nullptr); @@ -6432,7 +6432,7 @@ int lua_axis_base_Node_convertToWorldSpace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:convertToWorldSpace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_convertToWorldSpace'.",&tolua_err); #endif @@ -6445,18 +6445,18 @@ int lua_axis_base_Node_getScene(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getScene'", nullptr); @@ -6479,7 +6479,7 @@ int lua_axis_base_Node_getScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getScene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getScene'.",&tolua_err); #endif @@ -6492,18 +6492,18 @@ int lua_axis_base_Node_getEventDispatcher(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getEventDispatcher'", nullptr); @@ -6526,7 +6526,7 @@ int lua_axis_base_Node_getEventDispatcher(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getEventDispatcher",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getEventDispatcher'.",&tolua_err); #endif @@ -6539,18 +6539,18 @@ int lua_axis_base_Node_setSkewX(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setSkewX'", nullptr); @@ -6576,7 +6576,7 @@ int lua_axis_base_Node_setSkewX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setSkewX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setSkewX'.",&tolua_err); #endif @@ -6589,18 +6589,18 @@ int lua_axis_base_Node_setSkewY(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setSkewY'", nullptr); @@ -6626,7 +6626,7 @@ int lua_axis_base_Node_setSkewY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setSkewY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setSkewY'.",&tolua_err); #endif @@ -6639,18 +6639,18 @@ int lua_axis_base_Node_setOnEnterCallback(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setOnEnterCallback'", nullptr); @@ -6680,7 +6680,7 @@ int lua_axis_base_Node_setOnEnterCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setOnEnterCallback",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setOnEnterCallback'.",&tolua_err); #endif @@ -6693,18 +6693,18 @@ int lua_axis_base_Node_stopActionsByFlags(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_stopActionsByFlags'", nullptr); @@ -6730,7 +6730,7 @@ int lua_axis_base_Node_stopActionsByFlags(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:stopActionsByFlags",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_stopActionsByFlags'.",&tolua_err); #endif @@ -6743,18 +6743,18 @@ int lua_axis_base_Node_setNormalizedPosition(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setNormalizedPosition'", nullptr); @@ -6780,7 +6780,7 @@ int lua_axis_base_Node_setNormalizedPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setNormalizedPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setNormalizedPosition'.",&tolua_err); #endif @@ -6793,18 +6793,18 @@ int lua_axis_base_Node_convertTouchToNodeSpace(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_convertTouchToNodeSpace'", nullptr); @@ -6830,7 +6830,7 @@ int lua_axis_base_Node_convertTouchToNodeSpace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:convertTouchToNodeSpace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_convertTouchToNodeSpace'.",&tolua_err); #endif @@ -6842,15 +6842,15 @@ int lua_axis_base_Node_removeAllChildrenWithCleanup(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_removeAllChildrenWithCleanup'", nullptr); @@ -6881,7 +6881,7 @@ int lua_axis_base_Node_removeAllChildrenWithCleanup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:removeAllChildren",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_removeAllChildrenWithCleanup'.",&tolua_err); #endif @@ -6894,18 +6894,18 @@ int lua_axis_base_Node_setOnEnterTransitionDidFinishCallback(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setOnEnterTransitionDidFinishCallback'", nullptr); @@ -6935,7 +6935,7 @@ int lua_axis_base_Node_setOnEnterTransitionDidFinishCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setOnEnterTransitionDidFinishCallback",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setOnEnterTransitionDidFinishCallback'.",&tolua_err); #endif @@ -6947,15 +6947,15 @@ int lua_axis_base_Node_setProgramState(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setProgramState'", nullptr); @@ -7006,7 +7006,7 @@ int lua_axis_base_Node_setProgramState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setProgramState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setProgramState'.",&tolua_err); #endif @@ -7018,15 +7018,15 @@ int lua_axis_base_Node_getNodeToParentAffineTransform(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getNodeToParentAffineTransform'", nullptr); @@ -7057,7 +7057,7 @@ int lua_axis_base_Node_getNodeToParentAffineTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getNodeToParentAffineTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getNodeToParentAffineTransform'.",&tolua_err); #endif @@ -7070,18 +7070,18 @@ int lua_axis_base_Node_isCascadeOpacityEnabled(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_isCascadeOpacityEnabled'", nullptr); @@ -7104,7 +7104,7 @@ int lua_axis_base_Node_isCascadeOpacityEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:isCascadeOpacityEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_isCascadeOpacityEnabled'.",&tolua_err); #endif @@ -7117,18 +7117,18 @@ int lua_axis_base_Node_setParent(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setParent'", nullptr); @@ -7154,7 +7154,7 @@ int lua_axis_base_Node_setParent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setParent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setParent'.",&tolua_err); #endif @@ -7167,18 +7167,18 @@ int lua_axis_base_Node_getName(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getName'", nullptr); @@ -7201,7 +7201,7 @@ int lua_axis_base_Node_getName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getName'.",&tolua_err); #endif @@ -7214,18 +7214,18 @@ int lua_axis_base_Node_resume(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_resume'", nullptr); @@ -7248,7 +7248,7 @@ int lua_axis_base_Node_resume(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:resume",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_resume'.",&tolua_err); #endif @@ -7261,18 +7261,18 @@ int lua_axis_base_Node_getRotation3D(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getRotation3D'", nullptr); @@ -7295,7 +7295,7 @@ int lua_axis_base_Node_getRotation3D(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getRotation3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getRotation3D'.",&tolua_err); #endif @@ -7307,15 +7307,15 @@ int lua_axis_base_Node_getNodeToParentTransform(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getNodeToParentTransform'", nullptr); @@ -7346,7 +7346,7 @@ int lua_axis_base_Node_getNodeToParentTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getNodeToParentTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getNodeToParentTransform'.",&tolua_err); #endif @@ -7359,18 +7359,18 @@ int lua_axis_base_Node_convertTouchToNodeSpaceAR(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_convertTouchToNodeSpaceAR'", nullptr); @@ -7396,7 +7396,7 @@ int lua_axis_base_Node_convertTouchToNodeSpaceAR(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:convertTouchToNodeSpaceAR",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_convertTouchToNodeSpaceAR'.",&tolua_err); #endif @@ -7409,18 +7409,18 @@ int lua_axis_base_Node_convertToNodeSpace(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_convertToNodeSpace'", nullptr); @@ -7446,7 +7446,7 @@ int lua_axis_base_Node_convertToNodeSpace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:convertToNodeSpace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_convertToNodeSpace'.",&tolua_err); #endif @@ -7459,18 +7459,18 @@ int lua_axis_base_Node_setPositionNormalized(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setPositionNormalized'", nullptr); @@ -7496,7 +7496,7 @@ int lua_axis_base_Node_setPositionNormalized(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setPositionNormalized",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setPositionNormalized'.",&tolua_err); #endif @@ -7509,18 +7509,18 @@ int lua_axis_base_Node_pause(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_pause'", nullptr); @@ -7543,7 +7543,7 @@ int lua_axis_base_Node_pause(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:pause",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_pause'.",&tolua_err); #endif @@ -7556,18 +7556,18 @@ int lua_axis_base_Node_applyMaskOnEnter(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_applyMaskOnEnter'", nullptr); @@ -7593,7 +7593,7 @@ int lua_axis_base_Node_applyMaskOnEnter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:applyMaskOnEnter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_applyMaskOnEnter'.",&tolua_err); #endif @@ -7606,18 +7606,18 @@ int lua_axis_base_Node_isOpacityModifyRGB(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_isOpacityModifyRGB'", nullptr); @@ -7640,7 +7640,7 @@ int lua_axis_base_Node_isOpacityModifyRGB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:isOpacityModifyRGB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_isOpacityModifyRGB'.",&tolua_err); #endif @@ -7652,15 +7652,15 @@ int lua_axis_base_Node_setPosition(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setPosition'", nullptr); @@ -7699,7 +7699,7 @@ int lua_axis_base_Node_setPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setPosition'.",&tolua_err); #endif @@ -7712,18 +7712,18 @@ int lua_axis_base_Node_stopActionByTag(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_stopActionByTag'", nullptr); @@ -7749,7 +7749,7 @@ int lua_axis_base_Node_stopActionByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:stopActionByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_stopActionByTag'.",&tolua_err); #endif @@ -7762,18 +7762,18 @@ int lua_axis_base_Node_reorderChild(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_reorderChild'", nullptr); @@ -7802,7 +7802,7 @@ int lua_axis_base_Node_reorderChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:reorderChild",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_reorderChild'.",&tolua_err); #endif @@ -7815,18 +7815,18 @@ int lua_axis_base_Node_setPositionZ(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setPositionZ'", nullptr); @@ -7852,7 +7852,7 @@ int lua_axis_base_Node_setPositionZ(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setPositionZ",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setPositionZ'.",&tolua_err); #endif @@ -7865,18 +7865,18 @@ int lua_axis_base_Node_setRotation3D(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setRotation3D'", nullptr); @@ -7902,7 +7902,7 @@ int lua_axis_base_Node_setRotation3D(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setRotation3D",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setRotation3D'.",&tolua_err); #endif @@ -7915,18 +7915,18 @@ int lua_axis_base_Node_setPositionX(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setPositionX'", nullptr); @@ -7952,7 +7952,7 @@ int lua_axis_base_Node_setPositionX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setPositionX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setPositionX'.",&tolua_err); #endif @@ -7965,18 +7965,18 @@ int lua_axis_base_Node_setNodeToParentTransform(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setNodeToParentTransform'", nullptr); @@ -8002,7 +8002,7 @@ int lua_axis_base_Node_setNodeToParentTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setNodeToParentTransform",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setNodeToParentTransform'.",&tolua_err); #endif @@ -8015,18 +8015,18 @@ int lua_axis_base_Node_getAnchorPoint(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getAnchorPoint'", nullptr); @@ -8049,7 +8049,7 @@ int lua_axis_base_Node_getAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getAnchorPoint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getAnchorPoint'.",&tolua_err); #endif @@ -8062,18 +8062,18 @@ int lua_axis_base_Node_getNumberOfRunningActions(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getNumberOfRunningActions'", nullptr); @@ -8096,7 +8096,7 @@ int lua_axis_base_Node_getNumberOfRunningActions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getNumberOfRunningActions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getNumberOfRunningActions'.",&tolua_err); #endif @@ -8109,18 +8109,18 @@ int lua_axis_base_Node_updateTransform(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_updateTransform'", nullptr); @@ -8143,7 +8143,7 @@ int lua_axis_base_Node_updateTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:updateTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_updateTransform'.",&tolua_err); #endif @@ -8156,18 +8156,18 @@ int lua_axis_base_Node_isVisible(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_isVisible'", nullptr); @@ -8190,7 +8190,7 @@ int lua_axis_base_Node_isVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:isVisible",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_isVisible'.",&tolua_err); #endif @@ -8203,18 +8203,18 @@ int lua_axis_base_Node_getChildrenCount(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getChildrenCount'", nullptr); @@ -8237,7 +8237,7 @@ int lua_axis_base_Node_getChildrenCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getChildrenCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getChildrenCount'.",&tolua_err); #endif @@ -8250,18 +8250,18 @@ int lua_axis_base_Node_convertToNodeSpaceAR(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_convertToNodeSpaceAR'", nullptr); @@ -8287,7 +8287,7 @@ int lua_axis_base_Node_convertToNodeSpaceAR(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:convertToNodeSpaceAR",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_convertToNodeSpaceAR'.",&tolua_err); #endif @@ -8300,18 +8300,18 @@ int lua_axis_base_Node_addComponent(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_addComponent'", nullptr); @@ -8337,7 +8337,7 @@ int lua_axis_base_Node_addComponent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:addComponent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_addComponent'.",&tolua_err); #endif @@ -8350,18 +8350,18 @@ int lua_axis_base_Node_runAction(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_runAction'", nullptr); @@ -8387,7 +8387,7 @@ int lua_axis_base_Node_runAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:runAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_runAction'.",&tolua_err); #endif @@ -8399,15 +8399,15 @@ int lua_axis_base_Node_visit(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_visit'", nullptr); @@ -8446,7 +8446,7 @@ int lua_axis_base_Node_visit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:visit",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_visit'.",&tolua_err); #endif @@ -8459,18 +8459,18 @@ int lua_axis_base_Node_getRotation(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getRotation'", nullptr); @@ -8493,7 +8493,7 @@ int lua_axis_base_Node_getRotation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getRotation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getRotation'.",&tolua_err); #endif @@ -8506,18 +8506,18 @@ int lua_axis_base_Node_getPhysicsBody(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getPhysicsBody'", nullptr); @@ -8540,7 +8540,7 @@ int lua_axis_base_Node_getPhysicsBody(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getPhysicsBody",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getPhysicsBody'.",&tolua_err); #endif @@ -8553,18 +8553,18 @@ int lua_axis_base_Node_getAnchorPointInPoints(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getAnchorPointInPoints'", nullptr); @@ -8587,7 +8587,7 @@ int lua_axis_base_Node_getAnchorPointInPoints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getAnchorPointInPoints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getAnchorPointInPoints'.",&tolua_err); #endif @@ -8600,18 +8600,18 @@ int lua_axis_base_Node_removeChildByName(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_removeChildByName'", nullptr); @@ -8654,7 +8654,7 @@ int lua_axis_base_Node_removeChildByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:removeChildByName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_removeChildByName'.",&tolua_err); #endif @@ -8667,18 +8667,18 @@ int lua_axis_base_Node_resetChild(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_resetChild'", nullptr); @@ -8707,7 +8707,7 @@ int lua_axis_base_Node_resetChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:resetChild",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_resetChild'.",&tolua_err); #endif @@ -8720,18 +8720,18 @@ int lua_axis_base_Node_setScheduler(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setScheduler'", nullptr); @@ -8757,7 +8757,7 @@ int lua_axis_base_Node_setScheduler(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setScheduler",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setScheduler'.",&tolua_err); #endif @@ -8770,18 +8770,18 @@ int lua_axis_base_Node_stopAllActions(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_stopAllActions'", nullptr); @@ -8804,7 +8804,7 @@ int lua_axis_base_Node_stopAllActions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:stopAllActions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_stopAllActions'.",&tolua_err); #endif @@ -8817,18 +8817,18 @@ int lua_axis_base_Node_getSkewX(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getSkewX'", nullptr); @@ -8851,7 +8851,7 @@ int lua_axis_base_Node_getSkewX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getSkewX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getSkewX'.",&tolua_err); #endif @@ -8864,18 +8864,18 @@ int lua_axis_base_Node_getSkewY(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getSkewY'", nullptr); @@ -8898,7 +8898,7 @@ int lua_axis_base_Node_getSkewY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getSkewY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getSkewY'.",&tolua_err); #endif @@ -8911,18 +8911,18 @@ int lua_axis_base_Node_getOnEnterTransitionDidFinishCallback(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getOnEnterTransitionDidFinishCallback'", nullptr); @@ -8945,7 +8945,7 @@ int lua_axis_base_Node_getOnEnterTransitionDidFinishCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getOnEnterTransitionDidFinishCallback",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getOnEnterTransitionDidFinishCallback'.",&tolua_err); #endif @@ -8958,18 +8958,18 @@ int lua_axis_base_Node_getDisplayedColor(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getDisplayedColor'", nullptr); @@ -8992,7 +8992,7 @@ int lua_axis_base_Node_getDisplayedColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getDisplayedColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getDisplayedColor'.",&tolua_err); #endif @@ -9005,18 +9005,18 @@ int lua_axis_base_Node_getActionByTag(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getActionByTag'", nullptr); @@ -9042,7 +9042,7 @@ int lua_axis_base_Node_getActionByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getActionByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getActionByTag'.",&tolua_err); #endif @@ -9055,18 +9055,18 @@ int lua_axis_base_Node_setName(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setName'", nullptr); @@ -9092,7 +9092,7 @@ int lua_axis_base_Node_setName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setName'.",&tolua_err); #endif @@ -9105,18 +9105,18 @@ int lua_axis_base_Node_update(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_update'", nullptr); @@ -9142,7 +9142,7 @@ int lua_axis_base_Node_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:update",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_update'.",&tolua_err); #endif @@ -9155,18 +9155,18 @@ int lua_axis_base_Node_getDisplayedOpacity(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getDisplayedOpacity'", nullptr); @@ -9189,7 +9189,7 @@ int lua_axis_base_Node_getDisplayedOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getDisplayedOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getDisplayedOpacity'.",&tolua_err); #endif @@ -9202,18 +9202,18 @@ int lua_axis_base_Node_getLocalZOrder(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getLocalZOrder'", nullptr); @@ -9236,7 +9236,7 @@ int lua_axis_base_Node_getLocalZOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getLocalZOrder",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getLocalZOrder'.",&tolua_err); #endif @@ -9248,15 +9248,15 @@ int lua_axis_base_Node_getScheduler(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getScheduler'", nullptr); @@ -9283,7 +9283,7 @@ int lua_axis_base_Node_getScheduler(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getScheduler",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getScheduler'.",&tolua_err); #endif @@ -9296,18 +9296,18 @@ int lua_axis_base_Node_getParentToNodeAffineTransform(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getParentToNodeAffineTransform'", nullptr); @@ -9330,7 +9330,7 @@ int lua_axis_base_Node_getParentToNodeAffineTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getParentToNodeAffineTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getParentToNodeAffineTransform'.",&tolua_err); #endif @@ -9343,18 +9343,18 @@ int lua_axis_base_Node_getPositionNormalized(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getPositionNormalized'", nullptr); @@ -9377,7 +9377,7 @@ int lua_axis_base_Node_getPositionNormalized(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getPositionNormalized",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getPositionNormalized'.",&tolua_err); #endif @@ -9390,18 +9390,18 @@ int lua_axis_base_Node_setColor(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setColor'", nullptr); @@ -9427,7 +9427,7 @@ int lua_axis_base_Node_setColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setColor'.",&tolua_err); #endif @@ -9440,18 +9440,18 @@ int lua_axis_base_Node_isRunning(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_isRunning'", nullptr); @@ -9474,7 +9474,7 @@ int lua_axis_base_Node_isRunning(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:isRunning",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_isRunning'.",&tolua_err); #endif @@ -9486,15 +9486,15 @@ int lua_axis_base_Node_getParent(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getParent'", nullptr); @@ -9521,7 +9521,7 @@ int lua_axis_base_Node_getParent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getParent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getParent'.",&tolua_err); #endif @@ -9534,18 +9534,18 @@ int lua_axis_base_Node_getPositionZ(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getPositionZ'", nullptr); @@ -9568,7 +9568,7 @@ int lua_axis_base_Node_getPositionZ(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getPositionZ",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getPositionZ'.",&tolua_err); #endif @@ -9581,18 +9581,18 @@ int lua_axis_base_Node_getPositionY(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getPositionY'", nullptr); @@ -9615,7 +9615,7 @@ int lua_axis_base_Node_getPositionY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getPositionY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getPositionY'.",&tolua_err); #endif @@ -9628,18 +9628,18 @@ int lua_axis_base_Node_getPositionX(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getPositionX'", nullptr); @@ -9662,7 +9662,7 @@ int lua_axis_base_Node_getPositionX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getPositionX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getPositionX'.",&tolua_err); #endif @@ -9675,18 +9675,18 @@ int lua_axis_base_Node_removeChildByTag(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_removeChildByTag'", nullptr); @@ -9729,7 +9729,7 @@ int lua_axis_base_Node_removeChildByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:removeChildByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_removeChildByTag'.",&tolua_err); #endif @@ -9742,18 +9742,18 @@ int lua_axis_base_Node_hitTest(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_hitTest'", nullptr); @@ -9779,7 +9779,7 @@ int lua_axis_base_Node_hitTest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:hitTest",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_hitTest'.",&tolua_err); #endif @@ -9792,18 +9792,18 @@ int lua_axis_base_Node_setPositionY(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setPositionY'", nullptr); @@ -9829,7 +9829,7 @@ int lua_axis_base_Node_setPositionY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setPositionY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setPositionY'.",&tolua_err); #endif @@ -9842,18 +9842,18 @@ int lua_axis_base_Node_updateDisplayedColor(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_updateDisplayedColor'", nullptr); @@ -9879,7 +9879,7 @@ int lua_axis_base_Node_updateDisplayedColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:updateDisplayedColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_updateDisplayedColor'.",&tolua_err); #endif @@ -9892,18 +9892,18 @@ int lua_axis_base_Node_setVisible(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setVisible'", nullptr); @@ -9929,7 +9929,7 @@ int lua_axis_base_Node_setVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setVisible",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setVisible'.",&tolua_err); #endif @@ -9942,18 +9942,18 @@ int lua_axis_base_Node_getParentToNodeTransform(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getParentToNodeTransform'", nullptr); @@ -9976,7 +9976,7 @@ int lua_axis_base_Node_getParentToNodeTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getParentToNodeTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getParentToNodeTransform'.",&tolua_err); #endif @@ -9989,18 +9989,18 @@ int lua_axis_base_Node_isScheduled(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_isScheduled'", nullptr); @@ -10026,7 +10026,7 @@ int lua_axis_base_Node_isScheduled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:isScheduled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_isScheduled'.",&tolua_err); #endif @@ -10039,18 +10039,18 @@ int lua_axis_base_Node_setGlobalZOrder(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setGlobalZOrder'", nullptr); @@ -10076,7 +10076,7 @@ int lua_axis_base_Node_setGlobalZOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setGlobalZOrder",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setGlobalZOrder'.",&tolua_err); #endif @@ -10088,15 +10088,15 @@ int lua_axis_base_Node_setScale(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setScale'", nullptr); @@ -10135,7 +10135,7 @@ int lua_axis_base_Node_setScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setScale'.",&tolua_err); #endif @@ -10148,18 +10148,18 @@ int lua_axis_base_Node_getChildByTag(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getChildByTag'", nullptr); @@ -10185,7 +10185,7 @@ int lua_axis_base_Node_getChildByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getChildByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getChildByTag'.",&tolua_err); #endif @@ -10198,18 +10198,18 @@ int lua_axis_base_Node_getScaleZ(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getScaleZ'", nullptr); @@ -10232,7 +10232,7 @@ int lua_axis_base_Node_getScaleZ(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getScaleZ",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getScaleZ'.",&tolua_err); #endif @@ -10245,18 +10245,18 @@ int lua_axis_base_Node_getScaleY(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getScaleY'", nullptr); @@ -10279,7 +10279,7 @@ int lua_axis_base_Node_getScaleY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getScaleY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getScaleY'.",&tolua_err); #endif @@ -10292,18 +10292,18 @@ int lua_axis_base_Node_getScaleX(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getScaleX'", nullptr); @@ -10326,7 +10326,7 @@ int lua_axis_base_Node_getScaleX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getScaleX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getScaleX'.",&tolua_err); #endif @@ -10339,18 +10339,18 @@ int lua_axis_base_Node_setLocalZOrder(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setLocalZOrder'", nullptr); @@ -10376,7 +10376,7 @@ int lua_axis_base_Node_setLocalZOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setLocalZOrder",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setLocalZOrder'.",&tolua_err); #endif @@ -10389,18 +10389,18 @@ int lua_axis_base_Node_getWorldToNodeAffineTransform(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getWorldToNodeAffineTransform'", nullptr); @@ -10423,7 +10423,7 @@ int lua_axis_base_Node_getWorldToNodeAffineTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getWorldToNodeAffineTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getWorldToNodeAffineTransform'.",&tolua_err); #endif @@ -10436,18 +10436,18 @@ int lua_axis_base_Node_setCascadeColorEnabled(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setCascadeColorEnabled'", nullptr); @@ -10473,7 +10473,7 @@ int lua_axis_base_Node_setCascadeColorEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setCascadeColorEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setCascadeColorEnabled'.",&tolua_err); #endif @@ -10486,18 +10486,18 @@ int lua_axis_base_Node_setOpacity(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setOpacity'", nullptr); @@ -10523,7 +10523,7 @@ int lua_axis_base_Node_setOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setOpacity'.",&tolua_err); #endif @@ -10536,18 +10536,18 @@ int lua_axis_base_Node_cleanup(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_cleanup'", nullptr); @@ -10570,7 +10570,7 @@ int lua_axis_base_Node_cleanup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:cleanup",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_cleanup'.",&tolua_err); #endif @@ -10583,18 +10583,18 @@ int lua_axis_base_Node_getComponent(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getComponent'", nullptr); @@ -10620,7 +10620,7 @@ int lua_axis_base_Node_getComponent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getComponent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getComponent'.",&tolua_err); #endif @@ -10633,18 +10633,18 @@ int lua_axis_base_Node_getContentSize(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getContentSize'", nullptr); @@ -10667,7 +10667,7 @@ int lua_axis_base_Node_getContentSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getContentSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getContentSize'.",&tolua_err); #endif @@ -10680,18 +10680,18 @@ int lua_axis_base_Node_stopAllActionsByTag(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_stopAllActionsByTag'", nullptr); @@ -10717,7 +10717,7 @@ int lua_axis_base_Node_stopAllActionsByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:stopAllActionsByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_stopAllActionsByTag'.",&tolua_err); #endif @@ -10730,18 +10730,18 @@ int lua_axis_base_Node_getColor(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getColor'", nullptr); @@ -10764,7 +10764,7 @@ int lua_axis_base_Node_getColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getColor'.",&tolua_err); #endif @@ -10777,18 +10777,18 @@ int lua_axis_base_Node_getBoundingBox(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getBoundingBox'", nullptr); @@ -10811,7 +10811,7 @@ int lua_axis_base_Node_getBoundingBox(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getBoundingBox",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getBoundingBox'.",&tolua_err); #endif @@ -10824,18 +10824,18 @@ int lua_axis_base_Node_setIgnoreAnchorPointForPosition(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setIgnoreAnchorPointForPosition'", nullptr); @@ -10861,7 +10861,7 @@ int lua_axis_base_Node_setIgnoreAnchorPointForPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setIgnoreAnchorPointForPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setIgnoreAnchorPointForPosition'.",&tolua_err); #endif @@ -10874,18 +10874,18 @@ int lua_axis_base_Node_setEventDispatcher(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setEventDispatcher'", nullptr); @@ -10911,7 +10911,7 @@ int lua_axis_base_Node_setEventDispatcher(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setEventDispatcher",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setEventDispatcher'.",&tolua_err); #endif @@ -10924,18 +10924,18 @@ int lua_axis_base_Node_getGlobalZOrder(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getGlobalZOrder'", nullptr); @@ -10958,7 +10958,7 @@ int lua_axis_base_Node_getGlobalZOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getGlobalZOrder",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getGlobalZOrder'.",&tolua_err); #endif @@ -10970,15 +10970,15 @@ int lua_axis_base_Node_draw(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_draw'", nullptr); @@ -11017,7 +11017,7 @@ int lua_axis_base_Node_draw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:draw",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_draw'.",&tolua_err); #endif @@ -11030,18 +11030,18 @@ int lua_axis_base_Node_setUserObject(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setUserObject'", nullptr); @@ -11067,7 +11067,7 @@ int lua_axis_base_Node_setUserObject(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setUserObject",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setUserObject'.",&tolua_err); #endif @@ -11079,15 +11079,15 @@ int lua_axis_base_Node_removeFromParentAndCleanup(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_removeFromParentAndCleanup'", nullptr); @@ -11118,7 +11118,7 @@ int lua_axis_base_Node_removeFromParentAndCleanup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:removeFromParent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_removeFromParentAndCleanup'.",&tolua_err); #endif @@ -11131,18 +11131,18 @@ int lua_axis_base_Node_setPosition3D(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setPosition3D'", nullptr); @@ -11168,7 +11168,7 @@ int lua_axis_base_Node_setPosition3D(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setPosition3D",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setPosition3D'.",&tolua_err); #endif @@ -11181,18 +11181,18 @@ int lua_axis_base_Node_getNumberOfRunningActionsByTag(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getNumberOfRunningActionsByTag'", nullptr); @@ -11218,7 +11218,7 @@ int lua_axis_base_Node_getNumberOfRunningActionsByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getNumberOfRunningActionsByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getNumberOfRunningActionsByTag'.",&tolua_err); #endif @@ -11231,18 +11231,18 @@ int lua_axis_base_Node_sortAllChildren(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_sortAllChildren'", nullptr); @@ -11265,7 +11265,7 @@ int lua_axis_base_Node_sortAllChildren(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:sortAllChildren",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_sortAllChildren'.",&tolua_err); #endif @@ -11278,18 +11278,18 @@ int lua_axis_base_Node_getProgramState(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getProgramState'", nullptr); @@ -11312,7 +11312,7 @@ int lua_axis_base_Node_getProgramState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getProgramState",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getProgramState'.",&tolua_err); #endif @@ -11325,18 +11325,18 @@ int lua_axis_base_Node_getWorldToNodeTransform(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getWorldToNodeTransform'", nullptr); @@ -11359,7 +11359,7 @@ int lua_axis_base_Node_getWorldToNodeTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getWorldToNodeTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getWorldToNodeTransform'.",&tolua_err); #endif @@ -11372,18 +11372,18 @@ int lua_axis_base_Node_getScale(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getScale'", nullptr); @@ -11406,7 +11406,7 @@ int lua_axis_base_Node_getScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getScale'.",&tolua_err); #endif @@ -11419,18 +11419,18 @@ int lua_axis_base_Node_getOpacity(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getOpacity'", nullptr); @@ -11453,7 +11453,7 @@ int lua_axis_base_Node_getOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getOpacity'.",&tolua_err); #endif @@ -11466,18 +11466,18 @@ int lua_axis_base_Node_updateOrderOfArrival(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_updateOrderOfArrival'", nullptr); @@ -11500,7 +11500,7 @@ int lua_axis_base_Node_updateOrderOfArrival(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:updateOrderOfArrival",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_updateOrderOfArrival'.",&tolua_err); #endif @@ -11513,18 +11513,18 @@ int lua_axis_base_Node_getNormalizedPosition(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getNormalizedPosition'", nullptr); @@ -11547,7 +11547,7 @@ int lua_axis_base_Node_getNormalizedPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getNormalizedPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getNormalizedPosition'.",&tolua_err); #endif @@ -11560,18 +11560,18 @@ int lua_axis_base_Node_setOnExitTransitionDidStartCallback(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setOnExitTransitionDidStartCallback'", nullptr); @@ -11601,7 +11601,7 @@ int lua_axis_base_Node_setOnExitTransitionDidStartCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setOnExitTransitionDidStartCallback",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setOnExitTransitionDidStartCallback'.",&tolua_err); #endif @@ -11614,18 +11614,18 @@ int lua_axis_base_Node_getRotationSkewX(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getRotationSkewX'", nullptr); @@ -11648,7 +11648,7 @@ int lua_axis_base_Node_getRotationSkewX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getRotationSkewX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getRotationSkewX'.",&tolua_err); #endif @@ -11661,18 +11661,18 @@ int lua_axis_base_Node_getRotationSkewY(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getRotationSkewY'", nullptr); @@ -11695,7 +11695,7 @@ int lua_axis_base_Node_getRotationSkewY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getRotationSkewY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getRotationSkewY'.",&tolua_err); #endif @@ -11708,18 +11708,18 @@ int lua_axis_base_Node_setTag(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_setTag'", nullptr); @@ -11745,7 +11745,7 @@ int lua_axis_base_Node_setTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:setTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_setTag'.",&tolua_err); #endif @@ -11758,18 +11758,18 @@ int lua_axis_base_Node_isCascadeColorEnabled(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_isCascadeColorEnabled'", nullptr); @@ -11792,7 +11792,7 @@ int lua_axis_base_Node_isCascadeColorEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:isCascadeColorEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_isCascadeColorEnabled'.",&tolua_err); #endif @@ -11805,18 +11805,18 @@ int lua_axis_base_Node_stopAction(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_stopAction'", nullptr); @@ -11842,7 +11842,7 @@ int lua_axis_base_Node_stopAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:stopAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_stopAction'.",&tolua_err); #endif @@ -11854,15 +11854,15 @@ int lua_axis_base_Node_getActionManager(lua_State* tolua_S) int argc = 0; axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Node*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Node_getActionManager'", nullptr); @@ -11889,7 +11889,7 @@ int lua_axis_base_Node_getActionManager(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:getActionManager",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getActionManager'.",&tolua_err); #endif @@ -11901,11 +11901,11 @@ int lua_axis_base_Node_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif @@ -11924,7 +11924,7 @@ int lua_axis_base_Node_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Node:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_create'.",&tolua_err); #endif @@ -11935,11 +11935,11 @@ int lua_axis_base_Node_getAttachedNodeCount(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Node",0,&tolua_err)) goto tolua_lerror; #endif @@ -11958,7 +11958,7 @@ int lua_axis_base_Node_getAttachedNodeCount(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Node:getAttachedNodeCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_getAttachedNodeCount'.",&tolua_err); #endif @@ -11970,7 +11970,7 @@ int lua_axis_base_Node_constructor(lua_State* tolua_S) axis::Node* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -11994,7 +11994,7 @@ int lua_axis_base_Node_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Node:Node",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Node_constructor'.",&tolua_err); #endif @@ -12173,18 +12173,18 @@ int lua_axis_base_Scene_initWithPhysics(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_initWithPhysics'", nullptr); @@ -12207,7 +12207,7 @@ int lua_axis_base_Scene_initWithPhysics(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:initWithPhysics",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_initWithPhysics'.",&tolua_err); #endif @@ -12220,18 +12220,18 @@ int lua_axis_base_Scene_setCameraOrderDirty(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_setCameraOrderDirty'", nullptr); @@ -12254,7 +12254,7 @@ int lua_axis_base_Scene_setCameraOrderDirty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:setCameraOrderDirty",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_setCameraOrderDirty'.",&tolua_err); #endif @@ -12267,18 +12267,18 @@ int lua_axis_base_Scene_render(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_render'", nullptr); @@ -12327,7 +12327,7 @@ int lua_axis_base_Scene_render(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:render",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_render'.",&tolua_err); #endif @@ -12340,18 +12340,18 @@ int lua_axis_base_Scene_stepPhysicsAndNavigation(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_stepPhysicsAndNavigation'", nullptr); @@ -12377,7 +12377,7 @@ int lua_axis_base_Scene_stepPhysicsAndNavigation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:stepPhysicsAndNavigation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_stepPhysicsAndNavigation'.",&tolua_err); #endif @@ -12390,18 +12390,18 @@ int lua_axis_base_Scene_onProjectionChanged(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_onProjectionChanged'", nullptr); @@ -12427,7 +12427,7 @@ int lua_axis_base_Scene_onProjectionChanged(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:onProjectionChanged",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_onProjectionChanged'.",&tolua_err); #endif @@ -12440,18 +12440,18 @@ int lua_axis_base_Scene_getPhysicsWorld(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_getPhysicsWorld'", nullptr); @@ -12474,7 +12474,7 @@ int lua_axis_base_Scene_getPhysicsWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:getPhysicsWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_getPhysicsWorld'.",&tolua_err); #endif @@ -12487,18 +12487,18 @@ int lua_axis_base_Scene_initPhysicsWorld(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_initPhysicsWorld'", nullptr); @@ -12521,7 +12521,7 @@ int lua_axis_base_Scene_initPhysicsWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:initPhysicsWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_initPhysicsWorld'.",&tolua_err); #endif @@ -12534,18 +12534,18 @@ int lua_axis_base_Scene_initWithSize(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_initWithSize'", nullptr); @@ -12571,7 +12571,7 @@ int lua_axis_base_Scene_initWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:initWithSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_initWithSize'.",&tolua_err); #endif @@ -12584,18 +12584,18 @@ int lua_axis_base_Scene_getDefaultCamera(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scene_getDefaultCamera'", nullptr); @@ -12618,7 +12618,7 @@ int lua_axis_base_Scene_getDefaultCamera(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:getDefaultCamera",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_getDefaultCamera'.",&tolua_err); #endif @@ -12630,11 +12630,11 @@ int lua_axis_base_Scene_createWithSize(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif @@ -12655,7 +12655,7 @@ int lua_axis_base_Scene_createWithSize(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Scene:createWithSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_createWithSize'.",&tolua_err); #endif @@ -12666,11 +12666,11 @@ int lua_axis_base_Scene_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif @@ -12689,7 +12689,7 @@ int lua_axis_base_Scene_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Scene:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_create'.",&tolua_err); #endif @@ -12700,11 +12700,11 @@ int lua_axis_base_Scene_createWithPhysics(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Scene",0,&tolua_err)) goto tolua_lerror; #endif @@ -12723,7 +12723,7 @@ int lua_axis_base_Scene_createWithPhysics(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Scene:createWithPhysics",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_createWithPhysics'.",&tolua_err); #endif @@ -12735,7 +12735,7 @@ int lua_axis_base_Scene_constructor(lua_State* tolua_S) axis::Scene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -12759,7 +12759,7 @@ int lua_axis_base_Scene_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scene:Scene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scene_constructor'.",&tolua_err); #endif @@ -12804,18 +12804,18 @@ int lua_axis_base_GLView_setFrameSize(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setFrameSize'", nullptr); @@ -12844,7 +12844,7 @@ int lua_axis_base_GLView_setFrameSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setFrameSize",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setFrameSize'.",&tolua_err); #endif @@ -12857,18 +12857,18 @@ int lua_axis_base_GLView_getViewPortRect(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getViewPortRect'", nullptr); @@ -12891,7 +12891,7 @@ int lua_axis_base_GLView_getViewPortRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getViewPortRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getViewPortRect'.",&tolua_err); #endif @@ -12904,18 +12904,18 @@ int lua_axis_base_GLView_getScaleY(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getScaleY'", nullptr); @@ -12938,7 +12938,7 @@ int lua_axis_base_GLView_getScaleY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getScaleY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getScaleY'.",&tolua_err); #endif @@ -12951,18 +12951,18 @@ int lua_axis_base_GLView_setContentScaleFactor(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setContentScaleFactor'", nullptr); @@ -12988,7 +12988,7 @@ int lua_axis_base_GLView_setContentScaleFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setContentScaleFactor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setContentScaleFactor'.",&tolua_err); #endif @@ -13001,18 +13001,18 @@ int lua_axis_base_GLView_getContentScaleFactor(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getContentScaleFactor'", nullptr); @@ -13035,7 +13035,7 @@ int lua_axis_base_GLView_getContentScaleFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getContentScaleFactor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getContentScaleFactor'.",&tolua_err); #endif @@ -13048,18 +13048,18 @@ int lua_axis_base_GLView_setIMEKeyboardState(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setIMEKeyboardState'", nullptr); @@ -13085,7 +13085,7 @@ int lua_axis_base_GLView_setIMEKeyboardState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setIMEKeyboardState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setIMEKeyboardState'.",&tolua_err); #endif @@ -13098,18 +13098,18 @@ int lua_axis_base_GLView_getSafeAreaRect(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getSafeAreaRect'", nullptr); @@ -13132,7 +13132,7 @@ int lua_axis_base_GLView_getSafeAreaRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getSafeAreaRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getSafeAreaRect'.",&tolua_err); #endif @@ -13145,18 +13145,18 @@ int lua_axis_base_GLView_setScissorInPoints(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setScissorInPoints'", nullptr); @@ -13191,7 +13191,7 @@ int lua_axis_base_GLView_setScissorInPoints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setScissorInPoints",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setScissorInPoints'.",&tolua_err); #endif @@ -13204,18 +13204,18 @@ int lua_axis_base_GLView_getViewName(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getViewName'", nullptr); @@ -13238,7 +13238,7 @@ int lua_axis_base_GLView_getViewName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getViewName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getViewName'.",&tolua_err); #endif @@ -13251,18 +13251,18 @@ int lua_axis_base_GLView_isOpenGLReady(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_isOpenGLReady'", nullptr); @@ -13285,7 +13285,7 @@ int lua_axis_base_GLView_isOpenGLReady(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:isOpenGLReady",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_isOpenGLReady'.",&tolua_err); #endif @@ -13298,18 +13298,18 @@ int lua_axis_base_GLView_setCursorVisible(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setCursorVisible'", nullptr); @@ -13335,7 +13335,7 @@ int lua_axis_base_GLView_setCursorVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setCursorVisible",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setCursorVisible'.",&tolua_err); #endif @@ -13348,18 +13348,18 @@ int lua_axis_base_GLView_getFrameSize(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getFrameSize'", nullptr); @@ -13382,7 +13382,7 @@ int lua_axis_base_GLView_getFrameSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getFrameSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getFrameSize'.",&tolua_err); #endif @@ -13395,18 +13395,18 @@ int lua_axis_base_GLView_setDefaultIcon(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setDefaultIcon'", nullptr); @@ -13429,7 +13429,7 @@ int lua_axis_base_GLView_setDefaultIcon(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setDefaultIcon",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setDefaultIcon'.",&tolua_err); #endif @@ -13442,18 +13442,18 @@ int lua_axis_base_GLView_getScaleX(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getScaleX'", nullptr); @@ -13476,7 +13476,7 @@ int lua_axis_base_GLView_getScaleX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getScaleX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getScaleX'.",&tolua_err); #endif @@ -13489,18 +13489,18 @@ int lua_axis_base_GLView_getVisibleOrigin(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getVisibleOrigin'", nullptr); @@ -13523,7 +13523,7 @@ int lua_axis_base_GLView_getVisibleOrigin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getVisibleOrigin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getVisibleOrigin'.",&tolua_err); #endif @@ -13536,18 +13536,18 @@ int lua_axis_base_GLView_setFrameZoomFactor(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setFrameZoomFactor'", nullptr); @@ -13573,7 +13573,7 @@ int lua_axis_base_GLView_setFrameZoomFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setFrameZoomFactor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setFrameZoomFactor'.",&tolua_err); #endif @@ -13586,18 +13586,18 @@ int lua_axis_base_GLView_getFrameZoomFactor(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getFrameZoomFactor'", nullptr); @@ -13620,7 +13620,7 @@ int lua_axis_base_GLView_getFrameZoomFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getFrameZoomFactor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getFrameZoomFactor'.",&tolua_err); #endif @@ -13633,18 +13633,18 @@ int lua_axis_base_GLView_getDesignResolutionSize(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getDesignResolutionSize'", nullptr); @@ -13667,7 +13667,7 @@ int lua_axis_base_GLView_getDesignResolutionSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getDesignResolutionSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getDesignResolutionSize'.",&tolua_err); #endif @@ -13679,15 +13679,15 @@ int lua_axis_base_GLView_setIcon(lua_State* tolua_S) int argc = 0; axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setIcon'", nullptr); @@ -13722,7 +13722,7 @@ int lua_axis_base_GLView_setIcon(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setIcon",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setIcon'.",&tolua_err); #endif @@ -13735,18 +13735,18 @@ int lua_axis_base_GLView_windowShouldClose(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_windowShouldClose'", nullptr); @@ -13769,7 +13769,7 @@ int lua_axis_base_GLView_windowShouldClose(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:windowShouldClose",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_windowShouldClose'.",&tolua_err); #endif @@ -13782,18 +13782,18 @@ int lua_axis_base_GLView_swapBuffers(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_swapBuffers'", nullptr); @@ -13816,7 +13816,7 @@ int lua_axis_base_GLView_swapBuffers(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:swapBuffers",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_swapBuffers'.",&tolua_err); #endif @@ -13829,18 +13829,18 @@ int lua_axis_base_GLView_setDesignResolutionSize(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setDesignResolutionSize'", nullptr); @@ -13872,7 +13872,7 @@ int lua_axis_base_GLView_setDesignResolutionSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setDesignResolutionSize",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setDesignResolutionSize'.",&tolua_err); #endif @@ -13885,18 +13885,18 @@ int lua_axis_base_GLView_getResolutionPolicy(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getResolutionPolicy'", nullptr); @@ -13919,7 +13919,7 @@ int lua_axis_base_GLView_getResolutionPolicy(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getResolutionPolicy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getResolutionPolicy'.",&tolua_err); #endif @@ -13932,18 +13932,18 @@ int lua_axis_base_GLView_end(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_end'", nullptr); @@ -13966,7 +13966,7 @@ int lua_axis_base_GLView_end(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:end",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_end'.",&tolua_err); #endif @@ -13979,18 +13979,18 @@ int lua_axis_base_GLView_isRetinaDisplay(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_isRetinaDisplay'", nullptr); @@ -14013,7 +14013,7 @@ int lua_axis_base_GLView_isRetinaDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:isRetinaDisplay",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_isRetinaDisplay'.",&tolua_err); #endif @@ -14026,18 +14026,18 @@ int lua_axis_base_GLView_renderScene(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_renderScene'", nullptr); @@ -14066,7 +14066,7 @@ int lua_axis_base_GLView_renderScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:renderScene",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_renderScene'.",&tolua_err); #endif @@ -14079,18 +14079,18 @@ int lua_axis_base_GLView_setViewPortInPoints(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setViewPortInPoints'", nullptr); @@ -14125,7 +14125,7 @@ int lua_axis_base_GLView_setViewPortInPoints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setViewPortInPoints",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setViewPortInPoints'.",&tolua_err); #endif @@ -14138,18 +14138,18 @@ int lua_axis_base_GLView_getScissorRect(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getScissorRect'", nullptr); @@ -14172,7 +14172,7 @@ int lua_axis_base_GLView_getScissorRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getScissorRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getScissorRect'.",&tolua_err); #endif @@ -14185,18 +14185,18 @@ int lua_axis_base_GLView_getRetinaFactor(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getRetinaFactor'", nullptr); @@ -14219,7 +14219,7 @@ int lua_axis_base_GLView_getRetinaFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getRetinaFactor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getRetinaFactor'.",&tolua_err); #endif @@ -14232,18 +14232,18 @@ int lua_axis_base_GLView_setViewName(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_setViewName'", nullptr); @@ -14269,7 +14269,7 @@ int lua_axis_base_GLView_setViewName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:setViewName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setViewName'.",&tolua_err); #endif @@ -14282,18 +14282,18 @@ int lua_axis_base_GLView_getVisibleRect(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getVisibleRect'", nullptr); @@ -14316,7 +14316,7 @@ int lua_axis_base_GLView_getVisibleRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getVisibleRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getVisibleRect'.",&tolua_err); #endif @@ -14329,18 +14329,18 @@ int lua_axis_base_GLView_getVisibleSize(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_getVisibleSize'", nullptr); @@ -14363,7 +14363,7 @@ int lua_axis_base_GLView_getVisibleSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:getVisibleSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getVisibleSize'.",&tolua_err); #endif @@ -14376,18 +14376,18 @@ int lua_axis_base_GLView_isScissorEnabled(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_isScissorEnabled'", nullptr); @@ -14410,7 +14410,7 @@ int lua_axis_base_GLView_isScissorEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:isScissorEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_isScissorEnabled'.",&tolua_err); #endif @@ -14423,18 +14423,18 @@ int lua_axis_base_GLView_pollEvents(lua_State* tolua_S) axis::GLView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GLView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GLView_pollEvents'", nullptr); @@ -14457,7 +14457,7 @@ int lua_axis_base_GLView_pollEvents(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GLView:pollEvents",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_pollEvents'.",&tolua_err); #endif @@ -14469,11 +14469,11 @@ int lua_axis_base_GLView_setGLContextAttrs(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif @@ -14495,7 +14495,7 @@ int lua_axis_base_GLView_setGLContextAttrs(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.GLView:setGLContextAttrs",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_setGLContextAttrs'.",&tolua_err); #endif @@ -14506,11 +14506,11 @@ int lua_axis_base_GLView_getGLContextAttrs(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.GLView",0,&tolua_err)) goto tolua_lerror; #endif @@ -14529,7 +14529,7 @@ int lua_axis_base_GLView_getGLContextAttrs(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.GLView:getGLContextAttrs",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLView_getGLContextAttrs'.",&tolua_err); #endif @@ -14596,18 +14596,18 @@ int lua_axis_base_Director_pause(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_pause'", nullptr); @@ -14630,7 +14630,7 @@ int lua_axis_base_Director_pause(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:pause",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_pause'.",&tolua_err); #endif @@ -14643,18 +14643,18 @@ int lua_axis_base_Director_setEventDispatcher(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setEventDispatcher'", nullptr); @@ -14680,7 +14680,7 @@ int lua_axis_base_Director_setEventDispatcher(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setEventDispatcher",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setEventDispatcher'.",&tolua_err); #endif @@ -14693,18 +14693,18 @@ int lua_axis_base_Director_setContentScaleFactor(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setContentScaleFactor'", nullptr); @@ -14730,7 +14730,7 @@ int lua_axis_base_Director_setContentScaleFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setContentScaleFactor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setContentScaleFactor'.",&tolua_err); #endif @@ -14743,18 +14743,18 @@ int lua_axis_base_Director_getDeltaTime(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getDeltaTime'", nullptr); @@ -14777,7 +14777,7 @@ int lua_axis_base_Director_getDeltaTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getDeltaTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getDeltaTime'.",&tolua_err); #endif @@ -14790,18 +14790,18 @@ int lua_axis_base_Director_setStatsDisplay(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setStatsDisplay'", nullptr); @@ -14827,7 +14827,7 @@ int lua_axis_base_Director_setStatsDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setStatsDisplay",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setStatsDisplay'.",&tolua_err); #endif @@ -14840,18 +14840,18 @@ int lua_axis_base_Director_getContentScaleFactor(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getContentScaleFactor'", nullptr); @@ -14874,7 +14874,7 @@ int lua_axis_base_Director_getContentScaleFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getContentScaleFactor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getContentScaleFactor'.",&tolua_err); #endif @@ -14887,18 +14887,18 @@ int lua_axis_base_Director_getWinSizeInPixels(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getWinSizeInPixels'", nullptr); @@ -14921,7 +14921,7 @@ int lua_axis_base_Director_getWinSizeInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getWinSizeInPixels",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getWinSizeInPixels'.",&tolua_err); #endif @@ -14934,18 +14934,18 @@ int lua_axis_base_Director_getSafeAreaRect(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getSafeAreaRect'", nullptr); @@ -14968,7 +14968,7 @@ int lua_axis_base_Director_getSafeAreaRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getSafeAreaRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getSafeAreaRect'.",&tolua_err); #endif @@ -14981,18 +14981,18 @@ int lua_axis_base_Director_setGLDefaultValues(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setGLDefaultValues'", nullptr); @@ -15015,7 +15015,7 @@ int lua_axis_base_Director_setGLDefaultValues(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setGLDefaultValues",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setGLDefaultValues'.",&tolua_err); #endif @@ -15028,18 +15028,18 @@ int lua_axis_base_Director_setActionManager(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setActionManager'", nullptr); @@ -15065,7 +15065,7 @@ int lua_axis_base_Director_setActionManager(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setActionManager",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setActionManager'.",&tolua_err); #endif @@ -15078,18 +15078,18 @@ int lua_axis_base_Director_popToRootScene(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_popToRootScene'", nullptr); @@ -15112,7 +15112,7 @@ int lua_axis_base_Director_popToRootScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:popToRootScene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_popToRootScene'.",&tolua_err); #endif @@ -15125,18 +15125,18 @@ int lua_axis_base_Director_loadMatrix(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_loadMatrix'", nullptr); @@ -15165,7 +15165,7 @@ int lua_axis_base_Director_loadMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:loadMatrix",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_loadMatrix'.",&tolua_err); #endif @@ -15178,18 +15178,18 @@ int lua_axis_base_Director_getNotificationNode(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getNotificationNode'", nullptr); @@ -15212,7 +15212,7 @@ int lua_axis_base_Director_getNotificationNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getNotificationNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getNotificationNode'.",&tolua_err); #endif @@ -15225,18 +15225,18 @@ int lua_axis_base_Director_getWinSize(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getWinSize'", nullptr); @@ -15259,7 +15259,7 @@ int lua_axis_base_Director_getWinSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getWinSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getWinSize'.",&tolua_err); #endif @@ -15272,18 +15272,18 @@ int lua_axis_base_Director_getTextureCache(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getTextureCache'", nullptr); @@ -15306,7 +15306,7 @@ int lua_axis_base_Director_getTextureCache(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getTextureCache",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getTextureCache'.",&tolua_err); #endif @@ -15319,18 +15319,18 @@ int lua_axis_base_Director_isSendCleanupToScene(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_isSendCleanupToScene'", nullptr); @@ -15353,7 +15353,7 @@ int lua_axis_base_Director_isSendCleanupToScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:isSendCleanupToScene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_isSendCleanupToScene'.",&tolua_err); #endif @@ -15366,18 +15366,18 @@ int lua_axis_base_Director_getVisibleOrigin(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getVisibleOrigin'", nullptr); @@ -15400,7 +15400,7 @@ int lua_axis_base_Director_getVisibleOrigin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getVisibleOrigin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getVisibleOrigin'.",&tolua_err); #endif @@ -15412,15 +15412,15 @@ int lua_axis_base_Director_mainLoop(lua_State* tolua_S) int argc = 0; axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_mainLoop'", nullptr); @@ -15451,7 +15451,7 @@ int lua_axis_base_Director_mainLoop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:mainLoop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_mainLoop'.",&tolua_err); #endif @@ -15464,18 +15464,18 @@ int lua_axis_base_Director_getFrameRate(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getFrameRate'", nullptr); @@ -15498,7 +15498,7 @@ int lua_axis_base_Director_getFrameRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getFrameRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getFrameRate'.",&tolua_err); #endif @@ -15511,18 +15511,18 @@ int lua_axis_base_Director_getSecondsPerFrame(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getSecondsPerFrame'", nullptr); @@ -15545,7 +15545,7 @@ int lua_axis_base_Director_getSecondsPerFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getSecondsPerFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getSecondsPerFrame'.",&tolua_err); #endif @@ -15558,18 +15558,18 @@ int lua_axis_base_Director_resetMatrixStack(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_resetMatrixStack'", nullptr); @@ -15592,7 +15592,7 @@ int lua_axis_base_Director_resetMatrixStack(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:resetMatrixStack",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_resetMatrixStack'.",&tolua_err); #endif @@ -15605,18 +15605,18 @@ int lua_axis_base_Director_convertToUI(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_convertToUI'", nullptr); @@ -15642,7 +15642,7 @@ int lua_axis_base_Director_convertToUI(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:convertToUI",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_convertToUI'.",&tolua_err); #endif @@ -15655,18 +15655,18 @@ int lua_axis_base_Director_pushMatrix(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_pushMatrix'", nullptr); @@ -15692,7 +15692,7 @@ int lua_axis_base_Director_pushMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:pushMatrix",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_pushMatrix'.",&tolua_err); #endif @@ -15705,18 +15705,18 @@ int lua_axis_base_Director_setDefaultValues(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setDefaultValues'", nullptr); @@ -15739,7 +15739,7 @@ int lua_axis_base_Director_setDefaultValues(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setDefaultValues",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setDefaultValues'.",&tolua_err); #endif @@ -15752,18 +15752,18 @@ int lua_axis_base_Director_init(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_init'", nullptr); @@ -15786,7 +15786,7 @@ int lua_axis_base_Director_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_init'.",&tolua_err); #endif @@ -15799,18 +15799,18 @@ int lua_axis_base_Director_setScheduler(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setScheduler'", nullptr); @@ -15836,7 +15836,7 @@ int lua_axis_base_Director_setScheduler(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setScheduler",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setScheduler'.",&tolua_err); #endif @@ -15849,18 +15849,18 @@ int lua_axis_base_Director_getMatrix(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getMatrix'", nullptr); @@ -15886,7 +15886,7 @@ int lua_axis_base_Director_getMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getMatrix",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getMatrix'.",&tolua_err); #endif @@ -15899,18 +15899,18 @@ int lua_axis_base_Director_isValid(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_isValid'", nullptr); @@ -15933,7 +15933,7 @@ int lua_axis_base_Director_isValid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:isValid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_isValid'.",&tolua_err); #endif @@ -15946,18 +15946,18 @@ int lua_axis_base_Director_getOpenGLView(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getOpenGLView'", nullptr); @@ -15980,7 +15980,7 @@ int lua_axis_base_Director_getOpenGLView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getOpenGLView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getOpenGLView'.",&tolua_err); #endif @@ -15993,18 +15993,18 @@ int lua_axis_base_Director_getRunningScene(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getRunningScene'", nullptr); @@ -16027,7 +16027,7 @@ int lua_axis_base_Director_getRunningScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getRunningScene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getRunningScene'.",&tolua_err); #endif @@ -16040,18 +16040,18 @@ int lua_axis_base_Director_setViewport(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setViewport'", nullptr); @@ -16074,7 +16074,7 @@ int lua_axis_base_Director_setViewport(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setViewport",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setViewport'.",&tolua_err); #endif @@ -16087,18 +16087,18 @@ int lua_axis_base_Director_stopAnimation(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_stopAnimation'", nullptr); @@ -16121,7 +16121,7 @@ int lua_axis_base_Director_stopAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:stopAnimation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_stopAnimation'.",&tolua_err); #endif @@ -16134,18 +16134,18 @@ int lua_axis_base_Director_popToSceneStackLevel(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_popToSceneStackLevel'", nullptr); @@ -16171,7 +16171,7 @@ int lua_axis_base_Director_popToSceneStackLevel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:popToSceneStackLevel",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_popToSceneStackLevel'.",&tolua_err); #endif @@ -16184,18 +16184,18 @@ int lua_axis_base_Director_resume(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_resume'", nullptr); @@ -16218,7 +16218,7 @@ int lua_axis_base_Director_resume(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:resume",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_resume'.",&tolua_err); #endif @@ -16231,18 +16231,18 @@ int lua_axis_base_Director_isNextDeltaTimeZero(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_isNextDeltaTimeZero'", nullptr); @@ -16265,7 +16265,7 @@ int lua_axis_base_Director_isNextDeltaTimeZero(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:isNextDeltaTimeZero",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_isNextDeltaTimeZero'.",&tolua_err); #endif @@ -16278,18 +16278,18 @@ int lua_axis_base_Director_isChildrenIndexerEnabled(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_isChildrenIndexerEnabled'", nullptr); @@ -16312,7 +16312,7 @@ int lua_axis_base_Director_isChildrenIndexerEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:isChildrenIndexerEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_isChildrenIndexerEnabled'.",&tolua_err); #endif @@ -16325,18 +16325,18 @@ int lua_axis_base_Director_setClearColor(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setClearColor'", nullptr); @@ -16362,7 +16362,7 @@ int lua_axis_base_Director_setClearColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setClearColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setClearColor'.",&tolua_err); #endif @@ -16375,18 +16375,18 @@ int lua_axis_base_Director_end(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_end'", nullptr); @@ -16409,7 +16409,7 @@ int lua_axis_base_Director_end(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:end",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_end'.",&tolua_err); #endif @@ -16422,18 +16422,18 @@ int lua_axis_base_Director_setOpenGLView(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setOpenGLView'", nullptr); @@ -16459,7 +16459,7 @@ int lua_axis_base_Director_setOpenGLView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setOpenGLView",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setOpenGLView'.",&tolua_err); #endif @@ -16472,18 +16472,18 @@ int lua_axis_base_Director_convertToGL(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_convertToGL'", nullptr); @@ -16509,7 +16509,7 @@ int lua_axis_base_Director_convertToGL(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:convertToGL",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_convertToGL'.",&tolua_err); #endif @@ -16522,18 +16522,18 @@ int lua_axis_base_Director_getRenderer(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getRenderer'", nullptr); @@ -16556,7 +16556,7 @@ int lua_axis_base_Director_getRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getRenderer'.",&tolua_err); #endif @@ -16569,18 +16569,18 @@ int lua_axis_base_Director_getTotalFrames(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getTotalFrames'", nullptr); @@ -16603,7 +16603,7 @@ int lua_axis_base_Director_getTotalFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getTotalFrames",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getTotalFrames'.",&tolua_err); #endif @@ -16616,18 +16616,18 @@ int lua_axis_base_Director_runWithScene(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_runWithScene'", nullptr); @@ -16653,7 +16653,7 @@ int lua_axis_base_Director_runWithScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:runWithScene",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_runWithScene'.",&tolua_err); #endif @@ -16666,18 +16666,18 @@ int lua_axis_base_Director_setNotificationNode(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setNotificationNode'", nullptr); @@ -16703,7 +16703,7 @@ int lua_axis_base_Director_setNotificationNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setNotificationNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setNotificationNode'.",&tolua_err); #endif @@ -16716,18 +16716,18 @@ int lua_axis_base_Director_isStatsDisplay(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_isStatsDisplay'", nullptr); @@ -16750,7 +16750,7 @@ int lua_axis_base_Director_isStatsDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:isStatsDisplay",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_isStatsDisplay'.",&tolua_err); #endif @@ -16763,18 +16763,18 @@ int lua_axis_base_Director_setChildrenIndexerEnabled(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setChildrenIndexerEnabled'", nullptr); @@ -16800,7 +16800,7 @@ int lua_axis_base_Director_setChildrenIndexerEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setChildrenIndexerEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setChildrenIndexerEnabled'.",&tolua_err); #endif @@ -16813,18 +16813,18 @@ int lua_axis_base_Director_drawScene(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_drawScene'", nullptr); @@ -16847,7 +16847,7 @@ int lua_axis_base_Director_drawScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:drawScene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_drawScene'.",&tolua_err); #endif @@ -16860,18 +16860,18 @@ int lua_axis_base_Director_restart(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_restart'", nullptr); @@ -16894,7 +16894,7 @@ int lua_axis_base_Director_restart(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:restart",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_restart'.",&tolua_err); #endif @@ -16907,18 +16907,18 @@ int lua_axis_base_Director_popScene(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_popScene'", nullptr); @@ -16941,7 +16941,7 @@ int lua_axis_base_Director_popScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:popScene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_popScene'.",&tolua_err); #endif @@ -16954,18 +16954,18 @@ int lua_axis_base_Director_loadIdentityMatrix(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_loadIdentityMatrix'", nullptr); @@ -16991,7 +16991,7 @@ int lua_axis_base_Director_loadIdentityMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:loadIdentityMatrix",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_loadIdentityMatrix'.",&tolua_err); #endif @@ -17004,18 +17004,18 @@ int lua_axis_base_Director_startAnimation(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_startAnimation'", nullptr); @@ -17038,7 +17038,7 @@ int lua_axis_base_Director_startAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:startAnimation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_startAnimation'.",&tolua_err); #endif @@ -17051,18 +17051,18 @@ int lua_axis_base_Director_setProjection(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setProjection'", nullptr); @@ -17088,7 +17088,7 @@ int lua_axis_base_Director_setProjection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setProjection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setProjection'.",&tolua_err); #endif @@ -17101,18 +17101,18 @@ int lua_axis_base_Director_getConsole(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getConsole'", nullptr); @@ -17135,7 +17135,7 @@ int lua_axis_base_Director_getConsole(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getConsole",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getConsole'.",&tolua_err); #endif @@ -17148,18 +17148,18 @@ int lua_axis_base_Director_multiplyMatrix(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_multiplyMatrix'", nullptr); @@ -17188,7 +17188,7 @@ int lua_axis_base_Director_multiplyMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:multiplyMatrix",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_multiplyMatrix'.",&tolua_err); #endif @@ -17201,18 +17201,18 @@ int lua_axis_base_Director_getZEye(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getZEye'", nullptr); @@ -17235,7 +17235,7 @@ int lua_axis_base_Director_getZEye(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getZEye",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getZEye'.",&tolua_err); #endif @@ -17248,18 +17248,18 @@ int lua_axis_base_Director_setNextDeltaTimeZero(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setNextDeltaTimeZero'", nullptr); @@ -17285,7 +17285,7 @@ int lua_axis_base_Director_setNextDeltaTimeZero(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setNextDeltaTimeZero",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setNextDeltaTimeZero'.",&tolua_err); #endif @@ -17298,18 +17298,18 @@ int lua_axis_base_Director_popMatrix(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_popMatrix'", nullptr); @@ -17335,7 +17335,7 @@ int lua_axis_base_Director_popMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:popMatrix",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_popMatrix'.",&tolua_err); #endif @@ -17348,18 +17348,18 @@ int lua_axis_base_Director_getVisibleSize(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getVisibleSize'", nullptr); @@ -17382,7 +17382,7 @@ int lua_axis_base_Director_getVisibleSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getVisibleSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getVisibleSize'.",&tolua_err); #endif @@ -17395,18 +17395,18 @@ int lua_axis_base_Director_getScheduler(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getScheduler'", nullptr); @@ -17429,7 +17429,7 @@ int lua_axis_base_Director_getScheduler(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getScheduler",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getScheduler'.",&tolua_err); #endif @@ -17442,18 +17442,18 @@ int lua_axis_base_Director_pushScene(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_pushScene'", nullptr); @@ -17479,7 +17479,7 @@ int lua_axis_base_Director_pushScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:pushScene",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_pushScene'.",&tolua_err); #endif @@ -17492,18 +17492,18 @@ int lua_axis_base_Director_setStatsAnchor(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setStatsAnchor'", nullptr); @@ -17540,7 +17540,7 @@ int lua_axis_base_Director_setStatsAnchor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setStatsAnchor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setStatsAnchor'.",&tolua_err); #endif @@ -17553,18 +17553,18 @@ int lua_axis_base_Director_getAnimationInterval(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getAnimationInterval'", nullptr); @@ -17587,7 +17587,7 @@ int lua_axis_base_Director_getAnimationInterval(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getAnimationInterval",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getAnimationInterval'.",&tolua_err); #endif @@ -17600,18 +17600,18 @@ int lua_axis_base_Director_isPaused(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_isPaused'", nullptr); @@ -17634,7 +17634,7 @@ int lua_axis_base_Director_isPaused(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:isPaused",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_isPaused'.",&tolua_err); #endif @@ -17647,18 +17647,18 @@ int lua_axis_base_Director_purgeCachedData(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_purgeCachedData'", nullptr); @@ -17681,7 +17681,7 @@ int lua_axis_base_Director_purgeCachedData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:purgeCachedData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_purgeCachedData'.",&tolua_err); #endif @@ -17694,18 +17694,18 @@ int lua_axis_base_Director_getEventDispatcher(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getEventDispatcher'", nullptr); @@ -17728,7 +17728,7 @@ int lua_axis_base_Director_getEventDispatcher(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getEventDispatcher",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getEventDispatcher'.",&tolua_err); #endif @@ -17741,18 +17741,18 @@ int lua_axis_base_Director_replaceScene(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_replaceScene'", nullptr); @@ -17778,7 +17778,7 @@ int lua_axis_base_Director_replaceScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:replaceScene",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_replaceScene'.",&tolua_err); #endif @@ -17791,18 +17791,18 @@ int lua_axis_base_Director_setAnimationInterval(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_setAnimationInterval'", nullptr); @@ -17828,7 +17828,7 @@ int lua_axis_base_Director_setAnimationInterval(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:setAnimationInterval",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_setAnimationInterval'.",&tolua_err); #endif @@ -17841,18 +17841,18 @@ int lua_axis_base_Director_getActionManager(lua_State* tolua_S) axis::Director* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Director*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Director_getActionManager'", nullptr); @@ -17875,7 +17875,7 @@ int lua_axis_base_Director_getActionManager(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Director:getActionManager",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getActionManager'.",&tolua_err); #endif @@ -17887,11 +17887,11 @@ int lua_axis_base_Director_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Director",0,&tolua_err)) goto tolua_lerror; #endif @@ -17910,7 +17910,7 @@ int lua_axis_base_Director_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Director:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Director_getInstance'.",&tolua_err); #endif @@ -18010,18 +18010,18 @@ int lua_axis_base_Timer_setupTimerWithInterval(lua_State* tolua_S) axis::Timer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Timer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Timer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Timer_setupTimerWithInterval'", nullptr); @@ -18053,7 +18053,7 @@ int lua_axis_base_Timer_setupTimerWithInterval(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Timer:setupTimerWithInterval",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Timer_setupTimerWithInterval'.",&tolua_err); #endif @@ -18066,18 +18066,18 @@ int lua_axis_base_Timer_update(lua_State* tolua_S) axis::Timer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Timer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Timer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Timer_update'", nullptr); @@ -18103,7 +18103,7 @@ int lua_axis_base_Timer_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Timer:update",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Timer_update'.",&tolua_err); #endif @@ -18116,18 +18116,18 @@ int lua_axis_base_Timer_isAborted(lua_State* tolua_S) axis::Timer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Timer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Timer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Timer_isAborted'", nullptr); @@ -18150,7 +18150,7 @@ int lua_axis_base_Timer_isAborted(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Timer:isAborted",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Timer_isAborted'.",&tolua_err); #endif @@ -18163,18 +18163,18 @@ int lua_axis_base_Timer_isExhausted(lua_State* tolua_S) axis::Timer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Timer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Timer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Timer_isExhausted'", nullptr); @@ -18197,7 +18197,7 @@ int lua_axis_base_Timer_isExhausted(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Timer:isExhausted",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Timer_isExhausted'.",&tolua_err); #endif @@ -18210,18 +18210,18 @@ int lua_axis_base_Timer_trigger(lua_State* tolua_S) axis::Timer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Timer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Timer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Timer_trigger'", nullptr); @@ -18247,7 +18247,7 @@ int lua_axis_base_Timer_trigger(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Timer:trigger",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Timer_trigger'.",&tolua_err); #endif @@ -18260,18 +18260,18 @@ int lua_axis_base_Timer_cancel(lua_State* tolua_S) axis::Timer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Timer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Timer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Timer_cancel'", nullptr); @@ -18294,7 +18294,7 @@ int lua_axis_base_Timer_cancel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Timer:cancel",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Timer_cancel'.",&tolua_err); #endif @@ -18307,18 +18307,18 @@ int lua_axis_base_Timer_setAborted(lua_State* tolua_S) axis::Timer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Timer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Timer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Timer_setAborted'", nullptr); @@ -18341,7 +18341,7 @@ int lua_axis_base_Timer_setAborted(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Timer:setAborted",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Timer_setAborted'.",&tolua_err); #endif @@ -18380,18 +18380,18 @@ int lua_axis_base_Scheduler_setTimeScale(lua_State* tolua_S) axis::Scheduler* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scheduler",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scheduler*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scheduler_setTimeScale'", nullptr); @@ -18417,7 +18417,7 @@ int lua_axis_base_Scheduler_setTimeScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scheduler:setTimeScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scheduler_setTimeScale'.",&tolua_err); #endif @@ -18430,18 +18430,18 @@ int lua_axis_base_Scheduler_removeAllFunctionsToBePerformedInCocosThread(lua_Sta axis::Scheduler* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scheduler",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scheduler*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scheduler_removeAllFunctionsToBePerformedInCocosThread'", nullptr); @@ -18464,7 +18464,7 @@ int lua_axis_base_Scheduler_removeAllFunctionsToBePerformedInCocosThread(lua_Sta luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scheduler:removeAllFunctionsToBePerformedInCocosThread",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scheduler_removeAllFunctionsToBePerformedInCocosThread'.",&tolua_err); #endif @@ -18477,18 +18477,18 @@ int lua_axis_base_Scheduler_getTimeScale(lua_State* tolua_S) axis::Scheduler* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Scheduler",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Scheduler*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Scheduler_getTimeScale'", nullptr); @@ -18511,7 +18511,7 @@ int lua_axis_base_Scheduler_getTimeScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scheduler:getTimeScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scheduler_getTimeScale'.",&tolua_err); #endif @@ -18524,7 +18524,7 @@ int lua_axis_base_Scheduler_constructor(lua_State* tolua_S) axis::Scheduler* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -18548,7 +18548,7 @@ int lua_axis_base_Scheduler_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Scheduler:Scheduler",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Scheduler_constructor'.",&tolua_err); #endif @@ -18583,15 +18583,15 @@ int lua_axis_base_AsyncTaskPool_enqueue(lua_State* tolua_S) int argc = 0; axis::AsyncTaskPool* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AsyncTaskPool",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AsyncTaskPool*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AsyncTaskPool_enqueue'", nullptr); @@ -18655,7 +18655,7 @@ int lua_axis_base_AsyncTaskPool_enqueue(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AsyncTaskPool:enqueue",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AsyncTaskPool_enqueue'.",&tolua_err); #endif @@ -18668,18 +18668,18 @@ int lua_axis_base_AsyncTaskPool_stopTasks(lua_State* tolua_S) axis::AsyncTaskPool* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AsyncTaskPool",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AsyncTaskPool*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AsyncTaskPool_stopTasks'", nullptr); @@ -18705,7 +18705,7 @@ int lua_axis_base_AsyncTaskPool_stopTasks(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AsyncTaskPool:stopTasks",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AsyncTaskPool_stopTasks'.",&tolua_err); #endif @@ -18717,11 +18717,11 @@ int lua_axis_base_AsyncTaskPool_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AsyncTaskPool",0,&tolua_err)) goto tolua_lerror; #endif @@ -18740,7 +18740,7 @@ int lua_axis_base_AsyncTaskPool_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AsyncTaskPool:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AsyncTaskPool_destroyInstance'.",&tolua_err); #endif @@ -18751,11 +18751,11 @@ int lua_axis_base_AsyncTaskPool_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AsyncTaskPool",0,&tolua_err)) goto tolua_lerror; #endif @@ -18774,7 +18774,7 @@ int lua_axis_base_AsyncTaskPool_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AsyncTaskPool:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AsyncTaskPool_getInstance'.",&tolua_err); #endif @@ -18786,7 +18786,7 @@ int lua_axis_base_AsyncTaskPool_constructor(lua_State* tolua_S) axis::AsyncTaskPool* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -18808,7 +18808,7 @@ int lua_axis_base_AsyncTaskPool_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AsyncTaskPool:AsyncTaskPool",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AsyncTaskPool_constructor'.",&tolua_err); #endif @@ -18845,18 +18845,18 @@ int lua_axis_base_Action_startWithTarget(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_startWithTarget'", nullptr); @@ -18882,7 +18882,7 @@ int lua_axis_base_Action_startWithTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:startWithTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_startWithTarget'.",&tolua_err); #endif @@ -18895,18 +18895,18 @@ int lua_axis_base_Action_setOriginalTarget(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_setOriginalTarget'", nullptr); @@ -18932,7 +18932,7 @@ int lua_axis_base_Action_setOriginalTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:setOriginalTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_setOriginalTarget'.",&tolua_err); #endif @@ -18945,18 +18945,18 @@ int lua_axis_base_Action_clone(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_clone'", nullptr); @@ -18979,7 +18979,7 @@ int lua_axis_base_Action_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_clone'.",&tolua_err); #endif @@ -18992,18 +18992,18 @@ int lua_axis_base_Action_getOriginalTarget(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_getOriginalTarget'", nullptr); @@ -19026,7 +19026,7 @@ int lua_axis_base_Action_getOriginalTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:getOriginalTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_getOriginalTarget'.",&tolua_err); #endif @@ -19039,18 +19039,18 @@ int lua_axis_base_Action_stop(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_stop'", nullptr); @@ -19073,7 +19073,7 @@ int lua_axis_base_Action_stop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:stop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_stop'.",&tolua_err); #endif @@ -19086,18 +19086,18 @@ int lua_axis_base_Action_update(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_update'", nullptr); @@ -19123,7 +19123,7 @@ int lua_axis_base_Action_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:update",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_update'.",&tolua_err); #endif @@ -19136,18 +19136,18 @@ int lua_axis_base_Action_getTarget(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_getTarget'", nullptr); @@ -19170,7 +19170,7 @@ int lua_axis_base_Action_getTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:getTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_getTarget'.",&tolua_err); #endif @@ -19183,18 +19183,18 @@ int lua_axis_base_Action_getFlags(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_getFlags'", nullptr); @@ -19217,7 +19217,7 @@ int lua_axis_base_Action_getFlags(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:getFlags",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_getFlags'.",&tolua_err); #endif @@ -19230,18 +19230,18 @@ int lua_axis_base_Action_step(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_step'", nullptr); @@ -19267,7 +19267,7 @@ int lua_axis_base_Action_step(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:step",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_step'.",&tolua_err); #endif @@ -19280,18 +19280,18 @@ int lua_axis_base_Action_setTag(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_setTag'", nullptr); @@ -19317,7 +19317,7 @@ int lua_axis_base_Action_setTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:setTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_setTag'.",&tolua_err); #endif @@ -19330,18 +19330,18 @@ int lua_axis_base_Action_setFlags(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_setFlags'", nullptr); @@ -19367,7 +19367,7 @@ int lua_axis_base_Action_setFlags(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:setFlags",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_setFlags'.",&tolua_err); #endif @@ -19380,18 +19380,18 @@ int lua_axis_base_Action_getTag(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_getTag'", nullptr); @@ -19414,7 +19414,7 @@ int lua_axis_base_Action_getTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:getTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_getTag'.",&tolua_err); #endif @@ -19427,18 +19427,18 @@ int lua_axis_base_Action_setTarget(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_setTarget'", nullptr); @@ -19464,7 +19464,7 @@ int lua_axis_base_Action_setTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:setTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_setTarget'.",&tolua_err); #endif @@ -19477,18 +19477,18 @@ int lua_axis_base_Action_isDone(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_isDone'", nullptr); @@ -19511,7 +19511,7 @@ int lua_axis_base_Action_isDone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:isDone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_isDone'.",&tolua_err); #endif @@ -19524,18 +19524,18 @@ int lua_axis_base_Action_reverse(lua_State* tolua_S) axis::Action* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Action",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Action*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Action_reverse'", nullptr); @@ -19558,7 +19558,7 @@ int lua_axis_base_Action_reverse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Action:reverse",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Action_reverse'.",&tolua_err); #endif @@ -19605,18 +19605,18 @@ int lua_axis_base_FiniteTimeAction_setDuration(lua_State* tolua_S) axis::FiniteTimeAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FiniteTimeAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FiniteTimeAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FiniteTimeAction_setDuration'", nullptr); @@ -19642,7 +19642,7 @@ int lua_axis_base_FiniteTimeAction_setDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FiniteTimeAction:setDuration",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FiniteTimeAction_setDuration'.",&tolua_err); #endif @@ -19655,18 +19655,18 @@ int lua_axis_base_FiniteTimeAction_getDuration(lua_State* tolua_S) axis::FiniteTimeAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FiniteTimeAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FiniteTimeAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FiniteTimeAction_getDuration'", nullptr); @@ -19689,7 +19689,7 @@ int lua_axis_base_FiniteTimeAction_getDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FiniteTimeAction:getDuration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FiniteTimeAction_getDuration'.",&tolua_err); #endif @@ -19723,18 +19723,18 @@ int lua_axis_base_Speed_setInnerAction(lua_State* tolua_S) axis::Speed* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Speed",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Speed*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Speed_setInnerAction'", nullptr); @@ -19760,7 +19760,7 @@ int lua_axis_base_Speed_setInnerAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Speed:setInnerAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Speed_setInnerAction'.",&tolua_err); #endif @@ -19773,18 +19773,18 @@ int lua_axis_base_Speed_getSpeed(lua_State* tolua_S) axis::Speed* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Speed",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Speed*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Speed_getSpeed'", nullptr); @@ -19807,7 +19807,7 @@ int lua_axis_base_Speed_getSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Speed:getSpeed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Speed_getSpeed'.",&tolua_err); #endif @@ -19820,18 +19820,18 @@ int lua_axis_base_Speed_setSpeed(lua_State* tolua_S) axis::Speed* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Speed",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Speed*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Speed_setSpeed'", nullptr); @@ -19857,7 +19857,7 @@ int lua_axis_base_Speed_setSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Speed:setSpeed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Speed_setSpeed'.",&tolua_err); #endif @@ -19870,18 +19870,18 @@ int lua_axis_base_Speed_initWithAction(lua_State* tolua_S) axis::Speed* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Speed",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Speed*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Speed_initWithAction'", nullptr); @@ -19910,7 +19910,7 @@ int lua_axis_base_Speed_initWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Speed:initWithAction",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Speed_initWithAction'.",&tolua_err); #endif @@ -19923,18 +19923,18 @@ int lua_axis_base_Speed_getInnerAction(lua_State* tolua_S) axis::Speed* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Speed",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Speed*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Speed_getInnerAction'", nullptr); @@ -19957,7 +19957,7 @@ int lua_axis_base_Speed_getInnerAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Speed:getInnerAction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Speed_getInnerAction'.",&tolua_err); #endif @@ -19969,11 +19969,11 @@ int lua_axis_base_Speed_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Speed",0,&tolua_err)) goto tolua_lerror; #endif @@ -19996,7 +19996,7 @@ int lua_axis_base_Speed_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Speed:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Speed_create'.",&tolua_err); #endif @@ -20008,7 +20008,7 @@ int lua_axis_base_Speed_constructor(lua_State* tolua_S) axis::Speed* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -20032,7 +20032,7 @@ int lua_axis_base_Speed_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Speed:Speed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Speed_constructor'.",&tolua_err); #endif @@ -20071,18 +20071,18 @@ int lua_axis_base_Follow_setBoundarySet(lua_State* tolua_S) axis::Follow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Follow",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Follow*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Follow_setBoundarySet'", nullptr); @@ -20108,7 +20108,7 @@ int lua_axis_base_Follow_setBoundarySet(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Follow:setBoundarySet",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Follow_setBoundarySet'.",&tolua_err); #endif @@ -20121,18 +20121,18 @@ int lua_axis_base_Follow_initWithTarget(lua_State* tolua_S) axis::Follow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Follow",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Follow*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Follow_initWithTarget'", nullptr); @@ -20175,7 +20175,7 @@ int lua_axis_base_Follow_initWithTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Follow:initWithTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Follow_initWithTarget'.",&tolua_err); #endif @@ -20188,18 +20188,18 @@ int lua_axis_base_Follow_initWithTargetAndOffset(lua_State* tolua_S) axis::Follow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Follow",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Follow*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Follow_initWithTargetAndOffset'", nullptr); @@ -20254,7 +20254,7 @@ int lua_axis_base_Follow_initWithTargetAndOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Follow:initWithTargetAndOffset",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Follow_initWithTargetAndOffset'.",&tolua_err); #endif @@ -20267,18 +20267,18 @@ int lua_axis_base_Follow_isBoundarySet(lua_State* tolua_S) axis::Follow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Follow",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Follow*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Follow_isBoundarySet'", nullptr); @@ -20301,7 +20301,7 @@ int lua_axis_base_Follow_isBoundarySet(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Follow:isBoundarySet",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Follow_isBoundarySet'.",&tolua_err); #endif @@ -20313,11 +20313,11 @@ int lua_axis_base_Follow_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Follow",0,&tolua_err)) goto tolua_lerror; #endif @@ -20353,7 +20353,7 @@ int lua_axis_base_Follow_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Follow:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Follow_create'.",&tolua_err); #endif @@ -20364,11 +20364,11 @@ int lua_axis_base_Follow_createWithOffset(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Follow",0,&tolua_err)) goto tolua_lerror; #endif @@ -20412,7 +20412,7 @@ int lua_axis_base_Follow_createWithOffset(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Follow:createWithOffset",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Follow_createWithOffset'.",&tolua_err); #endif @@ -20424,7 +20424,7 @@ int lua_axis_base_Follow_constructor(lua_State* tolua_S) axis::Follow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -20448,7 +20448,7 @@ int lua_axis_base_Follow_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Follow:Follow",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Follow_constructor'.",&tolua_err); #endif @@ -20487,18 +20487,18 @@ int lua_axis_base_Image_hasPremultipliedAlpha(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_hasPremultipliedAlpha'", nullptr); @@ -20521,7 +20521,7 @@ int lua_axis_base_Image_hasPremultipliedAlpha(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:hasPremultipliedAlpha",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_hasPremultipliedAlpha'.",&tolua_err); #endif @@ -20534,18 +20534,18 @@ int lua_axis_base_Image_reversePremultipliedAlpha(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_reversePremultipliedAlpha'", nullptr); @@ -20568,7 +20568,7 @@ int lua_axis_base_Image_reversePremultipliedAlpha(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:reversePremultipliedAlpha",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_reversePremultipliedAlpha'.",&tolua_err); #endif @@ -20581,18 +20581,18 @@ int lua_axis_base_Image_isCompressed(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_isCompressed'", nullptr); @@ -20615,7 +20615,7 @@ int lua_axis_base_Image_isCompressed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:isCompressed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_isCompressed'.",&tolua_err); #endif @@ -20628,18 +20628,18 @@ int lua_axis_base_Image_hasAlpha(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_hasAlpha'", nullptr); @@ -20662,7 +20662,7 @@ int lua_axis_base_Image_hasAlpha(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:hasAlpha",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_hasAlpha'.",&tolua_err); #endif @@ -20675,18 +20675,18 @@ int lua_axis_base_Image_getPixelFormat(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_getPixelFormat'", nullptr); @@ -20709,7 +20709,7 @@ int lua_axis_base_Image_getPixelFormat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:getPixelFormat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_getPixelFormat'.",&tolua_err); #endif @@ -20722,18 +20722,18 @@ int lua_axis_base_Image_getHeight(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_getHeight'", nullptr); @@ -20756,7 +20756,7 @@ int lua_axis_base_Image_getHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:getHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_getHeight'.",&tolua_err); #endif @@ -20769,18 +20769,18 @@ int lua_axis_base_Image_premultiplyAlpha(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_premultiplyAlpha'", nullptr); @@ -20803,7 +20803,7 @@ int lua_axis_base_Image_premultiplyAlpha(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:premultiplyAlpha",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_premultiplyAlpha'.",&tolua_err); #endif @@ -20816,18 +20816,18 @@ int lua_axis_base_Image_initWithImageFile(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_initWithImageFile'", nullptr); @@ -20853,7 +20853,7 @@ int lua_axis_base_Image_initWithImageFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:initWithImageFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_initWithImageFile'.",&tolua_err); #endif @@ -20866,18 +20866,18 @@ int lua_axis_base_Image_getWidth(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_getWidth'", nullptr); @@ -20900,7 +20900,7 @@ int lua_axis_base_Image_getWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:getWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_getWidth'.",&tolua_err); #endif @@ -20913,18 +20913,18 @@ int lua_axis_base_Image_getBitPerPixel(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_getBitPerPixel'", nullptr); @@ -20947,7 +20947,7 @@ int lua_axis_base_Image_getBitPerPixel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:getBitPerPixel",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_getBitPerPixel'.",&tolua_err); #endif @@ -20960,18 +20960,18 @@ int lua_axis_base_Image_getFileType(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_getFileType'", nullptr); @@ -20994,7 +20994,7 @@ int lua_axis_base_Image_getFileType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:getFileType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_getFileType'.",&tolua_err); #endif @@ -21007,18 +21007,18 @@ int lua_axis_base_Image_getFilePath(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_getFilePath'", nullptr); @@ -21041,7 +21041,7 @@ int lua_axis_base_Image_getFilePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:getFilePath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_getFilePath'.",&tolua_err); #endif @@ -21054,18 +21054,18 @@ int lua_axis_base_Image_getNumberOfMipmaps(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_getNumberOfMipmaps'", nullptr); @@ -21088,7 +21088,7 @@ int lua_axis_base_Image_getNumberOfMipmaps(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:getNumberOfMipmaps",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_getNumberOfMipmaps'.",&tolua_err); #endif @@ -21101,18 +21101,18 @@ int lua_axis_base_Image_saveToFile(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Image*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Image_saveToFile'", nullptr); @@ -21155,7 +21155,7 @@ int lua_axis_base_Image_saveToFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:saveToFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_saveToFile'.",&tolua_err); #endif @@ -21167,11 +21167,11 @@ int lua_axis_base_Image_isCompressedImageHavePMA(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif @@ -21192,7 +21192,7 @@ int lua_axis_base_Image_isCompressedImageHavePMA(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Image:isCompressedImageHavePMA",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_isCompressedImageHavePMA'.",&tolua_err); #endif @@ -21203,11 +21203,11 @@ int lua_axis_base_Image_setPNGPremultipliedAlphaEnabled(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif @@ -21228,7 +21228,7 @@ int lua_axis_base_Image_setPNGPremultipliedAlphaEnabled(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Image:setPNGPremultipliedAlphaEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_setPNGPremultipliedAlphaEnabled'.",&tolua_err); #endif @@ -21239,11 +21239,11 @@ int lua_axis_base_Image_setCompressedImagesHavePMA(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Image",0,&tolua_err)) goto tolua_lerror; #endif @@ -21266,7 +21266,7 @@ int lua_axis_base_Image_setCompressedImagesHavePMA(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Image:setCompressedImagesHavePMA",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_setCompressedImagesHavePMA'.",&tolua_err); #endif @@ -21278,7 +21278,7 @@ int lua_axis_base_Image_constructor(lua_State* tolua_S) axis::Image* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -21302,7 +21302,7 @@ int lua_axis_base_Image_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Image:Image",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Image_constructor'.",&tolua_err); #endif @@ -21352,18 +21352,18 @@ int lua_axis_base_PolygonInfo_getFilename(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_getFilename'", nullptr); @@ -21386,7 +21386,7 @@ int lua_axis_base_PolygonInfo_getFilename(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:getFilename",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_getFilename'.",&tolua_err); #endif @@ -21399,18 +21399,18 @@ int lua_axis_base_PolygonInfo_getArea(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_getArea'", nullptr); @@ -21433,7 +21433,7 @@ int lua_axis_base_PolygonInfo_getArea(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:getArea",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_getArea'.",&tolua_err); #endif @@ -21446,18 +21446,18 @@ int lua_axis_base_PolygonInfo_getRect(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_getRect'", nullptr); @@ -21480,7 +21480,7 @@ int lua_axis_base_PolygonInfo_getRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:getRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_getRect'.",&tolua_err); #endif @@ -21493,18 +21493,18 @@ int lua_axis_base_PolygonInfo_setFilename(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_setFilename'", nullptr); @@ -21530,7 +21530,7 @@ int lua_axis_base_PolygonInfo_setFilename(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:setFilename",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_setFilename'.",&tolua_err); #endif @@ -21543,18 +21543,18 @@ int lua_axis_base_PolygonInfo_setQuads(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_setQuads'", nullptr); @@ -21584,7 +21584,7 @@ int lua_axis_base_PolygonInfo_setQuads(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:setQuads",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_setQuads'.",&tolua_err); #endif @@ -21597,18 +21597,18 @@ int lua_axis_base_PolygonInfo_getVertCount(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_getVertCount'", nullptr); @@ -21631,7 +21631,7 @@ int lua_axis_base_PolygonInfo_getVertCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:getVertCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_getVertCount'.",&tolua_err); #endif @@ -21644,18 +21644,18 @@ int lua_axis_base_PolygonInfo_getTrianglesCount(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_getTrianglesCount'", nullptr); @@ -21678,7 +21678,7 @@ int lua_axis_base_PolygonInfo_getTrianglesCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:getTrianglesCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_getTrianglesCount'.",&tolua_err); #endif @@ -21691,18 +21691,18 @@ int lua_axis_base_PolygonInfo_setQuad(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_setQuad'", nullptr); @@ -21729,7 +21729,7 @@ int lua_axis_base_PolygonInfo_setQuad(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:setQuad",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_setQuad'.",&tolua_err); #endif @@ -21742,18 +21742,18 @@ int lua_axis_base_PolygonInfo_setTriangles(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_setTriangles'", nullptr); @@ -21780,7 +21780,7 @@ int lua_axis_base_PolygonInfo_setTriangles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:setTriangles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_setTriangles'.",&tolua_err); #endif @@ -21793,18 +21793,18 @@ int lua_axis_base_PolygonInfo_setRect(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PolygonInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PolygonInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PolygonInfo_setRect'", nullptr); @@ -21830,7 +21830,7 @@ int lua_axis_base_PolygonInfo_setRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:setRect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_setRect'.",&tolua_err); #endif @@ -21843,7 +21843,7 @@ int lua_axis_base_PolygonInfo_constructor(lua_State* tolua_S) axis::PolygonInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -21865,7 +21865,7 @@ int lua_axis_base_PolygonInfo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PolygonInfo:PolygonInfo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PolygonInfo_constructor'.",&tolua_err); #endif @@ -21908,7 +21908,7 @@ int lua_axis_base_AutoPolygon_constructor(lua_State* tolua_S) axis::AutoPolygon* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -21933,7 +21933,7 @@ int lua_axis_base_AutoPolygon_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AutoPolygon:AutoPolygon",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AutoPolygon_constructor'.",&tolua_err); #endif @@ -21966,18 +21966,18 @@ int lua_axis_base_SpriteFrame_setAnchorPoint(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setAnchorPoint'", nullptr); @@ -22003,7 +22003,7 @@ int lua_axis_base_SpriteFrame_setAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setAnchorPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setAnchorPoint'.",&tolua_err); #endif @@ -22016,18 +22016,18 @@ int lua_axis_base_SpriteFrame_setTexture(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setTexture'", nullptr); @@ -22053,7 +22053,7 @@ int lua_axis_base_SpriteFrame_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setTexture'.",&tolua_err); #endif @@ -22066,18 +22066,18 @@ int lua_axis_base_SpriteFrame_getTexture(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getTexture'", nullptr); @@ -22100,7 +22100,7 @@ int lua_axis_base_SpriteFrame_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getTexture'.",&tolua_err); #endif @@ -22113,18 +22113,18 @@ int lua_axis_base_SpriteFrame_setOffsetInPixels(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setOffsetInPixels'", nullptr); @@ -22150,7 +22150,7 @@ int lua_axis_base_SpriteFrame_setOffsetInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setOffsetInPixels",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setOffsetInPixels'.",&tolua_err); #endif @@ -22163,18 +22163,18 @@ int lua_axis_base_SpriteFrame_getOriginalSizeInPixels(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getOriginalSizeInPixels'", nullptr); @@ -22197,7 +22197,7 @@ int lua_axis_base_SpriteFrame_getOriginalSizeInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getOriginalSizeInPixels",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getOriginalSizeInPixels'.",&tolua_err); #endif @@ -22210,18 +22210,18 @@ int lua_axis_base_SpriteFrame_setOriginalSize(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setOriginalSize'", nullptr); @@ -22247,7 +22247,7 @@ int lua_axis_base_SpriteFrame_setOriginalSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setOriginalSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setOriginalSize'.",&tolua_err); #endif @@ -22260,18 +22260,18 @@ int lua_axis_base_SpriteFrame_getCenterRect(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getCenterRect'", nullptr); @@ -22294,7 +22294,7 @@ int lua_axis_base_SpriteFrame_getCenterRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getCenterRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getCenterRect'.",&tolua_err); #endif @@ -22307,18 +22307,18 @@ int lua_axis_base_SpriteFrame_setRectInPixels(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setRectInPixels'", nullptr); @@ -22344,7 +22344,7 @@ int lua_axis_base_SpriteFrame_setRectInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setRectInPixels",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setRectInPixels'.",&tolua_err); #endif @@ -22357,18 +22357,18 @@ int lua_axis_base_SpriteFrame_getRect(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getRect'", nullptr); @@ -22391,7 +22391,7 @@ int lua_axis_base_SpriteFrame_getRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getRect'.",&tolua_err); #endif @@ -22404,18 +22404,18 @@ int lua_axis_base_SpriteFrame_setCenterRectInPixels(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setCenterRectInPixels'", nullptr); @@ -22441,7 +22441,7 @@ int lua_axis_base_SpriteFrame_setCenterRectInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setCenterRectInPixels",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setCenterRectInPixels'.",&tolua_err); #endif @@ -22454,18 +22454,18 @@ int lua_axis_base_SpriteFrame_setOffset(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setOffset'", nullptr); @@ -22491,7 +22491,7 @@ int lua_axis_base_SpriteFrame_setOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setOffset",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setOffset'.",&tolua_err); #endif @@ -22503,15 +22503,15 @@ int lua_axis_base_SpriteFrame_initWithTextureFilename(lua_State* tolua_S) int argc = 0; axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_initWithTextureFilename'", nullptr); @@ -22566,7 +22566,7 @@ int lua_axis_base_SpriteFrame_initWithTextureFilename(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:initWithTextureFilename",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_initWithTextureFilename'.",&tolua_err); #endif @@ -22579,18 +22579,18 @@ int lua_axis_base_SpriteFrame_setRect(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setRect'", nullptr); @@ -22616,7 +22616,7 @@ int lua_axis_base_SpriteFrame_setRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setRect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setRect'.",&tolua_err); #endif @@ -22628,15 +22628,15 @@ int lua_axis_base_SpriteFrame_initWithTexture(lua_State* tolua_S) int argc = 0; axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_initWithTexture'", nullptr); @@ -22691,7 +22691,7 @@ int lua_axis_base_SpriteFrame_initWithTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:initWithTexture",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_initWithTexture'.",&tolua_err); #endif @@ -22704,18 +22704,18 @@ int lua_axis_base_SpriteFrame_getOriginalSize(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getOriginalSize'", nullptr); @@ -22738,7 +22738,7 @@ int lua_axis_base_SpriteFrame_getOriginalSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getOriginalSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getOriginalSize'.",&tolua_err); #endif @@ -22751,18 +22751,18 @@ int lua_axis_base_SpriteFrame_clone(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_clone'", nullptr); @@ -22785,7 +22785,7 @@ int lua_axis_base_SpriteFrame_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_clone'.",&tolua_err); #endif @@ -22798,18 +22798,18 @@ int lua_axis_base_SpriteFrame_getRectInPixels(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getRectInPixels'", nullptr); @@ -22832,7 +22832,7 @@ int lua_axis_base_SpriteFrame_getRectInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getRectInPixels",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getRectInPixels'.",&tolua_err); #endif @@ -22845,18 +22845,18 @@ int lua_axis_base_SpriteFrame_isRotated(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_isRotated'", nullptr); @@ -22879,7 +22879,7 @@ int lua_axis_base_SpriteFrame_isRotated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:isRotated",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_isRotated'.",&tolua_err); #endif @@ -22892,18 +22892,18 @@ int lua_axis_base_SpriteFrame_hasCenterRect(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_hasCenterRect'", nullptr); @@ -22926,7 +22926,7 @@ int lua_axis_base_SpriteFrame_hasCenterRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:hasCenterRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_hasCenterRect'.",&tolua_err); #endif @@ -22939,18 +22939,18 @@ int lua_axis_base_SpriteFrame_setRotated(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setRotated'", nullptr); @@ -22976,7 +22976,7 @@ int lua_axis_base_SpriteFrame_setRotated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setRotated",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setRotated'.",&tolua_err); #endif @@ -22989,18 +22989,18 @@ int lua_axis_base_SpriteFrame_getOffset(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getOffset'", nullptr); @@ -23023,7 +23023,7 @@ int lua_axis_base_SpriteFrame_getOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getOffset'.",&tolua_err); #endif @@ -23036,18 +23036,18 @@ int lua_axis_base_SpriteFrame_setOriginalSizeInPixels(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_setOriginalSizeInPixels'", nullptr); @@ -23073,7 +23073,7 @@ int lua_axis_base_SpriteFrame_setOriginalSizeInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:setOriginalSizeInPixels",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_setOriginalSizeInPixels'.",&tolua_err); #endif @@ -23086,18 +23086,18 @@ int lua_axis_base_SpriteFrame_getAnchorPoint(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getAnchorPoint'", nullptr); @@ -23120,7 +23120,7 @@ int lua_axis_base_SpriteFrame_getAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getAnchorPoint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getAnchorPoint'.",&tolua_err); #endif @@ -23133,18 +23133,18 @@ int lua_axis_base_SpriteFrame_hasAnchorPoint(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_hasAnchorPoint'", nullptr); @@ -23167,7 +23167,7 @@ int lua_axis_base_SpriteFrame_hasAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:hasAnchorPoint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_hasAnchorPoint'.",&tolua_err); #endif @@ -23180,18 +23180,18 @@ int lua_axis_base_SpriteFrame_getOffsetInPixels(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrame_getOffsetInPixels'", nullptr); @@ -23214,7 +23214,7 @@ int lua_axis_base_SpriteFrame_getOffsetInPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:getOffsetInPixels",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_getOffsetInPixels'.",&tolua_err); #endif @@ -23225,11 +23225,11 @@ int lua_axis_base_SpriteFrame_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -23278,7 +23278,7 @@ int lua_axis_base_SpriteFrame_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.SpriteFrame:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_create'.",&tolua_err); #endif @@ -23288,11 +23288,11 @@ int lua_axis_base_SpriteFrame_createWithTexture(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SpriteFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -23341,7 +23341,7 @@ int lua_axis_base_SpriteFrame_createWithTexture(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.SpriteFrame:createWithTexture",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_createWithTexture'.",&tolua_err); #endif @@ -23353,7 +23353,7 @@ int lua_axis_base_SpriteFrame_constructor(lua_State* tolua_S) axis::SpriteFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -23377,7 +23377,7 @@ int lua_axis_base_SpriteFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrame:SpriteFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrame_constructor'.",&tolua_err); #endif @@ -23437,18 +23437,18 @@ int lua_axis_base_AnimationFrame_setSpriteFrame(lua_State* tolua_S) axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationFrame_setSpriteFrame'", nullptr); @@ -23474,7 +23474,7 @@ int lua_axis_base_AnimationFrame_setSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:setSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_setSpriteFrame'.",&tolua_err); #endif @@ -23486,15 +23486,15 @@ int lua_axis_base_AnimationFrame_getUserInfo(lua_State* tolua_S) int argc = 0; axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationFrame_getUserInfo'", nullptr); @@ -23521,7 +23521,7 @@ int lua_axis_base_AnimationFrame_getUserInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:getUserInfo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_getUserInfo'.",&tolua_err); #endif @@ -23534,18 +23534,18 @@ int lua_axis_base_AnimationFrame_setDelayUnits(lua_State* tolua_S) axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationFrame_setDelayUnits'", nullptr); @@ -23571,7 +23571,7 @@ int lua_axis_base_AnimationFrame_setDelayUnits(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:setDelayUnits",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_setDelayUnits'.",&tolua_err); #endif @@ -23584,18 +23584,18 @@ int lua_axis_base_AnimationFrame_clone(lua_State* tolua_S) axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationFrame_clone'", nullptr); @@ -23618,7 +23618,7 @@ int lua_axis_base_AnimationFrame_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_clone'.",&tolua_err); #endif @@ -23631,18 +23631,18 @@ int lua_axis_base_AnimationFrame_getSpriteFrame(lua_State* tolua_S) axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationFrame_getSpriteFrame'", nullptr); @@ -23665,7 +23665,7 @@ int lua_axis_base_AnimationFrame_getSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:getSpriteFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_getSpriteFrame'.",&tolua_err); #endif @@ -23678,18 +23678,18 @@ int lua_axis_base_AnimationFrame_getDelayUnits(lua_State* tolua_S) axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationFrame_getDelayUnits'", nullptr); @@ -23712,7 +23712,7 @@ int lua_axis_base_AnimationFrame_getDelayUnits(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:getDelayUnits",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_getDelayUnits'.",&tolua_err); #endif @@ -23725,18 +23725,18 @@ int lua_axis_base_AnimationFrame_setUserInfo(lua_State* tolua_S) axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationFrame_setUserInfo'", nullptr); @@ -23762,7 +23762,7 @@ int lua_axis_base_AnimationFrame_setUserInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:setUserInfo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_setUserInfo'.",&tolua_err); #endif @@ -23775,18 +23775,18 @@ int lua_axis_base_AnimationFrame_initWithSpriteFrame(lua_State* tolua_S) axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationFrame_initWithSpriteFrame'", nullptr); @@ -23818,7 +23818,7 @@ int lua_axis_base_AnimationFrame_initWithSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:initWithSpriteFrame",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_initWithSpriteFrame'.",&tolua_err); #endif @@ -23830,11 +23830,11 @@ int lua_axis_base_AnimationFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AnimationFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -23859,7 +23859,7 @@ int lua_axis_base_AnimationFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AnimationFrame:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_create'.",&tolua_err); #endif @@ -23871,7 +23871,7 @@ int lua_axis_base_AnimationFrame_constructor(lua_State* tolua_S) axis::AnimationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -23895,7 +23895,7 @@ int lua_axis_base_AnimationFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationFrame:AnimationFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationFrame_constructor'.",&tolua_err); #endif @@ -23937,18 +23937,18 @@ int lua_axis_base_Animation_getLoops(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_getLoops'", nullptr); @@ -23971,7 +23971,7 @@ int lua_axis_base_Animation_getLoops(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:getLoops",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_getLoops'.",&tolua_err); #endif @@ -23984,18 +23984,18 @@ int lua_axis_base_Animation_addSpriteFrame(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_addSpriteFrame'", nullptr); @@ -24021,7 +24021,7 @@ int lua_axis_base_Animation_addSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:addSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_addSpriteFrame'.",&tolua_err); #endif @@ -24034,18 +24034,18 @@ int lua_axis_base_Animation_setRestoreOriginalFrame(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_setRestoreOriginalFrame'", nullptr); @@ -24071,7 +24071,7 @@ int lua_axis_base_Animation_setRestoreOriginalFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:setRestoreOriginalFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_setRestoreOriginalFrame'.",&tolua_err); #endif @@ -24084,18 +24084,18 @@ int lua_axis_base_Animation_clone(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_clone'", nullptr); @@ -24118,7 +24118,7 @@ int lua_axis_base_Animation_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_clone'.",&tolua_err); #endif @@ -24131,18 +24131,18 @@ int lua_axis_base_Animation_getDuration(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_getDuration'", nullptr); @@ -24165,7 +24165,7 @@ int lua_axis_base_Animation_getDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:getDuration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_getDuration'.",&tolua_err); #endif @@ -24178,18 +24178,18 @@ int lua_axis_base_Animation_initWithAnimationFrames(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_initWithAnimationFrames'", nullptr); @@ -24221,7 +24221,7 @@ int lua_axis_base_Animation_initWithAnimationFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:initWithAnimationFrames",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_initWithAnimationFrames'.",&tolua_err); #endif @@ -24234,18 +24234,18 @@ int lua_axis_base_Animation_init(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_init'", nullptr); @@ -24268,7 +24268,7 @@ int lua_axis_base_Animation_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_init'.",&tolua_err); #endif @@ -24281,18 +24281,18 @@ int lua_axis_base_Animation_setFrames(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_setFrames'", nullptr); @@ -24318,7 +24318,7 @@ int lua_axis_base_Animation_setFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:setFrames",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_setFrames'.",&tolua_err); #endif @@ -24331,18 +24331,18 @@ int lua_axis_base_Animation_getFrames(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_getFrames'", nullptr); @@ -24365,7 +24365,7 @@ int lua_axis_base_Animation_getFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:getFrames",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_getFrames'.",&tolua_err); #endif @@ -24378,18 +24378,18 @@ int lua_axis_base_Animation_setLoops(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_setLoops'", nullptr); @@ -24415,7 +24415,7 @@ int lua_axis_base_Animation_setLoops(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:setLoops",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_setLoops'.",&tolua_err); #endif @@ -24428,18 +24428,18 @@ int lua_axis_base_Animation_setDelayPerUnit(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_setDelayPerUnit'", nullptr); @@ -24465,7 +24465,7 @@ int lua_axis_base_Animation_setDelayPerUnit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:setDelayPerUnit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_setDelayPerUnit'.",&tolua_err); #endif @@ -24478,18 +24478,18 @@ int lua_axis_base_Animation_addSpriteFrameWithFile(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_addSpriteFrameWithFile'", nullptr); @@ -24515,7 +24515,7 @@ int lua_axis_base_Animation_addSpriteFrameWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:addSpriteFrameWithFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_addSpriteFrameWithFile'.",&tolua_err); #endif @@ -24528,18 +24528,18 @@ int lua_axis_base_Animation_getTotalDelayUnits(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_getTotalDelayUnits'", nullptr); @@ -24562,7 +24562,7 @@ int lua_axis_base_Animation_getTotalDelayUnits(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:getTotalDelayUnits",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_getTotalDelayUnits'.",&tolua_err); #endif @@ -24575,18 +24575,18 @@ int lua_axis_base_Animation_getDelayPerUnit(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_getDelayPerUnit'", nullptr); @@ -24609,7 +24609,7 @@ int lua_axis_base_Animation_getDelayPerUnit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:getDelayPerUnit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_getDelayPerUnit'.",&tolua_err); #endif @@ -24622,18 +24622,18 @@ int lua_axis_base_Animation_initWithSpriteFrames(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_initWithSpriteFrames'", nullptr); @@ -24696,7 +24696,7 @@ int lua_axis_base_Animation_initWithSpriteFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:initWithSpriteFrames",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_initWithSpriteFrames'.",&tolua_err); #endif @@ -24709,18 +24709,18 @@ int lua_axis_base_Animation_getRestoreOriginalFrame(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_getRestoreOriginalFrame'", nullptr); @@ -24743,7 +24743,7 @@ int lua_axis_base_Animation_getRestoreOriginalFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:getRestoreOriginalFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_getRestoreOriginalFrame'.",&tolua_err); #endif @@ -24756,18 +24756,18 @@ int lua_axis_base_Animation_addSpriteFrameWithTexture(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animation_addSpriteFrameWithTexture'", nullptr); @@ -24796,7 +24796,7 @@ int lua_axis_base_Animation_addSpriteFrameWithTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:addSpriteFrameWithTexture",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_addSpriteFrameWithTexture'.",&tolua_err); #endif @@ -24807,11 +24807,11 @@ int lua_axis_base_Animation_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif @@ -24864,7 +24864,7 @@ int lua_axis_base_Animation_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Animation:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_create'.",&tolua_err); #endif @@ -24875,11 +24875,11 @@ int lua_axis_base_Animation_createWithSpriteFrames(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Animation",0,&tolua_err)) goto tolua_lerror; #endif @@ -24932,7 +24932,7 @@ int lua_axis_base_Animation_createWithSpriteFrames(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Animation:createWithSpriteFrames",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_createWithSpriteFrames'.",&tolua_err); #endif @@ -24944,7 +24944,7 @@ int lua_axis_base_Animation_constructor(lua_State* tolua_S) axis::Animation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -24968,7 +24968,7 @@ int lua_axis_base_Animation_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animation:Animation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animation_constructor'.",&tolua_err); #endif @@ -25020,18 +25020,18 @@ int lua_axis_base_ActionInterval_getAmplitudeRate(lua_State* tolua_S) axis::ActionInterval* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionInterval",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionInterval*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionInterval_getAmplitudeRate'", nullptr); @@ -25054,7 +25054,7 @@ int lua_axis_base_ActionInterval_getAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionInterval:getAmplitudeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionInterval_getAmplitudeRate'.",&tolua_err); #endif @@ -25067,18 +25067,18 @@ int lua_axis_base_ActionInterval_initWithDuration(lua_State* tolua_S) axis::ActionInterval* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionInterval",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionInterval*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionInterval_initWithDuration'", nullptr); @@ -25104,7 +25104,7 @@ int lua_axis_base_ActionInterval_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionInterval:initWithDuration",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionInterval_initWithDuration'.",&tolua_err); #endif @@ -25117,18 +25117,18 @@ int lua_axis_base_ActionInterval_setAmplitudeRate(lua_State* tolua_S) axis::ActionInterval* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionInterval",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionInterval*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionInterval_setAmplitudeRate'", nullptr); @@ -25154,7 +25154,7 @@ int lua_axis_base_ActionInterval_setAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionInterval:setAmplitudeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionInterval_setAmplitudeRate'.",&tolua_err); #endif @@ -25167,18 +25167,18 @@ int lua_axis_base_ActionInterval_getElapsed(lua_State* tolua_S) axis::ActionInterval* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionInterval",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionInterval*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionInterval_getElapsed'", nullptr); @@ -25201,7 +25201,7 @@ int lua_axis_base_ActionInterval_getElapsed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionInterval:getElapsed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionInterval_getElapsed'.",&tolua_err); #endif @@ -25237,18 +25237,18 @@ int lua_axis_base_Sequence_init(lua_State* tolua_S) axis::Sequence* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sequence",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sequence*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sequence_init'", nullptr); @@ -25274,7 +25274,7 @@ int lua_axis_base_Sequence_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sequence:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sequence_init'.",&tolua_err); #endif @@ -25287,18 +25287,18 @@ int lua_axis_base_Sequence_initWithTwoActions(lua_State* tolua_S) axis::Sequence* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sequence",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sequence*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sequence_initWithTwoActions'", nullptr); @@ -25327,7 +25327,7 @@ int lua_axis_base_Sequence_initWithTwoActions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sequence:initWithTwoActions",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sequence_initWithTwoActions'.",&tolua_err); #endif @@ -25340,7 +25340,7 @@ int lua_axis_base_Sequence_constructor(lua_State* tolua_S) axis::Sequence* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -25364,7 +25364,7 @@ int lua_axis_base_Sequence_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sequence:Sequence",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sequence_constructor'.",&tolua_err); #endif @@ -25399,18 +25399,18 @@ int lua_axis_base_Repeat_setInnerAction(lua_State* tolua_S) axis::Repeat* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Repeat",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Repeat*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Repeat_setInnerAction'", nullptr); @@ -25436,7 +25436,7 @@ int lua_axis_base_Repeat_setInnerAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Repeat:setInnerAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Repeat_setInnerAction'.",&tolua_err); #endif @@ -25449,18 +25449,18 @@ int lua_axis_base_Repeat_initWithAction(lua_State* tolua_S) axis::Repeat* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Repeat",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Repeat*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Repeat_initWithAction'", nullptr); @@ -25489,7 +25489,7 @@ int lua_axis_base_Repeat_initWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Repeat:initWithAction",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Repeat_initWithAction'.",&tolua_err); #endif @@ -25502,18 +25502,18 @@ int lua_axis_base_Repeat_getInnerAction(lua_State* tolua_S) axis::Repeat* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Repeat",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Repeat*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Repeat_getInnerAction'", nullptr); @@ -25536,7 +25536,7 @@ int lua_axis_base_Repeat_getInnerAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Repeat:getInnerAction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Repeat_getInnerAction'.",&tolua_err); #endif @@ -25548,11 +25548,11 @@ int lua_axis_base_Repeat_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Repeat",0,&tolua_err)) goto tolua_lerror; #endif @@ -25575,7 +25575,7 @@ int lua_axis_base_Repeat_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Repeat:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Repeat_create'.",&tolua_err); #endif @@ -25587,7 +25587,7 @@ int lua_axis_base_Repeat_constructor(lua_State* tolua_S) axis::Repeat* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -25611,7 +25611,7 @@ int lua_axis_base_Repeat_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Repeat:Repeat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Repeat_constructor'.",&tolua_err); #endif @@ -25648,18 +25648,18 @@ int lua_axis_base_RepeatForever_setInnerAction(lua_State* tolua_S) axis::RepeatForever* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RepeatForever",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RepeatForever*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RepeatForever_setInnerAction'", nullptr); @@ -25685,7 +25685,7 @@ int lua_axis_base_RepeatForever_setInnerAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RepeatForever:setInnerAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RepeatForever_setInnerAction'.",&tolua_err); #endif @@ -25698,18 +25698,18 @@ int lua_axis_base_RepeatForever_initWithAction(lua_State* tolua_S) axis::RepeatForever* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RepeatForever",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RepeatForever*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RepeatForever_initWithAction'", nullptr); @@ -25735,7 +25735,7 @@ int lua_axis_base_RepeatForever_initWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RepeatForever:initWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RepeatForever_initWithAction'.",&tolua_err); #endif @@ -25748,18 +25748,18 @@ int lua_axis_base_RepeatForever_getInnerAction(lua_State* tolua_S) axis::RepeatForever* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RepeatForever",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RepeatForever*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RepeatForever_getInnerAction'", nullptr); @@ -25782,7 +25782,7 @@ int lua_axis_base_RepeatForever_getInnerAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RepeatForever:getInnerAction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RepeatForever_getInnerAction'.",&tolua_err); #endif @@ -25794,11 +25794,11 @@ int lua_axis_base_RepeatForever_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.RepeatForever",0,&tolua_err)) goto tolua_lerror; #endif @@ -25819,7 +25819,7 @@ int lua_axis_base_RepeatForever_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.RepeatForever:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RepeatForever_create'.",&tolua_err); #endif @@ -25831,7 +25831,7 @@ int lua_axis_base_RepeatForever_constructor(lua_State* tolua_S) axis::RepeatForever* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -25855,7 +25855,7 @@ int lua_axis_base_RepeatForever_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RepeatForever:RepeatForever",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RepeatForever_constructor'.",&tolua_err); #endif @@ -25892,18 +25892,18 @@ int lua_axis_base_Spawn_init(lua_State* tolua_S) axis::Spawn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Spawn",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Spawn*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Spawn_init'", nullptr); @@ -25929,7 +25929,7 @@ int lua_axis_base_Spawn_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Spawn:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Spawn_init'.",&tolua_err); #endif @@ -25942,18 +25942,18 @@ int lua_axis_base_Spawn_initWithTwoActions(lua_State* tolua_S) axis::Spawn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Spawn",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Spawn*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Spawn_initWithTwoActions'", nullptr); @@ -25982,7 +25982,7 @@ int lua_axis_base_Spawn_initWithTwoActions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Spawn:initWithTwoActions",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Spawn_initWithTwoActions'.",&tolua_err); #endif @@ -25995,7 +25995,7 @@ int lua_axis_base_Spawn_constructor(lua_State* tolua_S) axis::Spawn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -26019,7 +26019,7 @@ int lua_axis_base_Spawn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Spawn:Spawn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Spawn_constructor'.",&tolua_err); #endif @@ -26053,15 +26053,15 @@ int lua_axis_base_RotateTo_initWithDuration(lua_State* tolua_S) int argc = 0; axis::RotateTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RotateTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RotateTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RotateTo_initWithDuration'", nullptr); @@ -26108,7 +26108,7 @@ int lua_axis_base_RotateTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RotateTo:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RotateTo_initWithDuration'.",&tolua_err); #endif @@ -26119,11 +26119,11 @@ int lua_axis_base_RotateTo_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.RotateTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -26182,7 +26182,7 @@ int lua_axis_base_RotateTo_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.RotateTo:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RotateTo_create'.",&tolua_err); #endif @@ -26194,7 +26194,7 @@ int lua_axis_base_RotateTo_constructor(lua_State* tolua_S) axis::RotateTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -26218,7 +26218,7 @@ int lua_axis_base_RotateTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RotateTo:RotateTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RotateTo_constructor'.",&tolua_err); #endif @@ -26252,15 +26252,15 @@ int lua_axis_base_RotateBy_initWithDuration(lua_State* tolua_S) int argc = 0; axis::RotateBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RotateBy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RotateBy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RotateBy_initWithDuration'", nullptr); @@ -26323,7 +26323,7 @@ int lua_axis_base_RotateBy_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RotateBy:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RotateBy_initWithDuration'.",&tolua_err); #endif @@ -26334,11 +26334,11 @@ int lua_axis_base_RotateBy_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.RotateBy",0,&tolua_err)) goto tolua_lerror; #endif @@ -26397,7 +26397,7 @@ int lua_axis_base_RotateBy_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.RotateBy:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RotateBy_create'.",&tolua_err); #endif @@ -26409,7 +26409,7 @@ int lua_axis_base_RotateBy_constructor(lua_State* tolua_S) axis::RotateBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -26433,7 +26433,7 @@ int lua_axis_base_RotateBy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RotateBy:RotateBy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RotateBy_constructor'.",&tolua_err); #endif @@ -26467,15 +26467,15 @@ int lua_axis_base_MoveBy_initWithDuration(lua_State* tolua_S) int argc = 0; axis::MoveBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MoveBy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MoveBy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MoveBy_initWithDuration'", nullptr); @@ -26518,7 +26518,7 @@ int lua_axis_base_MoveBy_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MoveBy:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MoveBy_initWithDuration'.",&tolua_err); #endif @@ -26529,11 +26529,11 @@ int lua_axis_base_MoveBy_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MoveBy",0,&tolua_err)) goto tolua_lerror; #endif @@ -26573,7 +26573,7 @@ int lua_axis_base_MoveBy_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.MoveBy:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MoveBy_create'.",&tolua_err); #endif @@ -26585,7 +26585,7 @@ int lua_axis_base_MoveBy_constructor(lua_State* tolua_S) axis::MoveBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -26609,7 +26609,7 @@ int lua_axis_base_MoveBy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MoveBy:MoveBy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MoveBy_constructor'.",&tolua_err); #endif @@ -26643,15 +26643,15 @@ int lua_axis_base_MoveTo_initWithDuration(lua_State* tolua_S) int argc = 0; axis::MoveTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MoveTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MoveTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MoveTo_initWithDuration'", nullptr); @@ -26694,7 +26694,7 @@ int lua_axis_base_MoveTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MoveTo:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MoveTo_initWithDuration'.",&tolua_err); #endif @@ -26705,11 +26705,11 @@ int lua_axis_base_MoveTo_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MoveTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -26749,7 +26749,7 @@ int lua_axis_base_MoveTo_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.MoveTo:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MoveTo_create'.",&tolua_err); #endif @@ -26761,7 +26761,7 @@ int lua_axis_base_MoveTo_constructor(lua_State* tolua_S) axis::MoveTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -26785,7 +26785,7 @@ int lua_axis_base_MoveTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MoveTo:MoveTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MoveTo_constructor'.",&tolua_err); #endif @@ -26820,18 +26820,18 @@ int lua_axis_base_SkewTo_initWithDuration(lua_State* tolua_S) axis::SkewTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SkewTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SkewTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SkewTo_initWithDuration'", nullptr); @@ -26863,7 +26863,7 @@ int lua_axis_base_SkewTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SkewTo:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SkewTo_initWithDuration'.",&tolua_err); #endif @@ -26875,11 +26875,11 @@ int lua_axis_base_SkewTo_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SkewTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -26904,7 +26904,7 @@ int lua_axis_base_SkewTo_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SkewTo:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SkewTo_create'.",&tolua_err); #endif @@ -26916,7 +26916,7 @@ int lua_axis_base_SkewTo_constructor(lua_State* tolua_S) axis::SkewTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -26940,7 +26940,7 @@ int lua_axis_base_SkewTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SkewTo:SkewTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SkewTo_constructor'.",&tolua_err); #endif @@ -26975,18 +26975,18 @@ int lua_axis_base_SkewBy_initWithDuration(lua_State* tolua_S) axis::SkewBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SkewBy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SkewBy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SkewBy_initWithDuration'", nullptr); @@ -27018,7 +27018,7 @@ int lua_axis_base_SkewBy_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SkewBy:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SkewBy_initWithDuration'.",&tolua_err); #endif @@ -27030,11 +27030,11 @@ int lua_axis_base_SkewBy_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SkewBy",0,&tolua_err)) goto tolua_lerror; #endif @@ -27059,7 +27059,7 @@ int lua_axis_base_SkewBy_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SkewBy:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SkewBy_create'.",&tolua_err); #endif @@ -27071,7 +27071,7 @@ int lua_axis_base_SkewBy_constructor(lua_State* tolua_S) axis::SkewBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -27095,7 +27095,7 @@ int lua_axis_base_SkewBy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SkewBy:SkewBy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SkewBy_constructor'.",&tolua_err); #endif @@ -27130,18 +27130,18 @@ int lua_axis_base_JumpBy_initWithDuration(lua_State* tolua_S) axis::JumpBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.JumpBy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::JumpBy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_JumpBy_initWithDuration'", nullptr); @@ -27176,7 +27176,7 @@ int lua_axis_base_JumpBy_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpBy:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpBy_initWithDuration'.",&tolua_err); #endif @@ -27188,11 +27188,11 @@ int lua_axis_base_JumpBy_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.JumpBy",0,&tolua_err)) goto tolua_lerror; #endif @@ -27219,7 +27219,7 @@ int lua_axis_base_JumpBy_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.JumpBy:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpBy_create'.",&tolua_err); #endif @@ -27231,7 +27231,7 @@ int lua_axis_base_JumpBy_constructor(lua_State* tolua_S) axis::JumpBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -27255,7 +27255,7 @@ int lua_axis_base_JumpBy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpBy:JumpBy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpBy_constructor'.",&tolua_err); #endif @@ -27290,18 +27290,18 @@ int lua_axis_base_JumpTo_initWithDuration(lua_State* tolua_S) axis::JumpTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.JumpTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::JumpTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_JumpTo_initWithDuration'", nullptr); @@ -27336,7 +27336,7 @@ int lua_axis_base_JumpTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpTo:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTo_initWithDuration'.",&tolua_err); #endif @@ -27348,11 +27348,11 @@ int lua_axis_base_JumpTo_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.JumpTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -27379,7 +27379,7 @@ int lua_axis_base_JumpTo_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.JumpTo:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTo_create'.",&tolua_err); #endif @@ -27391,7 +27391,7 @@ int lua_axis_base_JumpTo_constructor(lua_State* tolua_S) axis::JumpTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -27415,7 +27415,7 @@ int lua_axis_base_JumpTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpTo:JumpTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTo_constructor'.",&tolua_err); #endif @@ -27450,18 +27450,18 @@ int lua_axis_base_BezierBy_initWithDuration(lua_State* tolua_S) axis::BezierBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BezierBy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BezierBy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BezierBy_initWithDuration'", nullptr); @@ -27491,7 +27491,7 @@ int lua_axis_base_BezierBy_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BezierBy:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BezierBy_initWithDuration'.",&tolua_err); #endif @@ -27504,7 +27504,7 @@ int lua_axis_base_BezierBy_constructor(lua_State* tolua_S) axis::BezierBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -27528,7 +27528,7 @@ int lua_axis_base_BezierBy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BezierBy:BezierBy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BezierBy_constructor'.",&tolua_err); #endif @@ -27562,18 +27562,18 @@ int lua_axis_base_BezierTo_initWithDuration(lua_State* tolua_S) axis::BezierTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BezierTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BezierTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BezierTo_initWithDuration'", nullptr); @@ -27603,7 +27603,7 @@ int lua_axis_base_BezierTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BezierTo:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BezierTo_initWithDuration'.",&tolua_err); #endif @@ -27616,7 +27616,7 @@ int lua_axis_base_BezierTo_constructor(lua_State* tolua_S) axis::BezierTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -27640,7 +27640,7 @@ int lua_axis_base_BezierTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BezierTo:BezierTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BezierTo_constructor'.",&tolua_err); #endif @@ -27673,15 +27673,15 @@ int lua_axis_base_ScaleTo_initWithDuration(lua_State* tolua_S) int argc = 0; axis::ScaleTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ScaleTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ScaleTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ScaleTo_initWithDuration'", nullptr); @@ -27752,7 +27752,7 @@ int lua_axis_base_ScaleTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ScaleTo:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ScaleTo_initWithDuration'.",&tolua_err); #endif @@ -27763,11 +27763,11 @@ int lua_axis_base_ScaleTo_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ScaleTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -27832,7 +27832,7 @@ int lua_axis_base_ScaleTo_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.ScaleTo:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ScaleTo_create'.",&tolua_err); #endif @@ -27844,7 +27844,7 @@ int lua_axis_base_ScaleTo_constructor(lua_State* tolua_S) axis::ScaleTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -27868,7 +27868,7 @@ int lua_axis_base_ScaleTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ScaleTo:ScaleTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ScaleTo_constructor'.",&tolua_err); #endif @@ -27901,11 +27901,11 @@ int lua_axis_base_ScaleBy_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ScaleBy",0,&tolua_err)) goto tolua_lerror; #endif @@ -27970,7 +27970,7 @@ int lua_axis_base_ScaleBy_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.ScaleBy:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ScaleBy_create'.",&tolua_err); #endif @@ -27982,7 +27982,7 @@ int lua_axis_base_ScaleBy_constructor(lua_State* tolua_S) axis::ScaleBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28006,7 +28006,7 @@ int lua_axis_base_ScaleBy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ScaleBy:ScaleBy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ScaleBy_constructor'.",&tolua_err); #endif @@ -28040,18 +28040,18 @@ int lua_axis_base_Blink_initWithDuration(lua_State* tolua_S) axis::Blink* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Blink",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Blink*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Blink_initWithDuration'", nullptr); @@ -28080,7 +28080,7 @@ int lua_axis_base_Blink_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Blink:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Blink_initWithDuration'.",&tolua_err); #endif @@ -28092,11 +28092,11 @@ int lua_axis_base_Blink_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Blink",0,&tolua_err)) goto tolua_lerror; #endif @@ -28119,7 +28119,7 @@ int lua_axis_base_Blink_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Blink:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Blink_create'.",&tolua_err); #endif @@ -28131,7 +28131,7 @@ int lua_axis_base_Blink_constructor(lua_State* tolua_S) axis::Blink* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28155,7 +28155,7 @@ int lua_axis_base_Blink_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Blink:Blink",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Blink_constructor'.",&tolua_err); #endif @@ -28190,18 +28190,18 @@ int lua_axis_base_FadeTo_initWithDuration(lua_State* tolua_S) axis::FadeTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FadeTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FadeTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FadeTo_initWithDuration'", nullptr); @@ -28230,7 +28230,7 @@ int lua_axis_base_FadeTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeTo:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeTo_initWithDuration'.",&tolua_err); #endif @@ -28242,11 +28242,11 @@ int lua_axis_base_FadeTo_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FadeTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -28269,7 +28269,7 @@ int lua_axis_base_FadeTo_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FadeTo:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeTo_create'.",&tolua_err); #endif @@ -28281,7 +28281,7 @@ int lua_axis_base_FadeTo_constructor(lua_State* tolua_S) axis::FadeTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28305,7 +28305,7 @@ int lua_axis_base_FadeTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeTo:FadeTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeTo_constructor'.",&tolua_err); #endif @@ -28340,18 +28340,18 @@ int lua_axis_base_FadeIn_setReverseAction(lua_State* tolua_S) axis::FadeIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FadeIn",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FadeIn*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FadeIn_setReverseAction'", nullptr); @@ -28377,7 +28377,7 @@ int lua_axis_base_FadeIn_setReverseAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeIn:setReverseAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeIn_setReverseAction'.",&tolua_err); #endif @@ -28389,11 +28389,11 @@ int lua_axis_base_FadeIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FadeIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -28414,7 +28414,7 @@ int lua_axis_base_FadeIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FadeIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeIn_create'.",&tolua_err); #endif @@ -28426,7 +28426,7 @@ int lua_axis_base_FadeIn_constructor(lua_State* tolua_S) axis::FadeIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28450,7 +28450,7 @@ int lua_axis_base_FadeIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeIn:FadeIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeIn_constructor'.",&tolua_err); #endif @@ -28485,18 +28485,18 @@ int lua_axis_base_FadeOut_setReverseAction(lua_State* tolua_S) axis::FadeOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FadeOut",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FadeOut*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FadeOut_setReverseAction'", nullptr); @@ -28522,7 +28522,7 @@ int lua_axis_base_FadeOut_setReverseAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOut:setReverseAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOut_setReverseAction'.",&tolua_err); #endif @@ -28534,11 +28534,11 @@ int lua_axis_base_FadeOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FadeOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -28559,7 +28559,7 @@ int lua_axis_base_FadeOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FadeOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOut_create'.",&tolua_err); #endif @@ -28571,7 +28571,7 @@ int lua_axis_base_FadeOut_constructor(lua_State* tolua_S) axis::FadeOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28595,7 +28595,7 @@ int lua_axis_base_FadeOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOut:FadeOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOut_constructor'.",&tolua_err); #endif @@ -28630,18 +28630,18 @@ int lua_axis_base_TintTo_initWithDuration(lua_State* tolua_S) axis::TintTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TintTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TintTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TintTo_initWithDuration'", nullptr); @@ -28676,7 +28676,7 @@ int lua_axis_base_TintTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TintTo:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TintTo_initWithDuration'.",&tolua_err); #endif @@ -28687,11 +28687,11 @@ int lua_axis_base_TintTo_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TintTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -28737,7 +28737,7 @@ int lua_axis_base_TintTo_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TintTo:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TintTo_create'.",&tolua_err); #endif @@ -28749,7 +28749,7 @@ int lua_axis_base_TintTo_constructor(lua_State* tolua_S) axis::TintTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28773,7 +28773,7 @@ int lua_axis_base_TintTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TintTo:TintTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TintTo_constructor'.",&tolua_err); #endif @@ -28808,18 +28808,18 @@ int lua_axis_base_TintBy_initWithDuration(lua_State* tolua_S) axis::TintBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TintBy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TintBy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TintBy_initWithDuration'", nullptr); @@ -28854,7 +28854,7 @@ int lua_axis_base_TintBy_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TintBy:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TintBy_initWithDuration'.",&tolua_err); #endif @@ -28866,11 +28866,11 @@ int lua_axis_base_TintBy_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TintBy",0,&tolua_err)) goto tolua_lerror; #endif @@ -28897,7 +28897,7 @@ int lua_axis_base_TintBy_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TintBy:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TintBy_create'.",&tolua_err); #endif @@ -28909,7 +28909,7 @@ int lua_axis_base_TintBy_constructor(lua_State* tolua_S) axis::TintBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28933,7 +28933,7 @@ int lua_axis_base_TintBy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TintBy:TintBy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TintBy_constructor'.",&tolua_err); #endif @@ -28967,11 +28967,11 @@ int lua_axis_base_DelayTime_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.DelayTime",0,&tolua_err)) goto tolua_lerror; #endif @@ -28992,7 +28992,7 @@ int lua_axis_base_DelayTime_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.DelayTime:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DelayTime_create'.",&tolua_err); #endif @@ -29004,7 +29004,7 @@ int lua_axis_base_DelayTime_constructor(lua_State* tolua_S) axis::DelayTime* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -29028,7 +29028,7 @@ int lua_axis_base_DelayTime_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DelayTime:DelayTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DelayTime_constructor'.",&tolua_err); #endif @@ -29062,18 +29062,18 @@ int lua_axis_base_Animate_initWithAnimation(lua_State* tolua_S) axis::Animate* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animate_initWithAnimation'", nullptr); @@ -29099,7 +29099,7 @@ int lua_axis_base_Animate_initWithAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate:initWithAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animate_initWithAnimation'.",&tolua_err); #endif @@ -29111,15 +29111,15 @@ int lua_axis_base_Animate_getAnimation(lua_State* tolua_S) int argc = 0; axis::Animate* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animate_getAnimation'", nullptr); @@ -29146,7 +29146,7 @@ int lua_axis_base_Animate_getAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate:getAnimation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animate_getAnimation'.",&tolua_err); #endif @@ -29159,18 +29159,18 @@ int lua_axis_base_Animate_getCurrentFrameIndex(lua_State* tolua_S) axis::Animate* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animate_getCurrentFrameIndex'", nullptr); @@ -29193,7 +29193,7 @@ int lua_axis_base_Animate_getCurrentFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate:getCurrentFrameIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animate_getCurrentFrameIndex'.",&tolua_err); #endif @@ -29206,18 +29206,18 @@ int lua_axis_base_Animate_setAnimation(lua_State* tolua_S) axis::Animate* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Animate",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Animate*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Animate_setAnimation'", nullptr); @@ -29243,7 +29243,7 @@ int lua_axis_base_Animate_setAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate:setAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animate_setAnimation'.",&tolua_err); #endif @@ -29255,11 +29255,11 @@ int lua_axis_base_Animate_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Animate",0,&tolua_err)) goto tolua_lerror; #endif @@ -29280,7 +29280,7 @@ int lua_axis_base_Animate_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Animate:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animate_create'.",&tolua_err); #endif @@ -29292,7 +29292,7 @@ int lua_axis_base_Animate_constructor(lua_State* tolua_S) axis::Animate* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -29316,7 +29316,7 @@ int lua_axis_base_Animate_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Animate:Animate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Animate_constructor'.",&tolua_err); #endif @@ -29353,15 +29353,15 @@ int lua_axis_base_TargetedAction_getForcedTarget(lua_State* tolua_S) int argc = 0; axis::TargetedAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TargetedAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TargetedAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TargetedAction_getForcedTarget'", nullptr); @@ -29388,7 +29388,7 @@ int lua_axis_base_TargetedAction_getForcedTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TargetedAction:getForcedTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TargetedAction_getForcedTarget'.",&tolua_err); #endif @@ -29401,18 +29401,18 @@ int lua_axis_base_TargetedAction_initWithTarget(lua_State* tolua_S) axis::TargetedAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TargetedAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TargetedAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TargetedAction_initWithTarget'", nullptr); @@ -29441,7 +29441,7 @@ int lua_axis_base_TargetedAction_initWithTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TargetedAction:initWithTarget",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TargetedAction_initWithTarget'.",&tolua_err); #endif @@ -29454,18 +29454,18 @@ int lua_axis_base_TargetedAction_setForcedTarget(lua_State* tolua_S) axis::TargetedAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TargetedAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TargetedAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TargetedAction_setForcedTarget'", nullptr); @@ -29491,7 +29491,7 @@ int lua_axis_base_TargetedAction_setForcedTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TargetedAction:setForcedTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TargetedAction_setForcedTarget'.",&tolua_err); #endif @@ -29503,11 +29503,11 @@ int lua_axis_base_TargetedAction_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TargetedAction",0,&tolua_err)) goto tolua_lerror; #endif @@ -29530,7 +29530,7 @@ int lua_axis_base_TargetedAction_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TargetedAction:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TargetedAction_create'.",&tolua_err); #endif @@ -29542,7 +29542,7 @@ int lua_axis_base_TargetedAction_constructor(lua_State* tolua_S) axis::TargetedAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -29566,7 +29566,7 @@ int lua_axis_base_TargetedAction_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TargetedAction:TargetedAction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TargetedAction_constructor'.",&tolua_err); #endif @@ -29603,18 +29603,18 @@ int lua_axis_base_ActionFloat_initWithDuration(lua_State* tolua_S) axis::ActionFloat* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionFloat",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionFloat*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionFloat_initWithDuration'", nullptr); @@ -29653,7 +29653,7 @@ int lua_axis_base_ActionFloat_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionFloat:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionFloat_initWithDuration'.",&tolua_err); #endif @@ -29665,11 +29665,11 @@ int lua_axis_base_ActionFloat_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ActionFloat",0,&tolua_err)) goto tolua_lerror; #endif @@ -29700,7 +29700,7 @@ int lua_axis_base_ActionFloat_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ActionFloat:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionFloat_create'.",&tolua_err); #endif @@ -29712,7 +29712,7 @@ int lua_axis_base_ActionFloat_constructor(lua_State* tolua_S) axis::ActionFloat* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -29736,7 +29736,7 @@ int lua_axis_base_ActionFloat_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionFloat:ActionFloat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionFloat_constructor'.",&tolua_err); #endif @@ -29771,18 +29771,18 @@ int lua_axis_base_Properties_setVariable(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_setVariable'", nullptr); @@ -29811,7 +29811,7 @@ int lua_axis_base_Properties_setVariable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:setVariable",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_setVariable'.",&tolua_err); #endif @@ -29824,18 +29824,18 @@ int lua_axis_base_Properties_getFloat(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getFloat'", nullptr); @@ -29872,7 +29872,7 @@ int lua_axis_base_Properties_getFloat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getFloat",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getFloat'.",&tolua_err); #endif @@ -29885,18 +29885,18 @@ int lua_axis_base_Properties_getType(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getType'", nullptr); @@ -29933,7 +29933,7 @@ int lua_axis_base_Properties_getType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getType'.",&tolua_err); #endif @@ -29946,18 +29946,18 @@ int lua_axis_base_Properties_getString(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getString'", nullptr); @@ -30011,7 +30011,7 @@ int lua_axis_base_Properties_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getString'.",&tolua_err); #endif @@ -30024,18 +30024,18 @@ int lua_axis_base_Properties_exists(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_exists'", nullptr); @@ -30061,7 +30061,7 @@ int lua_axis_base_Properties_exists(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:exists",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_exists'.",&tolua_err); #endif @@ -30073,15 +30073,15 @@ int lua_axis_base_Properties_getColor(lua_State* tolua_S) int argc = 0; axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getColor'", nullptr); @@ -30124,7 +30124,7 @@ int lua_axis_base_Properties_getColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getColor",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getColor'.",&tolua_err); #endif @@ -30137,18 +30137,18 @@ int lua_axis_base_Properties_setString(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_setString'", nullptr); @@ -30177,7 +30177,7 @@ int lua_axis_base_Properties_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:setString",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_setString'.",&tolua_err); #endif @@ -30190,18 +30190,18 @@ int lua_axis_base_Properties_getNextProperty(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getNextProperty'", nullptr); @@ -30224,7 +30224,7 @@ int lua_axis_base_Properties_getNextProperty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getNextProperty",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getNextProperty'.",&tolua_err); #endif @@ -30236,15 +30236,15 @@ int lua_axis_base_Properties_getNamespace(lua_State* tolua_S) int argc = 0; axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getNamespace'", nullptr); @@ -30311,7 +30311,7 @@ int lua_axis_base_Properties_getNamespace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getNamespace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getNamespace'.",&tolua_err); #endif @@ -30324,18 +30324,18 @@ int lua_axis_base_Properties_getId(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getId'", nullptr); @@ -30358,7 +30358,7 @@ int lua_axis_base_Properties_getId(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getId",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getId'.",&tolua_err); #endif @@ -30371,18 +30371,18 @@ int lua_axis_base_Properties_getNextNamespace(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getNextNamespace'", nullptr); @@ -30405,7 +30405,7 @@ int lua_axis_base_Properties_getNextNamespace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getNextNamespace",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getNextNamespace'.",&tolua_err); #endif @@ -30418,18 +30418,18 @@ int lua_axis_base_Properties_getInt(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getInt'", nullptr); @@ -30466,7 +30466,7 @@ int lua_axis_base_Properties_getInt(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getInt",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getInt'.",&tolua_err); #endif @@ -30479,18 +30479,18 @@ int lua_axis_base_Properties_getVec3(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getVec3'", nullptr); @@ -30519,7 +30519,7 @@ int lua_axis_base_Properties_getVec3(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getVec3",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getVec3'.",&tolua_err); #endif @@ -30532,18 +30532,18 @@ int lua_axis_base_Properties_getVec2(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getVec2'", nullptr); @@ -30572,7 +30572,7 @@ int lua_axis_base_Properties_getVec2(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getVec2",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getVec2'.",&tolua_err); #endif @@ -30585,18 +30585,18 @@ int lua_axis_base_Properties_getVec4(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getVec4'", nullptr); @@ -30625,7 +30625,7 @@ int lua_axis_base_Properties_getVec4(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getVec4",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getVec4'.",&tolua_err); #endif @@ -30638,18 +30638,18 @@ int lua_axis_base_Properties_rewind(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_rewind'", nullptr); @@ -30672,7 +30672,7 @@ int lua_axis_base_Properties_rewind(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:rewind",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_rewind'.",&tolua_err); #endif @@ -30685,18 +30685,18 @@ int lua_axis_base_Properties_getBool(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getBool'", nullptr); @@ -30750,7 +30750,7 @@ int lua_axis_base_Properties_getBool(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getBool",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getBool'.",&tolua_err); #endif @@ -30763,18 +30763,18 @@ int lua_axis_base_Properties_getVariable(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getVariable'", nullptr); @@ -30817,7 +30817,7 @@ int lua_axis_base_Properties_getVariable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getVariable",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getVariable'.",&tolua_err); #endif @@ -30830,18 +30830,18 @@ int lua_axis_base_Properties_getQuaternionFromAxisAngle(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getQuaternionFromAxisAngle'", nullptr); @@ -30870,7 +30870,7 @@ int lua_axis_base_Properties_getQuaternionFromAxisAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getQuaternionFromAxisAngle",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getQuaternionFromAxisAngle'.",&tolua_err); #endif @@ -30883,18 +30883,18 @@ int lua_axis_base_Properties_getPath(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getPath'", nullptr); @@ -30924,7 +30924,7 @@ int lua_axis_base_Properties_getPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getPath",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getPath'.",&tolua_err); #endif @@ -30937,18 +30937,18 @@ int lua_axis_base_Properties_getMat4(lua_State* tolua_S) axis::Properties* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Properties*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Properties_getMat4'", nullptr); @@ -30977,7 +30977,7 @@ int lua_axis_base_Properties_getMat4(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Properties:getMat4",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_getMat4'.",&tolua_err); #endif @@ -30988,11 +30988,11 @@ int lua_axis_base_Properties_parseColor(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif @@ -31032,7 +31032,7 @@ int lua_axis_base_Properties_parseColor(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Properties:parseColor",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_parseColor'.",&tolua_err); #endif @@ -31043,11 +31043,11 @@ int lua_axis_base_Properties_parseVec3(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif @@ -31070,7 +31070,7 @@ int lua_axis_base_Properties_parseVec3(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Properties:parseVec3",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_parseVec3'.",&tolua_err); #endif @@ -31081,11 +31081,11 @@ int lua_axis_base_Properties_parseAxisAngle(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif @@ -31108,7 +31108,7 @@ int lua_axis_base_Properties_parseAxisAngle(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Properties:parseAxisAngle",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_parseAxisAngle'.",&tolua_err); #endif @@ -31119,11 +31119,11 @@ int lua_axis_base_Properties_parseVec2(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif @@ -31146,7 +31146,7 @@ int lua_axis_base_Properties_parseVec2(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Properties:parseVec2",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_parseVec2'.",&tolua_err); #endif @@ -31157,11 +31157,11 @@ int lua_axis_base_Properties_parseVec4(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Properties",0,&tolua_err)) goto tolua_lerror; #endif @@ -31184,7 +31184,7 @@ int lua_axis_base_Properties_parseVec4(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Properties:parseVec4",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Properties_parseVec4'.",&tolua_err); #endif @@ -31241,18 +31241,18 @@ int lua_axis_base_UserDefault_setIntegerForKey(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_setIntegerForKey'", nullptr); @@ -31281,7 +31281,7 @@ int lua_axis_base_UserDefault_setIntegerForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:setIntegerForKey",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_setIntegerForKey'.",&tolua_err); #endif @@ -31294,18 +31294,18 @@ int lua_axis_base_UserDefault_setLargeIntForKey(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_setLargeIntForKey'", nullptr); @@ -31334,7 +31334,7 @@ int lua_axis_base_UserDefault_setLargeIntForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:setLargeIntForKey",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_setLargeIntForKey'.",&tolua_err); #endif @@ -31346,15 +31346,15 @@ int lua_axis_base_UserDefault_getFloatForKey(lua_State* tolua_S) int argc = 0; axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_getFloatForKey'", nullptr); @@ -31393,7 +31393,7 @@ int lua_axis_base_UserDefault_getFloatForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:getFloatForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_getFloatForKey'.",&tolua_err); #endif @@ -31405,15 +31405,15 @@ int lua_axis_base_UserDefault_getBoolForKey(lua_State* tolua_S) int argc = 0; axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_getBoolForKey'", nullptr); @@ -31452,7 +31452,7 @@ int lua_axis_base_UserDefault_getBoolForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:getBoolForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_getBoolForKey'.",&tolua_err); #endif @@ -31465,18 +31465,18 @@ int lua_axis_base_UserDefault_flush(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_flush'", nullptr); @@ -31499,7 +31499,7 @@ int lua_axis_base_UserDefault_flush(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:flush",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_flush'.",&tolua_err); #endif @@ -31512,18 +31512,18 @@ int lua_axis_base_UserDefault_setDoubleForKey(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_setDoubleForKey'", nullptr); @@ -31552,7 +31552,7 @@ int lua_axis_base_UserDefault_setDoubleForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:setDoubleForKey",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_setDoubleForKey'.",&tolua_err); #endif @@ -31565,18 +31565,18 @@ int lua_axis_base_UserDefault_setFloatForKey(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_setFloatForKey'", nullptr); @@ -31605,7 +31605,7 @@ int lua_axis_base_UserDefault_setFloatForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:setFloatForKey",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_setFloatForKey'.",&tolua_err); #endif @@ -31617,15 +31617,15 @@ int lua_axis_base_UserDefault_getStringForKey(lua_State* tolua_S) int argc = 0; axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_getStringForKey'", nullptr); @@ -31664,7 +31664,7 @@ int lua_axis_base_UserDefault_getStringForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:getStringForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_getStringForKey'.",&tolua_err); #endif @@ -31677,18 +31677,18 @@ int lua_axis_base_UserDefault_setStringForKey(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_setStringForKey'", nullptr); @@ -31717,7 +31717,7 @@ int lua_axis_base_UserDefault_setStringForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:setStringForKey",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_setStringForKey'.",&tolua_err); #endif @@ -31729,15 +31729,15 @@ int lua_axis_base_UserDefault_getLargeIntForKey(lua_State* tolua_S) int argc = 0; axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_getLargeIntForKey'", nullptr); @@ -31776,7 +31776,7 @@ int lua_axis_base_UserDefault_getLargeIntForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:getLargeIntForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_getLargeIntForKey'.",&tolua_err); #endif @@ -31789,18 +31789,18 @@ int lua_axis_base_UserDefault_setEncryptEnabled(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_setEncryptEnabled'", nullptr); @@ -31832,7 +31832,7 @@ int lua_axis_base_UserDefault_setEncryptEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:setEncryptEnabled",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_setEncryptEnabled'.",&tolua_err); #endif @@ -31845,18 +31845,18 @@ int lua_axis_base_UserDefault_deleteValueForKey(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_deleteValueForKey'", nullptr); @@ -31882,7 +31882,7 @@ int lua_axis_base_UserDefault_deleteValueForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:deleteValueForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_deleteValueForKey'.",&tolua_err); #endif @@ -31894,15 +31894,15 @@ int lua_axis_base_UserDefault_getIntegerForKey(lua_State* tolua_S) int argc = 0; axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_getIntegerForKey'", nullptr); @@ -31941,7 +31941,7 @@ int lua_axis_base_UserDefault_getIntegerForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:getIntegerForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_getIntegerForKey'.",&tolua_err); #endif @@ -31953,15 +31953,15 @@ int lua_axis_base_UserDefault_getDoubleForKey(lua_State* tolua_S) int argc = 0; axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_getDoubleForKey'", nullptr); @@ -32000,7 +32000,7 @@ int lua_axis_base_UserDefault_getDoubleForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:getDoubleForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_getDoubleForKey'.",&tolua_err); #endif @@ -32013,18 +32013,18 @@ int lua_axis_base_UserDefault_setBoolForKey(lua_State* tolua_S) axis::UserDefault* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::UserDefault*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_UserDefault_setBoolForKey'", nullptr); @@ -32053,7 +32053,7 @@ int lua_axis_base_UserDefault_setBoolForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.UserDefault:setBoolForKey",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_setBoolForKey'.",&tolua_err); #endif @@ -32065,11 +32065,11 @@ int lua_axis_base_UserDefault_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.UserDefault",0,&tolua_err)) goto tolua_lerror; #endif @@ -32088,7 +32088,7 @@ int lua_axis_base_UserDefault_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.UserDefault:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_UserDefault_destroyInstance'.",&tolua_err); #endif @@ -32135,18 +32135,18 @@ int lua_axis_base_FileUtils_fullPathForFilename(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_fullPathForFilename'", nullptr); @@ -32172,7 +32172,7 @@ int lua_axis_base_FileUtils_fullPathForFilename(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:fullPathForFilename",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_fullPathForFilename'.",&tolua_err); #endif @@ -32184,15 +32184,15 @@ int lua_axis_base_FileUtils_getStringFromFile(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getStringFromFile'", nullptr); @@ -32235,7 +32235,7 @@ int lua_axis_base_FileUtils_getStringFromFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getStringFromFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getStringFromFile'.",&tolua_err); #endif @@ -32248,18 +32248,18 @@ int lua_axis_base_FileUtils_getNativeWritableAbsolutePath(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getNativeWritableAbsolutePath'", nullptr); @@ -32282,7 +32282,7 @@ int lua_axis_base_FileUtils_getNativeWritableAbsolutePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getNativeWritableAbsolutePath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getNativeWritableAbsolutePath'.",&tolua_err); #endif @@ -32294,15 +32294,15 @@ int lua_axis_base_FileUtils_removeFile(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_removeFile'", nullptr); @@ -32345,7 +32345,7 @@ int lua_axis_base_FileUtils_removeFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:removeFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_removeFile'.",&tolua_err); #endif @@ -32358,18 +32358,18 @@ int lua_axis_base_FileUtils_listFilesRecursivelyAsync(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_listFilesRecursivelyAsync'", nullptr); @@ -32402,7 +32402,7 @@ int lua_axis_base_FileUtils_listFilesRecursivelyAsync(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:listFilesRecursivelyAsync",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_listFilesRecursivelyAsync'.",&tolua_err); #endif @@ -32415,18 +32415,18 @@ int lua_axis_base_FileUtils_isAbsolutePath(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_isAbsolutePath'", nullptr); @@ -32452,7 +32452,7 @@ int lua_axis_base_FileUtils_isAbsolutePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:isAbsolutePath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_isAbsolutePath'.",&tolua_err); #endif @@ -32464,15 +32464,15 @@ int lua_axis_base_FileUtils_renameFile(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_renameFile'", nullptr); @@ -32571,7 +32571,7 @@ int lua_axis_base_FileUtils_renameFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:renameFile",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_renameFile'.",&tolua_err); #endif @@ -32584,18 +32584,18 @@ int lua_axis_base_FileUtils_getDefaultResourceRootPath(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getDefaultResourceRootPath'", nullptr); @@ -32618,7 +32618,7 @@ int lua_axis_base_FileUtils_getDefaultResourceRootPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getDefaultResourceRootPath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getDefaultResourceRootPath'.",&tolua_err); #endif @@ -32631,18 +32631,18 @@ int lua_axis_base_FileUtils_isPopupNotify(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_isPopupNotify'", nullptr); @@ -32665,7 +32665,7 @@ int lua_axis_base_FileUtils_isPopupNotify(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:isPopupNotify",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_isPopupNotify'.",&tolua_err); #endif @@ -32678,18 +32678,18 @@ int lua_axis_base_FileUtils_getValueVectorFromFile(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getValueVectorFromFile'", nullptr); @@ -32715,7 +32715,7 @@ int lua_axis_base_FileUtils_getValueVectorFromFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getValueVectorFromFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getValueVectorFromFile'.",&tolua_err); #endif @@ -32728,18 +32728,18 @@ int lua_axis_base_FileUtils_getSearchPaths(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getSearchPaths'", nullptr); @@ -32762,7 +32762,7 @@ int lua_axis_base_FileUtils_getSearchPaths(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getSearchPaths",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getSearchPaths'.",&tolua_err); #endif @@ -32775,18 +32775,18 @@ int lua_axis_base_FileUtils_writeToFile(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_writeToFile'", nullptr); @@ -32815,7 +32815,7 @@ int lua_axis_base_FileUtils_writeToFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:writeToFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_writeToFile'.",&tolua_err); #endif @@ -32828,18 +32828,18 @@ int lua_axis_base_FileUtils_getOriginalSearchPaths(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getOriginalSearchPaths'", nullptr); @@ -32862,7 +32862,7 @@ int lua_axis_base_FileUtils_getOriginalSearchPaths(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getOriginalSearchPaths",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getOriginalSearchPaths'.",&tolua_err); #endif @@ -32875,18 +32875,18 @@ int lua_axis_base_FileUtils_listFiles(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_listFiles'", nullptr); @@ -32912,7 +32912,7 @@ int lua_axis_base_FileUtils_listFiles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:listFiles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_listFiles'.",&tolua_err); #endif @@ -32925,18 +32925,18 @@ int lua_axis_base_FileUtils_getValueMapFromFile(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getValueMapFromFile'", nullptr); @@ -32962,7 +32962,7 @@ int lua_axis_base_FileUtils_getValueMapFromFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getValueMapFromFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getValueMapFromFile'.",&tolua_err); #endif @@ -32974,15 +32974,15 @@ int lua_axis_base_FileUtils_getFileSize(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getFileSize'", nullptr); @@ -33025,7 +33025,7 @@ int lua_axis_base_FileUtils_getFileSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getFileSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getFileSize'.",&tolua_err); #endif @@ -33038,18 +33038,18 @@ int lua_axis_base_FileUtils_getValueMapFromData(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getValueMapFromData'", nullptr); @@ -33078,7 +33078,7 @@ int lua_axis_base_FileUtils_getValueMapFromData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getValueMapFromData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getValueMapFromData'.",&tolua_err); #endif @@ -33090,15 +33090,15 @@ int lua_axis_base_FileUtils_removeDirectory(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_removeDirectory'", nullptr); @@ -33141,7 +33141,7 @@ int lua_axis_base_FileUtils_removeDirectory(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:removeDirectory",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_removeDirectory'.",&tolua_err); #endif @@ -33154,18 +33154,18 @@ int lua_axis_base_FileUtils_setSearchPaths(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_setSearchPaths'", nullptr); @@ -33191,7 +33191,7 @@ int lua_axis_base_FileUtils_setSearchPaths(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:setSearchPaths",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_setSearchPaths'.",&tolua_err); #endif @@ -33203,15 +33203,15 @@ int lua_axis_base_FileUtils_writeStringToFile(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_writeStringToFile'", nullptr); @@ -33262,7 +33262,7 @@ int lua_axis_base_FileUtils_writeStringToFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:writeStringToFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_writeStringToFile'.",&tolua_err); #endif @@ -33275,18 +33275,18 @@ int lua_axis_base_FileUtils_isFileExistInternal(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_isFileExistInternal'", nullptr); @@ -33312,7 +33312,7 @@ int lua_axis_base_FileUtils_isFileExistInternal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:isFileExistInternal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_isFileExistInternal'.",&tolua_err); #endif @@ -33325,18 +33325,18 @@ int lua_axis_base_FileUtils_setSearchResolutionsOrder(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_setSearchResolutionsOrder'", nullptr); @@ -33362,7 +33362,7 @@ int lua_axis_base_FileUtils_setSearchResolutionsOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:setSearchResolutionsOrder",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_setSearchResolutionsOrder'.",&tolua_err); #endif @@ -33375,18 +33375,18 @@ int lua_axis_base_FileUtils_addSearchResolutionsOrder(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_addSearchResolutionsOrder'", nullptr); @@ -33429,7 +33429,7 @@ int lua_axis_base_FileUtils_addSearchResolutionsOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:addSearchResolutionsOrder",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_addSearchResolutionsOrder'.",&tolua_err); #endif @@ -33442,18 +33442,18 @@ int lua_axis_base_FileUtils_addSearchPath(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_addSearchPath'", nullptr); @@ -33496,7 +33496,7 @@ int lua_axis_base_FileUtils_addSearchPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:addSearchPath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_addSearchPath'.",&tolua_err); #endif @@ -33508,15 +33508,15 @@ int lua_axis_base_FileUtils_writeValueVectorToFile(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_writeValueVectorToFile'", nullptr); @@ -33567,7 +33567,7 @@ int lua_axis_base_FileUtils_writeValueVectorToFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:writeValueVectorToFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_writeValueVectorToFile'.",&tolua_err); #endif @@ -33579,15 +33579,15 @@ int lua_axis_base_FileUtils_isFileExist(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_isFileExist'", nullptr); @@ -33630,7 +33630,7 @@ int lua_axis_base_FileUtils_isFileExist(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:isFileExist",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_isFileExist'.",&tolua_err); #endif @@ -33643,18 +33643,18 @@ int lua_axis_base_FileUtils_purgeCachedEntries(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_purgeCachedEntries'", nullptr); @@ -33677,7 +33677,7 @@ int lua_axis_base_FileUtils_purgeCachedEntries(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:purgeCachedEntries",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_purgeCachedEntries'.",&tolua_err); #endif @@ -33690,18 +33690,18 @@ int lua_axis_base_FileUtils_fullPathFromRelativeFile(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_fullPathFromRelativeFile'", nullptr); @@ -33730,7 +33730,7 @@ int lua_axis_base_FileUtils_fullPathFromRelativeFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:fullPathFromRelativeFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_fullPathFromRelativeFile'.",&tolua_err); #endif @@ -33743,18 +33743,18 @@ int lua_axis_base_FileUtils_isDirectoryExistInternal(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_isDirectoryExistInternal'", nullptr); @@ -33780,7 +33780,7 @@ int lua_axis_base_FileUtils_isDirectoryExistInternal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:isDirectoryExistInternal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_isDirectoryExistInternal'.",&tolua_err); #endif @@ -33792,15 +33792,15 @@ int lua_axis_base_FileUtils_writeValueMapToFile(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_writeValueMapToFile'", nullptr); @@ -33851,7 +33851,7 @@ int lua_axis_base_FileUtils_writeValueMapToFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:writeValueMapToFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_writeValueMapToFile'.",&tolua_err); #endif @@ -33864,18 +33864,18 @@ int lua_axis_base_FileUtils_getFileExtension(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getFileExtension'", nullptr); @@ -33901,7 +33901,7 @@ int lua_axis_base_FileUtils_getFileExtension(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getFileExtension",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getFileExtension'.",&tolua_err); #endif @@ -33914,18 +33914,18 @@ int lua_axis_base_FileUtils_setWritablePath(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_setWritablePath'", nullptr); @@ -33951,7 +33951,7 @@ int lua_axis_base_FileUtils_setWritablePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:setWritablePath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_setWritablePath'.",&tolua_err); #endif @@ -33964,18 +33964,18 @@ int lua_axis_base_FileUtils_setPopupNotify(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_setPopupNotify'", nullptr); @@ -34001,7 +34001,7 @@ int lua_axis_base_FileUtils_setPopupNotify(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:setPopupNotify",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_setPopupNotify'.",&tolua_err); #endif @@ -34013,15 +34013,15 @@ int lua_axis_base_FileUtils_isDirectoryExist(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_isDirectoryExist'", nullptr); @@ -34064,7 +34064,7 @@ int lua_axis_base_FileUtils_isDirectoryExist(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:isDirectoryExist",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_isDirectoryExist'.",&tolua_err); #endif @@ -34077,18 +34077,18 @@ int lua_axis_base_FileUtils_setDefaultResourceRootPath(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_setDefaultResourceRootPath'", nullptr); @@ -34114,7 +34114,7 @@ int lua_axis_base_FileUtils_setDefaultResourceRootPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:setDefaultResourceRootPath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_setDefaultResourceRootPath'.",&tolua_err); #endif @@ -34127,18 +34127,18 @@ int lua_axis_base_FileUtils_getSearchResolutionsOrder(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getSearchResolutionsOrder'", nullptr); @@ -34161,7 +34161,7 @@ int lua_axis_base_FileUtils_getSearchResolutionsOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getSearchResolutionsOrder",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getSearchResolutionsOrder'.",&tolua_err); #endif @@ -34173,15 +34173,15 @@ int lua_axis_base_FileUtils_createDirectory(lua_State* tolua_S) int argc = 0; axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_createDirectory'", nullptr); @@ -34224,7 +34224,7 @@ int lua_axis_base_FileUtils_createDirectory(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:createDirectory",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_createDirectory'.",&tolua_err); #endif @@ -34237,18 +34237,18 @@ int lua_axis_base_FileUtils_listFilesAsync(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_listFilesAsync'", nullptr); @@ -34281,7 +34281,7 @@ int lua_axis_base_FileUtils_listFilesAsync(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:listFilesAsync",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_listFilesAsync'.",&tolua_err); #endif @@ -34294,18 +34294,18 @@ int lua_axis_base_FileUtils_getWritablePath(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_getWritablePath'", nullptr); @@ -34328,7 +34328,7 @@ int lua_axis_base_FileUtils_getWritablePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:getWritablePath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getWritablePath'.",&tolua_err); #endif @@ -34341,18 +34341,18 @@ int lua_axis_base_FileUtils_listFilesRecursively(lua_State* tolua_S) axis::FileUtils* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FileUtils*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FileUtils_listFilesRecursively'", nullptr); @@ -34381,7 +34381,7 @@ int lua_axis_base_FileUtils_listFilesRecursively(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FileUtils:listFilesRecursively",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_listFilesRecursively'.",&tolua_err); #endif @@ -34393,11 +34393,11 @@ int lua_axis_base_FileUtils_writeBinaryToFile(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif @@ -34423,7 +34423,7 @@ int lua_axis_base_FileUtils_writeBinaryToFile(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FileUtils:writeBinaryToFile",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_writeBinaryToFile'.",&tolua_err); #endif @@ -34434,11 +34434,11 @@ int lua_axis_base_FileUtils_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif @@ -34457,7 +34457,7 @@ int lua_axis_base_FileUtils_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FileUtils:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getInstance'.",&tolua_err); #endif @@ -34468,11 +34468,11 @@ int lua_axis_base_FileUtils_isAbsolutePathInternal(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif @@ -34493,7 +34493,7 @@ int lua_axis_base_FileUtils_isAbsolutePathInternal(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FileUtils:isAbsolutePathInternal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_isAbsolutePathInternal'.",&tolua_err); #endif @@ -34504,11 +34504,11 @@ int lua_axis_base_FileUtils_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif @@ -34527,7 +34527,7 @@ int lua_axis_base_FileUtils_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FileUtils:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_destroyInstance'.",&tolua_err); #endif @@ -34538,11 +34538,11 @@ int lua_axis_base_FileUtils_getFileShortName(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FileUtils",0,&tolua_err)) goto tolua_lerror; #endif @@ -34563,7 +34563,7 @@ int lua_axis_base_FileUtils_getFileShortName(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FileUtils:getFileShortName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FileUtils_getFileShortName'.",&tolua_err); #endif @@ -34658,18 +34658,18 @@ int lua_axis_base_EventCustom_getEventName(lua_State* tolua_S) axis::EventCustom* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventCustom",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventCustom*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventCustom_getEventName'", nullptr); @@ -34692,7 +34692,7 @@ int lua_axis_base_EventCustom_getEventName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventCustom:getEventName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventCustom_getEventName'.",&tolua_err); #endif @@ -34705,7 +34705,7 @@ int lua_axis_base_EventCustom_constructor(lua_State* tolua_S) axis::EventCustom* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -34732,7 +34732,7 @@ int lua_axis_base_EventCustom_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventCustom:EventCustom",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventCustom_constructor'.",&tolua_err); #endif @@ -34766,18 +34766,18 @@ int lua_axis_base_EventDispatcher_pauseEventListenersForTarget(lua_State* tolua_ axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_pauseEventListenersForTarget'", nullptr); @@ -34820,7 +34820,7 @@ int lua_axis_base_EventDispatcher_pauseEventListenersForTarget(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:pauseEventListenersForTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_pauseEventListenersForTarget'.",&tolua_err); #endif @@ -34833,18 +34833,18 @@ int lua_axis_base_EventDispatcher_addEventListenerWithSceneGraphPriority(lua_Sta axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_addEventListenerWithSceneGraphPriority'", nullptr); @@ -34873,7 +34873,7 @@ int lua_axis_base_EventDispatcher_addEventListenerWithSceneGraphPriority(lua_Sta luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:addEventListenerWithSceneGraphPriority",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_addEventListenerWithSceneGraphPriority'.",&tolua_err); #endif @@ -34886,18 +34886,18 @@ int lua_axis_base_EventDispatcher_setEnabled(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_setEnabled'", nullptr); @@ -34923,7 +34923,7 @@ int lua_axis_base_EventDispatcher_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_setEnabled'.",&tolua_err); #endif @@ -34936,18 +34936,18 @@ int lua_axis_base_EventDispatcher_addEventListenerWithFixedPriority(lua_State* t axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_addEventListenerWithFixedPriority'", nullptr); @@ -34976,7 +34976,7 @@ int lua_axis_base_EventDispatcher_addEventListenerWithFixedPriority(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:addEventListenerWithFixedPriority",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_addEventListenerWithFixedPriority'.",&tolua_err); #endif @@ -34989,18 +34989,18 @@ int lua_axis_base_EventDispatcher_removeEventListener(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_removeEventListener'", nullptr); @@ -35026,7 +35026,7 @@ int lua_axis_base_EventDispatcher_removeEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:removeEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_removeEventListener'.",&tolua_err); #endif @@ -35039,18 +35039,18 @@ int lua_axis_base_EventDispatcher_dispatchCustomEvent(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_dispatchCustomEvent'", nullptr); @@ -35094,7 +35094,7 @@ int lua_axis_base_EventDispatcher_dispatchCustomEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:dispatchCustomEvent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_dispatchCustomEvent'.",&tolua_err); #endif @@ -35107,18 +35107,18 @@ int lua_axis_base_EventDispatcher_resumeEventListenersForTarget(lua_State* tolua axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_resumeEventListenersForTarget'", nullptr); @@ -35161,7 +35161,7 @@ int lua_axis_base_EventDispatcher_resumeEventListenersForTarget(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:resumeEventListenersForTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_resumeEventListenersForTarget'.",&tolua_err); #endif @@ -35174,18 +35174,18 @@ int lua_axis_base_EventDispatcher_removeEventListenersForTarget(lua_State* tolua axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_removeEventListenersForTarget'", nullptr); @@ -35228,7 +35228,7 @@ int lua_axis_base_EventDispatcher_removeEventListenersForTarget(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:removeEventListenersForTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_removeEventListenersForTarget'.",&tolua_err); #endif @@ -35241,18 +35241,18 @@ int lua_axis_base_EventDispatcher_setPriority(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_setPriority'", nullptr); @@ -35281,7 +35281,7 @@ int lua_axis_base_EventDispatcher_setPriority(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:setPriority",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_setPriority'.",&tolua_err); #endif @@ -35294,18 +35294,18 @@ int lua_axis_base_EventDispatcher_addCustomEventListener(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_addCustomEventListener'", nullptr); @@ -35338,7 +35338,7 @@ int lua_axis_base_EventDispatcher_addCustomEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:addCustomEventListener",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_addCustomEventListener'.",&tolua_err); #endif @@ -35351,18 +35351,18 @@ int lua_axis_base_EventDispatcher_dispatchEvent(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_dispatchEvent'", nullptr); @@ -35388,7 +35388,7 @@ int lua_axis_base_EventDispatcher_dispatchEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:dispatchEvent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_dispatchEvent'.",&tolua_err); #endif @@ -35401,18 +35401,18 @@ int lua_axis_base_EventDispatcher_hasEventListener(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_hasEventListener'", nullptr); @@ -35438,7 +35438,7 @@ int lua_axis_base_EventDispatcher_hasEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:hasEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_hasEventListener'.",&tolua_err); #endif @@ -35451,18 +35451,18 @@ int lua_axis_base_EventDispatcher_removeAllEventListeners(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_removeAllEventListeners'", nullptr); @@ -35485,7 +35485,7 @@ int lua_axis_base_EventDispatcher_removeAllEventListeners(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:removeAllEventListeners",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_removeAllEventListeners'.",&tolua_err); #endif @@ -35498,18 +35498,18 @@ int lua_axis_base_EventDispatcher_removeCustomEventListeners(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_removeCustomEventListeners'", nullptr); @@ -35535,7 +35535,7 @@ int lua_axis_base_EventDispatcher_removeCustomEventListeners(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:removeCustomEventListeners",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_removeCustomEventListeners'.",&tolua_err); #endif @@ -35548,18 +35548,18 @@ int lua_axis_base_EventDispatcher_isEnabled(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_isEnabled'", nullptr); @@ -35582,7 +35582,7 @@ int lua_axis_base_EventDispatcher_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_isEnabled'.",&tolua_err); #endif @@ -35595,18 +35595,18 @@ int lua_axis_base_EventDispatcher_removeEventListenersForType(lua_State* tolua_S axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventDispatcher",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventDispatcher*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventDispatcher_removeEventListenersForType'", nullptr); @@ -35632,7 +35632,7 @@ int lua_axis_base_EventDispatcher_removeEventListenersForType(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:removeEventListenersForType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_removeEventListenersForType'.",&tolua_err); #endif @@ -35645,7 +35645,7 @@ int lua_axis_base_EventDispatcher_constructor(lua_State* tolua_S) axis::EventDispatcher* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -35669,7 +35669,7 @@ int lua_axis_base_EventDispatcher_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventDispatcher:EventDispatcher",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventDispatcher_constructor'.",&tolua_err); #endif @@ -35718,7 +35718,7 @@ int lua_axis_base_EventFocus_constructor(lua_State* tolua_S) axis::EventFocus* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -35748,7 +35748,7 @@ int lua_axis_base_EventFocus_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventFocus:EventFocus",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventFocus_constructor'.",&tolua_err); #endif @@ -35781,18 +35781,18 @@ int lua_axis_base_EventListenerAcceleration_init(lua_State* tolua_S) axis::EventListenerAcceleration* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerAcceleration",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerAcceleration*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListenerAcceleration_init'", nullptr); @@ -35822,7 +35822,7 @@ int lua_axis_base_EventListenerAcceleration_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerAcceleration:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerAcceleration_init'.",&tolua_err); #endif @@ -35835,7 +35835,7 @@ int lua_axis_base_EventListenerAcceleration_constructor(lua_State* tolua_S) axis::EventListenerAcceleration* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -35859,7 +35859,7 @@ int lua_axis_base_EventListenerAcceleration_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerAcceleration:EventListenerAcceleration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerAcceleration_constructor'.",&tolua_err); #endif @@ -35893,18 +35893,18 @@ int lua_axis_base_EventListenerFocus_init(lua_State* tolua_S) axis::EventListenerFocus* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerFocus",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerFocus*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListenerFocus_init'", nullptr); @@ -35927,7 +35927,7 @@ int lua_axis_base_EventListenerFocus_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerFocus:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerFocus_init'.",&tolua_err); #endif @@ -35940,7 +35940,7 @@ int lua_axis_base_EventListenerFocus_constructor(lua_State* tolua_S) axis::EventListenerFocus* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -35964,7 +35964,7 @@ int lua_axis_base_EventListenerFocus_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerFocus:EventListenerFocus",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerFocus_constructor'.",&tolua_err); #endif @@ -35998,18 +35998,18 @@ int lua_axis_base_EventListenerKeyboard_init(lua_State* tolua_S) axis::EventListenerKeyboard* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerKeyboard",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerKeyboard*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListenerKeyboard_init'", nullptr); @@ -36032,7 +36032,7 @@ int lua_axis_base_EventListenerKeyboard_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerKeyboard:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerKeyboard_init'.",&tolua_err); #endif @@ -36045,7 +36045,7 @@ int lua_axis_base_EventListenerKeyboard_constructor(lua_State* tolua_S) axis::EventListenerKeyboard* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -36069,7 +36069,7 @@ int lua_axis_base_EventListenerKeyboard_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerKeyboard:EventListenerKeyboard",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerKeyboard_constructor'.",&tolua_err); #endif @@ -36103,18 +36103,18 @@ int lua_axis_base_EventMouse_getPreviousLocationInView(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getPreviousLocationInView'", nullptr); @@ -36137,7 +36137,7 @@ int lua_axis_base_EventMouse_getPreviousLocationInView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getPreviousLocationInView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getPreviousLocationInView'.",&tolua_err); #endif @@ -36150,18 +36150,18 @@ int lua_axis_base_EventMouse_getLocation(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getLocation'", nullptr); @@ -36184,7 +36184,7 @@ int lua_axis_base_EventMouse_getLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getLocation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getLocation'.",&tolua_err); #endif @@ -36197,18 +36197,18 @@ int lua_axis_base_EventMouse_getMouseButton(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getMouseButton'", nullptr); @@ -36231,7 +36231,7 @@ int lua_axis_base_EventMouse_getMouseButton(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getMouseButton",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getMouseButton'.",&tolua_err); #endif @@ -36244,18 +36244,18 @@ int lua_axis_base_EventMouse_getPreviousLocation(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getPreviousLocation'", nullptr); @@ -36278,7 +36278,7 @@ int lua_axis_base_EventMouse_getPreviousLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getPreviousLocation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getPreviousLocation'.",&tolua_err); #endif @@ -36291,18 +36291,18 @@ int lua_axis_base_EventMouse_getDelta(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getDelta'", nullptr); @@ -36325,7 +36325,7 @@ int lua_axis_base_EventMouse_getDelta(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getDelta",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getDelta'.",&tolua_err); #endif @@ -36338,18 +36338,18 @@ int lua_axis_base_EventMouse_setScrollData(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_setScrollData'", nullptr); @@ -36378,7 +36378,7 @@ int lua_axis_base_EventMouse_setScrollData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:setScrollData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_setScrollData'.",&tolua_err); #endif @@ -36391,18 +36391,18 @@ int lua_axis_base_EventMouse_getStartLocationInView(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getStartLocationInView'", nullptr); @@ -36425,7 +36425,7 @@ int lua_axis_base_EventMouse_getStartLocationInView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getStartLocationInView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getStartLocationInView'.",&tolua_err); #endif @@ -36438,18 +36438,18 @@ int lua_axis_base_EventMouse_getStartLocation(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getStartLocation'", nullptr); @@ -36472,7 +36472,7 @@ int lua_axis_base_EventMouse_getStartLocation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getStartLocation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getStartLocation'.",&tolua_err); #endif @@ -36485,18 +36485,18 @@ int lua_axis_base_EventMouse_setMouseButton(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_setMouseButton'", nullptr); @@ -36522,7 +36522,7 @@ int lua_axis_base_EventMouse_setMouseButton(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:setMouseButton",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_setMouseButton'.",&tolua_err); #endif @@ -36535,18 +36535,18 @@ int lua_axis_base_EventMouse_getLocationInView(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getLocationInView'", nullptr); @@ -36569,7 +36569,7 @@ int lua_axis_base_EventMouse_getLocationInView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getLocationInView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getLocationInView'.",&tolua_err); #endif @@ -36582,18 +36582,18 @@ int lua_axis_base_EventMouse_getScrollY(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getScrollY'", nullptr); @@ -36616,7 +36616,7 @@ int lua_axis_base_EventMouse_getScrollY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getScrollY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getScrollY'.",&tolua_err); #endif @@ -36629,18 +36629,18 @@ int lua_axis_base_EventMouse_getScrollX(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getScrollX'", nullptr); @@ -36663,7 +36663,7 @@ int lua_axis_base_EventMouse_getScrollX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getScrollX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getScrollX'.",&tolua_err); #endif @@ -36676,18 +36676,18 @@ int lua_axis_base_EventMouse_getCursorX(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getCursorX'", nullptr); @@ -36710,7 +36710,7 @@ int lua_axis_base_EventMouse_getCursorX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getCursorX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getCursorX'.",&tolua_err); #endif @@ -36723,18 +36723,18 @@ int lua_axis_base_EventMouse_getCursorY(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_getCursorY'", nullptr); @@ -36757,7 +36757,7 @@ int lua_axis_base_EventMouse_getCursorY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:getCursorY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_getCursorY'.",&tolua_err); #endif @@ -36770,18 +36770,18 @@ int lua_axis_base_EventMouse_setCursorPosition(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventMouse_setCursorPosition'", nullptr); @@ -36810,7 +36810,7 @@ int lua_axis_base_EventMouse_setCursorPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:setCursorPosition",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_setCursorPosition'.",&tolua_err); #endif @@ -36823,7 +36823,7 @@ int lua_axis_base_EventMouse_constructor(lua_State* tolua_S) axis::EventMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -36850,7 +36850,7 @@ int lua_axis_base_EventMouse_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventMouse:EventMouse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventMouse_constructor'.",&tolua_err); #endif @@ -36898,18 +36898,18 @@ int lua_axis_base_EventListenerMouse_init(lua_State* tolua_S) axis::EventListenerMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerMouse",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerMouse*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListenerMouse_init'", nullptr); @@ -36932,7 +36932,7 @@ int lua_axis_base_EventListenerMouse_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerMouse:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerMouse_init'.",&tolua_err); #endif @@ -36945,7 +36945,7 @@ int lua_axis_base_EventListenerMouse_constructor(lua_State* tolua_S) axis::EventListenerMouse* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -36969,7 +36969,7 @@ int lua_axis_base_EventListenerMouse_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerMouse:EventListenerMouse",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerMouse_constructor'.",&tolua_err); #endif @@ -37022,18 +37022,18 @@ int lua_axis_base_EventListenerTouchOneByOne_isSwallowTouches(lua_State* tolua_S axis::EventListenerTouchOneByOne* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerTouchOneByOne",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerTouchOneByOne*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListenerTouchOneByOne_isSwallowTouches'", nullptr); @@ -37056,7 +37056,7 @@ int lua_axis_base_EventListenerTouchOneByOne_isSwallowTouches(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerTouchOneByOne:isSwallowTouches",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerTouchOneByOne_isSwallowTouches'.",&tolua_err); #endif @@ -37069,18 +37069,18 @@ int lua_axis_base_EventListenerTouchOneByOne_setSwallowTouches(lua_State* tolua_ axis::EventListenerTouchOneByOne* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerTouchOneByOne",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerTouchOneByOne*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListenerTouchOneByOne_setSwallowTouches'", nullptr); @@ -37106,7 +37106,7 @@ int lua_axis_base_EventListenerTouchOneByOne_setSwallowTouches(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerTouchOneByOne:setSwallowTouches",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerTouchOneByOne_setSwallowTouches'.",&tolua_err); #endif @@ -37119,18 +37119,18 @@ int lua_axis_base_EventListenerTouchOneByOne_init(lua_State* tolua_S) axis::EventListenerTouchOneByOne* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerTouchOneByOne",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerTouchOneByOne*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListenerTouchOneByOne_init'", nullptr); @@ -37153,7 +37153,7 @@ int lua_axis_base_EventListenerTouchOneByOne_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerTouchOneByOne:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerTouchOneByOne_init'.",&tolua_err); #endif @@ -37166,7 +37166,7 @@ int lua_axis_base_EventListenerTouchOneByOne_constructor(lua_State* tolua_S) axis::EventListenerTouchOneByOne* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -37190,7 +37190,7 @@ int lua_axis_base_EventListenerTouchOneByOne_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerTouchOneByOne:EventListenerTouchOneByOne",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerTouchOneByOne_constructor'.",&tolua_err); #endif @@ -37226,18 +37226,18 @@ int lua_axis_base_EventListenerTouchAllAtOnce_init(lua_State* tolua_S) axis::EventListenerTouchAllAtOnce* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerTouchAllAtOnce",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerTouchAllAtOnce*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventListenerTouchAllAtOnce_init'", nullptr); @@ -37260,7 +37260,7 @@ int lua_axis_base_EventListenerTouchAllAtOnce_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerTouchAllAtOnce:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerTouchAllAtOnce_init'.",&tolua_err); #endif @@ -37273,7 +37273,7 @@ int lua_axis_base_EventListenerTouchAllAtOnce_constructor(lua_State* tolua_S) axis::EventListenerTouchAllAtOnce* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -37297,7 +37297,7 @@ int lua_axis_base_EventListenerTouchAllAtOnce_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerTouchAllAtOnce:EventListenerTouchAllAtOnce",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventListenerTouchAllAtOnce_constructor'.",&tolua_err); #endif @@ -37331,18 +37331,18 @@ int lua_axis_base_EventController_getControllerEventType(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventController_getControllerEventType'", nullptr); @@ -37365,7 +37365,7 @@ int lua_axis_base_EventController_getControllerEventType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:getControllerEventType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventController_getControllerEventType'.",&tolua_err); #endif @@ -37378,18 +37378,18 @@ int lua_axis_base_EventController_setConnectStatus(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventController_setConnectStatus'", nullptr); @@ -37415,7 +37415,7 @@ int lua_axis_base_EventController_setConnectStatus(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:setConnectStatus",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventController_setConnectStatus'.",&tolua_err); #endif @@ -37428,18 +37428,18 @@ int lua_axis_base_EventController_isConnected(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventController_isConnected'", nullptr); @@ -37462,7 +37462,7 @@ int lua_axis_base_EventController_isConnected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:isConnected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventController_isConnected'.",&tolua_err); #endif @@ -37475,18 +37475,18 @@ int lua_axis_base_EventController_setKeyCode(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventController_setKeyCode'", nullptr); @@ -37512,7 +37512,7 @@ int lua_axis_base_EventController_setKeyCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:setKeyCode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventController_setKeyCode'.",&tolua_err); #endif @@ -37525,18 +37525,18 @@ int lua_axis_base_EventController_getController(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventController_getController'", nullptr); @@ -37559,7 +37559,7 @@ int lua_axis_base_EventController_getController(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:getController",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventController_getController'.",&tolua_err); #endif @@ -37572,18 +37572,18 @@ int lua_axis_base_EventController_getKeyCode(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EventController_getKeyCode'", nullptr); @@ -37606,7 +37606,7 @@ int lua_axis_base_EventController_getKeyCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:getKeyCode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventController_getKeyCode'.",&tolua_err); #endif @@ -37618,7 +37618,7 @@ int lua_axis_base_EventController_constructor(lua_State* tolua_S) int argc = 0; axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -37672,7 +37672,7 @@ int lua_axis_base_EventController_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:EventController",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EventController_constructor'.",&tolua_err); #endif @@ -37710,15 +37710,15 @@ int lua_axis_base_ActionCamera_setEye(lua_State* tolua_S) int argc = 0; axis::ActionCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionCamera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionCamera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionCamera_setEye'", nullptr); @@ -37761,7 +37761,7 @@ int lua_axis_base_ActionCamera_setEye(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionCamera:setEye",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionCamera_setEye'.",&tolua_err); #endif @@ -37774,18 +37774,18 @@ int lua_axis_base_ActionCamera_getEye(lua_State* tolua_S) axis::ActionCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionCamera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionCamera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionCamera_getEye'", nullptr); @@ -37808,7 +37808,7 @@ int lua_axis_base_ActionCamera_getEye(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionCamera:getEye",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionCamera_getEye'.",&tolua_err); #endif @@ -37821,18 +37821,18 @@ int lua_axis_base_ActionCamera_setUp(lua_State* tolua_S) axis::ActionCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionCamera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionCamera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionCamera_setUp'", nullptr); @@ -37858,7 +37858,7 @@ int lua_axis_base_ActionCamera_setUp(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionCamera:setUp",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionCamera_setUp'.",&tolua_err); #endif @@ -37871,18 +37871,18 @@ int lua_axis_base_ActionCamera_getCenter(lua_State* tolua_S) axis::ActionCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionCamera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionCamera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionCamera_getCenter'", nullptr); @@ -37905,7 +37905,7 @@ int lua_axis_base_ActionCamera_getCenter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionCamera:getCenter",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionCamera_getCenter'.",&tolua_err); #endif @@ -37918,18 +37918,18 @@ int lua_axis_base_ActionCamera_setCenter(lua_State* tolua_S) axis::ActionCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionCamera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionCamera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionCamera_setCenter'", nullptr); @@ -37955,7 +37955,7 @@ int lua_axis_base_ActionCamera_setCenter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionCamera:setCenter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionCamera_setCenter'.",&tolua_err); #endif @@ -37968,18 +37968,18 @@ int lua_axis_base_ActionCamera_getUp(lua_State* tolua_S) axis::ActionCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionCamera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionCamera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionCamera_getUp'", nullptr); @@ -38002,7 +38002,7 @@ int lua_axis_base_ActionCamera_getUp(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionCamera:getUp",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionCamera_getUp'.",&tolua_err); #endif @@ -38015,7 +38015,7 @@ int lua_axis_base_ActionCamera_constructor(lua_State* tolua_S) axis::ActionCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -38039,7 +38039,7 @@ int lua_axis_base_ActionCamera_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionCamera:ActionCamera",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionCamera_constructor'.",&tolua_err); #endif @@ -38078,18 +38078,18 @@ int lua_axis_base_OrbitCamera_initWithDuration(lua_State* tolua_S) axis::OrbitCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.OrbitCamera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::OrbitCamera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_OrbitCamera_initWithDuration'", nullptr); @@ -38133,7 +38133,7 @@ int lua_axis_base_OrbitCamera_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.OrbitCamera:initWithDuration",argc, 7); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_OrbitCamera_initWithDuration'.",&tolua_err); #endif @@ -38145,11 +38145,11 @@ int lua_axis_base_OrbitCamera_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.OrbitCamera",0,&tolua_err)) goto tolua_lerror; #endif @@ -38182,7 +38182,7 @@ int lua_axis_base_OrbitCamera_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.OrbitCamera:create",argc, 7); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_OrbitCamera_create'.",&tolua_err); #endif @@ -38194,7 +38194,7 @@ int lua_axis_base_OrbitCamera_constructor(lua_State* tolua_S) axis::OrbitCamera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -38218,7 +38218,7 @@ int lua_axis_base_OrbitCamera_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.OrbitCamera:OrbitCamera",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_OrbitCamera_constructor'.",&tolua_err); #endif @@ -38253,18 +38253,18 @@ int lua_axis_base_CardinalSplineTo_getPoints(lua_State* tolua_S) axis::CardinalSplineTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CardinalSplineTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CardinalSplineTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CardinalSplineTo_getPoints'", nullptr); @@ -38287,7 +38287,7 @@ int lua_axis_base_CardinalSplineTo_getPoints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CardinalSplineTo:getPoints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CardinalSplineTo_getPoints'.",&tolua_err); #endif @@ -38300,18 +38300,18 @@ int lua_axis_base_CardinalSplineTo_updatePosition(lua_State* tolua_S) axis::CardinalSplineTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CardinalSplineTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CardinalSplineTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CardinalSplineTo_updatePosition'", nullptr); @@ -38337,7 +38337,7 @@ int lua_axis_base_CardinalSplineTo_updatePosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CardinalSplineTo:updatePosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CardinalSplineTo_updatePosition'.",&tolua_err); #endif @@ -38350,18 +38350,18 @@ int lua_axis_base_CardinalSplineTo_initWithDuration(lua_State* tolua_S) axis::CardinalSplineTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CardinalSplineTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CardinalSplineTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CardinalSplineTo_initWithDuration'", nullptr); @@ -38393,7 +38393,7 @@ int lua_axis_base_CardinalSplineTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CardinalSplineTo:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CardinalSplineTo_initWithDuration'.",&tolua_err); #endif @@ -38406,7 +38406,7 @@ int lua_axis_base_CardinalSplineTo_constructor(lua_State* tolua_S) axis::CardinalSplineTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -38430,7 +38430,7 @@ int lua_axis_base_CardinalSplineTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CardinalSplineTo:CardinalSplineTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CardinalSplineTo_constructor'.",&tolua_err); #endif @@ -38466,7 +38466,7 @@ int lua_axis_base_CardinalSplineBy_constructor(lua_State* tolua_S) axis::CardinalSplineBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -38490,7 +38490,7 @@ int lua_axis_base_CardinalSplineBy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CardinalSplineBy:CardinalSplineBy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CardinalSplineBy_constructor'.",&tolua_err); #endif @@ -38523,18 +38523,18 @@ int lua_axis_base_CatmullRomTo_initWithDuration(lua_State* tolua_S) axis::CatmullRomTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CatmullRomTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CatmullRomTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CatmullRomTo_initWithDuration'", nullptr); @@ -38563,7 +38563,7 @@ int lua_axis_base_CatmullRomTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CatmullRomTo:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CatmullRomTo_initWithDuration'.",&tolua_err); #endif @@ -38596,18 +38596,18 @@ int lua_axis_base_CatmullRomBy_initWithDuration(lua_State* tolua_S) axis::CatmullRomBy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CatmullRomBy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CatmullRomBy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CatmullRomBy_initWithDuration'", nullptr); @@ -38636,7 +38636,7 @@ int lua_axis_base_CatmullRomBy_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CatmullRomBy:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CatmullRomBy_initWithDuration'.",&tolua_err); #endif @@ -38669,18 +38669,18 @@ int lua_axis_base_ActionEase_initWithAction(lua_State* tolua_S) axis::ActionEase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionEase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionEase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionEase_initWithAction'", nullptr); @@ -38706,7 +38706,7 @@ int lua_axis_base_ActionEase_initWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionEase:initWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionEase_initWithAction'.",&tolua_err); #endif @@ -38719,18 +38719,18 @@ int lua_axis_base_ActionEase_getInnerAction(lua_State* tolua_S) axis::ActionEase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionEase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionEase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionEase_getInnerAction'", nullptr); @@ -38753,7 +38753,7 @@ int lua_axis_base_ActionEase_getInnerAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionEase:getInnerAction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionEase_getInnerAction'.",&tolua_err); #endif @@ -38787,18 +38787,18 @@ int lua_axis_base_EaseRateAction_setRate(lua_State* tolua_S) axis::EaseRateAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EaseRateAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EaseRateAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EaseRateAction_setRate'", nullptr); @@ -38824,7 +38824,7 @@ int lua_axis_base_EaseRateAction_setRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseRateAction:setRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseRateAction_setRate'.",&tolua_err); #endif @@ -38837,18 +38837,18 @@ int lua_axis_base_EaseRateAction_initWithAction(lua_State* tolua_S) axis::EaseRateAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EaseRateAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EaseRateAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EaseRateAction_initWithAction'", nullptr); @@ -38877,7 +38877,7 @@ int lua_axis_base_EaseRateAction_initWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseRateAction:initWithAction",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseRateAction_initWithAction'.",&tolua_err); #endif @@ -38890,18 +38890,18 @@ int lua_axis_base_EaseRateAction_getRate(lua_State* tolua_S) axis::EaseRateAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EaseRateAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EaseRateAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EaseRateAction_getRate'", nullptr); @@ -38924,7 +38924,7 @@ int lua_axis_base_EaseRateAction_getRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseRateAction:getRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseRateAction_getRate'.",&tolua_err); #endif @@ -38936,11 +38936,11 @@ int lua_axis_base_EaseRateAction_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseRateAction",0,&tolua_err)) goto tolua_lerror; #endif @@ -38963,7 +38963,7 @@ int lua_axis_base_EaseRateAction_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseRateAction:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseRateAction_create'.",&tolua_err); #endif @@ -38997,11 +38997,11 @@ int lua_axis_base_EaseExponentialIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseExponentialIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -39022,7 +39022,7 @@ int lua_axis_base_EaseExponentialIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseExponentialIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseExponentialIn_create'.",&tolua_err); #endif @@ -39034,7 +39034,7 @@ int lua_axis_base_EaseExponentialIn_constructor(lua_State* tolua_S) axis::EaseExponentialIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39058,7 +39058,7 @@ int lua_axis_base_EaseExponentialIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseExponentialIn:EaseExponentialIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseExponentialIn_constructor'.",&tolua_err); #endif @@ -39091,11 +39091,11 @@ int lua_axis_base_EaseExponentialOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseExponentialOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -39116,7 +39116,7 @@ int lua_axis_base_EaseExponentialOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseExponentialOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseExponentialOut_create'.",&tolua_err); #endif @@ -39128,7 +39128,7 @@ int lua_axis_base_EaseExponentialOut_constructor(lua_State* tolua_S) axis::EaseExponentialOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39152,7 +39152,7 @@ int lua_axis_base_EaseExponentialOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseExponentialOut:EaseExponentialOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseExponentialOut_constructor'.",&tolua_err); #endif @@ -39185,11 +39185,11 @@ int lua_axis_base_EaseExponentialInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseExponentialInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -39210,7 +39210,7 @@ int lua_axis_base_EaseExponentialInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseExponentialInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseExponentialInOut_create'.",&tolua_err); #endif @@ -39222,7 +39222,7 @@ int lua_axis_base_EaseExponentialInOut_constructor(lua_State* tolua_S) axis::EaseExponentialInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39246,7 +39246,7 @@ int lua_axis_base_EaseExponentialInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseExponentialInOut:EaseExponentialInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseExponentialInOut_constructor'.",&tolua_err); #endif @@ -39279,11 +39279,11 @@ int lua_axis_base_EaseSineIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseSineIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -39304,7 +39304,7 @@ int lua_axis_base_EaseSineIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseSineIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseSineIn_create'.",&tolua_err); #endif @@ -39316,7 +39316,7 @@ int lua_axis_base_EaseSineIn_constructor(lua_State* tolua_S) axis::EaseSineIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39340,7 +39340,7 @@ int lua_axis_base_EaseSineIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseSineIn:EaseSineIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseSineIn_constructor'.",&tolua_err); #endif @@ -39373,11 +39373,11 @@ int lua_axis_base_EaseSineOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseSineOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -39398,7 +39398,7 @@ int lua_axis_base_EaseSineOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseSineOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseSineOut_create'.",&tolua_err); #endif @@ -39410,7 +39410,7 @@ int lua_axis_base_EaseSineOut_constructor(lua_State* tolua_S) axis::EaseSineOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39434,7 +39434,7 @@ int lua_axis_base_EaseSineOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseSineOut:EaseSineOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseSineOut_constructor'.",&tolua_err); #endif @@ -39467,11 +39467,11 @@ int lua_axis_base_EaseSineInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseSineInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -39492,7 +39492,7 @@ int lua_axis_base_EaseSineInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseSineInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseSineInOut_create'.",&tolua_err); #endif @@ -39504,7 +39504,7 @@ int lua_axis_base_EaseSineInOut_constructor(lua_State* tolua_S) axis::EaseSineInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39528,7 +39528,7 @@ int lua_axis_base_EaseSineInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseSineInOut:EaseSineInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseSineInOut_constructor'.",&tolua_err); #endif @@ -39580,11 +39580,11 @@ int lua_axis_base_EaseBounceIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseBounceIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -39605,7 +39605,7 @@ int lua_axis_base_EaseBounceIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseBounceIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBounceIn_create'.",&tolua_err); #endif @@ -39617,7 +39617,7 @@ int lua_axis_base_EaseBounceIn_constructor(lua_State* tolua_S) axis::EaseBounceIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39641,7 +39641,7 @@ int lua_axis_base_EaseBounceIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseBounceIn:EaseBounceIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBounceIn_constructor'.",&tolua_err); #endif @@ -39674,11 +39674,11 @@ int lua_axis_base_EaseBounceOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseBounceOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -39699,7 +39699,7 @@ int lua_axis_base_EaseBounceOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseBounceOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBounceOut_create'.",&tolua_err); #endif @@ -39711,7 +39711,7 @@ int lua_axis_base_EaseBounceOut_constructor(lua_State* tolua_S) axis::EaseBounceOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39735,7 +39735,7 @@ int lua_axis_base_EaseBounceOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseBounceOut:EaseBounceOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBounceOut_constructor'.",&tolua_err); #endif @@ -39768,11 +39768,11 @@ int lua_axis_base_EaseBounceInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseBounceInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -39793,7 +39793,7 @@ int lua_axis_base_EaseBounceInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseBounceInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBounceInOut_create'.",&tolua_err); #endif @@ -39805,7 +39805,7 @@ int lua_axis_base_EaseBounceInOut_constructor(lua_State* tolua_S) axis::EaseBounceInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39829,7 +39829,7 @@ int lua_axis_base_EaseBounceInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseBounceInOut:EaseBounceInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBounceInOut_constructor'.",&tolua_err); #endif @@ -39862,11 +39862,11 @@ int lua_axis_base_EaseBackIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseBackIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -39887,7 +39887,7 @@ int lua_axis_base_EaseBackIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseBackIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBackIn_create'.",&tolua_err); #endif @@ -39899,7 +39899,7 @@ int lua_axis_base_EaseBackIn_constructor(lua_State* tolua_S) axis::EaseBackIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -39923,7 +39923,7 @@ int lua_axis_base_EaseBackIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseBackIn:EaseBackIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBackIn_constructor'.",&tolua_err); #endif @@ -39956,11 +39956,11 @@ int lua_axis_base_EaseBackOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseBackOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -39981,7 +39981,7 @@ int lua_axis_base_EaseBackOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseBackOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBackOut_create'.",&tolua_err); #endif @@ -39993,7 +39993,7 @@ int lua_axis_base_EaseBackOut_constructor(lua_State* tolua_S) axis::EaseBackOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40017,7 +40017,7 @@ int lua_axis_base_EaseBackOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseBackOut:EaseBackOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBackOut_constructor'.",&tolua_err); #endif @@ -40050,11 +40050,11 @@ int lua_axis_base_EaseBackInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseBackInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -40075,7 +40075,7 @@ int lua_axis_base_EaseBackInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseBackInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBackInOut_create'.",&tolua_err); #endif @@ -40087,7 +40087,7 @@ int lua_axis_base_EaseBackInOut_constructor(lua_State* tolua_S) axis::EaseBackInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40111,7 +40111,7 @@ int lua_axis_base_EaseBackInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseBackInOut:EaseBackInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBackInOut_constructor'.",&tolua_err); #endif @@ -40144,11 +40144,11 @@ int lua_axis_base_EaseQuadraticActionIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuadraticActionIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -40169,7 +40169,7 @@ int lua_axis_base_EaseQuadraticActionIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuadraticActionIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuadraticActionIn_create'.",&tolua_err); #endif @@ -40181,7 +40181,7 @@ int lua_axis_base_EaseQuadraticActionIn_constructor(lua_State* tolua_S) axis::EaseQuadraticActionIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40205,7 +40205,7 @@ int lua_axis_base_EaseQuadraticActionIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuadraticActionIn:EaseQuadraticActionIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuadraticActionIn_constructor'.",&tolua_err); #endif @@ -40238,11 +40238,11 @@ int lua_axis_base_EaseQuadraticActionOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuadraticActionOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -40263,7 +40263,7 @@ int lua_axis_base_EaseQuadraticActionOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuadraticActionOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuadraticActionOut_create'.",&tolua_err); #endif @@ -40275,7 +40275,7 @@ int lua_axis_base_EaseQuadraticActionOut_constructor(lua_State* tolua_S) axis::EaseQuadraticActionOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40299,7 +40299,7 @@ int lua_axis_base_EaseQuadraticActionOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuadraticActionOut:EaseQuadraticActionOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuadraticActionOut_constructor'.",&tolua_err); #endif @@ -40332,11 +40332,11 @@ int lua_axis_base_EaseQuadraticActionInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuadraticActionInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -40357,7 +40357,7 @@ int lua_axis_base_EaseQuadraticActionInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuadraticActionInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuadraticActionInOut_create'.",&tolua_err); #endif @@ -40369,7 +40369,7 @@ int lua_axis_base_EaseQuadraticActionInOut_constructor(lua_State* tolua_S) axis::EaseQuadraticActionInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40393,7 +40393,7 @@ int lua_axis_base_EaseQuadraticActionInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuadraticActionInOut:EaseQuadraticActionInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuadraticActionInOut_constructor'.",&tolua_err); #endif @@ -40426,11 +40426,11 @@ int lua_axis_base_EaseQuarticActionIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuarticActionIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -40451,7 +40451,7 @@ int lua_axis_base_EaseQuarticActionIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuarticActionIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuarticActionIn_create'.",&tolua_err); #endif @@ -40463,7 +40463,7 @@ int lua_axis_base_EaseQuarticActionIn_constructor(lua_State* tolua_S) axis::EaseQuarticActionIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40487,7 +40487,7 @@ int lua_axis_base_EaseQuarticActionIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuarticActionIn:EaseQuarticActionIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuarticActionIn_constructor'.",&tolua_err); #endif @@ -40520,11 +40520,11 @@ int lua_axis_base_EaseQuarticActionOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuarticActionOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -40545,7 +40545,7 @@ int lua_axis_base_EaseQuarticActionOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuarticActionOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuarticActionOut_create'.",&tolua_err); #endif @@ -40557,7 +40557,7 @@ int lua_axis_base_EaseQuarticActionOut_constructor(lua_State* tolua_S) axis::EaseQuarticActionOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40581,7 +40581,7 @@ int lua_axis_base_EaseQuarticActionOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuarticActionOut:EaseQuarticActionOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuarticActionOut_constructor'.",&tolua_err); #endif @@ -40614,11 +40614,11 @@ int lua_axis_base_EaseQuarticActionInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuarticActionInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -40639,7 +40639,7 @@ int lua_axis_base_EaseQuarticActionInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuarticActionInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuarticActionInOut_create'.",&tolua_err); #endif @@ -40651,7 +40651,7 @@ int lua_axis_base_EaseQuarticActionInOut_constructor(lua_State* tolua_S) axis::EaseQuarticActionInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40675,7 +40675,7 @@ int lua_axis_base_EaseQuarticActionInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuarticActionInOut:EaseQuarticActionInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuarticActionInOut_constructor'.",&tolua_err); #endif @@ -40708,11 +40708,11 @@ int lua_axis_base_EaseQuinticActionIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuinticActionIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -40733,7 +40733,7 @@ int lua_axis_base_EaseQuinticActionIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuinticActionIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuinticActionIn_create'.",&tolua_err); #endif @@ -40745,7 +40745,7 @@ int lua_axis_base_EaseQuinticActionIn_constructor(lua_State* tolua_S) axis::EaseQuinticActionIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40769,7 +40769,7 @@ int lua_axis_base_EaseQuinticActionIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuinticActionIn:EaseQuinticActionIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuinticActionIn_constructor'.",&tolua_err); #endif @@ -40802,11 +40802,11 @@ int lua_axis_base_EaseQuinticActionOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuinticActionOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -40827,7 +40827,7 @@ int lua_axis_base_EaseQuinticActionOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuinticActionOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuinticActionOut_create'.",&tolua_err); #endif @@ -40839,7 +40839,7 @@ int lua_axis_base_EaseQuinticActionOut_constructor(lua_State* tolua_S) axis::EaseQuinticActionOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40863,7 +40863,7 @@ int lua_axis_base_EaseQuinticActionOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuinticActionOut:EaseQuinticActionOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuinticActionOut_constructor'.",&tolua_err); #endif @@ -40896,11 +40896,11 @@ int lua_axis_base_EaseQuinticActionInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseQuinticActionInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -40921,7 +40921,7 @@ int lua_axis_base_EaseQuinticActionInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseQuinticActionInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuinticActionInOut_create'.",&tolua_err); #endif @@ -40933,7 +40933,7 @@ int lua_axis_base_EaseQuinticActionInOut_constructor(lua_State* tolua_S) axis::EaseQuinticActionInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -40957,7 +40957,7 @@ int lua_axis_base_EaseQuinticActionInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseQuinticActionInOut:EaseQuinticActionInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseQuinticActionInOut_constructor'.",&tolua_err); #endif @@ -40990,11 +40990,11 @@ int lua_axis_base_EaseCircleActionIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseCircleActionIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -41015,7 +41015,7 @@ int lua_axis_base_EaseCircleActionIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseCircleActionIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCircleActionIn_create'.",&tolua_err); #endif @@ -41027,7 +41027,7 @@ int lua_axis_base_EaseCircleActionIn_constructor(lua_State* tolua_S) axis::EaseCircleActionIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41051,7 +41051,7 @@ int lua_axis_base_EaseCircleActionIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseCircleActionIn:EaseCircleActionIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCircleActionIn_constructor'.",&tolua_err); #endif @@ -41084,11 +41084,11 @@ int lua_axis_base_EaseCircleActionOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseCircleActionOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -41109,7 +41109,7 @@ int lua_axis_base_EaseCircleActionOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseCircleActionOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCircleActionOut_create'.",&tolua_err); #endif @@ -41121,7 +41121,7 @@ int lua_axis_base_EaseCircleActionOut_constructor(lua_State* tolua_S) axis::EaseCircleActionOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41145,7 +41145,7 @@ int lua_axis_base_EaseCircleActionOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseCircleActionOut:EaseCircleActionOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCircleActionOut_constructor'.",&tolua_err); #endif @@ -41178,11 +41178,11 @@ int lua_axis_base_EaseCircleActionInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseCircleActionInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -41203,7 +41203,7 @@ int lua_axis_base_EaseCircleActionInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseCircleActionInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCircleActionInOut_create'.",&tolua_err); #endif @@ -41215,7 +41215,7 @@ int lua_axis_base_EaseCircleActionInOut_constructor(lua_State* tolua_S) axis::EaseCircleActionInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41239,7 +41239,7 @@ int lua_axis_base_EaseCircleActionInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseCircleActionInOut:EaseCircleActionInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCircleActionInOut_constructor'.",&tolua_err); #endif @@ -41272,11 +41272,11 @@ int lua_axis_base_EaseCubicActionIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseCubicActionIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -41297,7 +41297,7 @@ int lua_axis_base_EaseCubicActionIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseCubicActionIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCubicActionIn_create'.",&tolua_err); #endif @@ -41309,7 +41309,7 @@ int lua_axis_base_EaseCubicActionIn_constructor(lua_State* tolua_S) axis::EaseCubicActionIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41333,7 +41333,7 @@ int lua_axis_base_EaseCubicActionIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseCubicActionIn:EaseCubicActionIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCubicActionIn_constructor'.",&tolua_err); #endif @@ -41366,11 +41366,11 @@ int lua_axis_base_EaseCubicActionOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseCubicActionOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -41391,7 +41391,7 @@ int lua_axis_base_EaseCubicActionOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseCubicActionOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCubicActionOut_create'.",&tolua_err); #endif @@ -41403,7 +41403,7 @@ int lua_axis_base_EaseCubicActionOut_constructor(lua_State* tolua_S) axis::EaseCubicActionOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41427,7 +41427,7 @@ int lua_axis_base_EaseCubicActionOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseCubicActionOut:EaseCubicActionOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCubicActionOut_constructor'.",&tolua_err); #endif @@ -41460,11 +41460,11 @@ int lua_axis_base_EaseCubicActionInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseCubicActionInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -41485,7 +41485,7 @@ int lua_axis_base_EaseCubicActionInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseCubicActionInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCubicActionInOut_create'.",&tolua_err); #endif @@ -41497,7 +41497,7 @@ int lua_axis_base_EaseCubicActionInOut_constructor(lua_State* tolua_S) axis::EaseCubicActionInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41521,7 +41521,7 @@ int lua_axis_base_EaseCubicActionInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseCubicActionInOut:EaseCubicActionInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseCubicActionInOut_constructor'.",&tolua_err); #endif @@ -41554,11 +41554,11 @@ int lua_axis_base_EaseIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -41581,7 +41581,7 @@ int lua_axis_base_EaseIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseIn:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseIn_create'.",&tolua_err); #endif @@ -41593,7 +41593,7 @@ int lua_axis_base_EaseIn_constructor(lua_State* tolua_S) axis::EaseIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41617,7 +41617,7 @@ int lua_axis_base_EaseIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseIn:EaseIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseIn_constructor'.",&tolua_err); #endif @@ -41650,11 +41650,11 @@ int lua_axis_base_EaseOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -41677,7 +41677,7 @@ int lua_axis_base_EaseOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseOut:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseOut_create'.",&tolua_err); #endif @@ -41689,7 +41689,7 @@ int lua_axis_base_EaseOut_constructor(lua_State* tolua_S) axis::EaseOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41713,7 +41713,7 @@ int lua_axis_base_EaseOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseOut:EaseOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseOut_constructor'.",&tolua_err); #endif @@ -41746,11 +41746,11 @@ int lua_axis_base_EaseInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -41773,7 +41773,7 @@ int lua_axis_base_EaseInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseInOut:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseInOut_create'.",&tolua_err); #endif @@ -41785,7 +41785,7 @@ int lua_axis_base_EaseInOut_constructor(lua_State* tolua_S) axis::EaseInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -41809,7 +41809,7 @@ int lua_axis_base_EaseInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseInOut:EaseInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseInOut_constructor'.",&tolua_err); #endif @@ -41843,18 +41843,18 @@ int lua_axis_base_EaseElastic_setPeriod(lua_State* tolua_S) axis::EaseElastic* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EaseElastic",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EaseElastic*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EaseElastic_setPeriod'", nullptr); @@ -41880,7 +41880,7 @@ int lua_axis_base_EaseElastic_setPeriod(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseElastic:setPeriod",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElastic_setPeriod'.",&tolua_err); #endif @@ -41893,18 +41893,18 @@ int lua_axis_base_EaseElastic_initWithAction(lua_State* tolua_S) axis::EaseElastic* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EaseElastic",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EaseElastic*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EaseElastic_initWithAction'", nullptr); @@ -41947,7 +41947,7 @@ int lua_axis_base_EaseElastic_initWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseElastic:initWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElastic_initWithAction'.",&tolua_err); #endif @@ -41960,18 +41960,18 @@ int lua_axis_base_EaseElastic_getPeriod(lua_State* tolua_S) axis::EaseElastic* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EaseElastic",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EaseElastic*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EaseElastic_getPeriod'", nullptr); @@ -41994,7 +41994,7 @@ int lua_axis_base_EaseElastic_getPeriod(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseElastic:getPeriod",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElastic_getPeriod'.",&tolua_err); #endif @@ -42028,11 +42028,11 @@ int lua_axis_base_EaseElasticIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseElasticIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -42068,7 +42068,7 @@ int lua_axis_base_EaseElasticIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseElasticIn:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElasticIn_create'.",&tolua_err); #endif @@ -42080,7 +42080,7 @@ int lua_axis_base_EaseElasticIn_constructor(lua_State* tolua_S) axis::EaseElasticIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -42104,7 +42104,7 @@ int lua_axis_base_EaseElasticIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseElasticIn:EaseElasticIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElasticIn_constructor'.",&tolua_err); #endif @@ -42137,11 +42137,11 @@ int lua_axis_base_EaseElasticOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseElasticOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -42177,7 +42177,7 @@ int lua_axis_base_EaseElasticOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseElasticOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElasticOut_create'.",&tolua_err); #endif @@ -42189,7 +42189,7 @@ int lua_axis_base_EaseElasticOut_constructor(lua_State* tolua_S) axis::EaseElasticOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -42213,7 +42213,7 @@ int lua_axis_base_EaseElasticOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseElasticOut:EaseElasticOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElasticOut_constructor'.",&tolua_err); #endif @@ -42246,11 +42246,11 @@ int lua_axis_base_EaseElasticInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseElasticInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -42286,7 +42286,7 @@ int lua_axis_base_EaseElasticInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseElasticInOut:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElasticInOut_create'.",&tolua_err); #endif @@ -42298,7 +42298,7 @@ int lua_axis_base_EaseElasticInOut_constructor(lua_State* tolua_S) axis::EaseElasticInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -42322,7 +42322,7 @@ int lua_axis_base_EaseElasticInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseElasticInOut:EaseElasticInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseElasticInOut_constructor'.",&tolua_err); #endif @@ -42356,18 +42356,18 @@ int lua_axis_base_EaseBezierAction_setBezierParamer(lua_State* tolua_S) axis::EaseBezierAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EaseBezierAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EaseBezierAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_EaseBezierAction_setBezierParamer'", nullptr); @@ -42402,7 +42402,7 @@ int lua_axis_base_EaseBezierAction_setBezierParamer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseBezierAction:setBezierParamer",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBezierAction_setBezierParamer'.",&tolua_err); #endif @@ -42414,11 +42414,11 @@ int lua_axis_base_EaseBezierAction_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EaseBezierAction",0,&tolua_err)) goto tolua_lerror; #endif @@ -42439,7 +42439,7 @@ int lua_axis_base_EaseBezierAction_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EaseBezierAction:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBezierAction_create'.",&tolua_err); #endif @@ -42451,7 +42451,7 @@ int lua_axis_base_EaseBezierAction_constructor(lua_State* tolua_S) axis::EaseBezierAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -42475,7 +42475,7 @@ int lua_axis_base_EaseBezierAction_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EaseBezierAction:EaseBezierAction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_EaseBezierAction_constructor'.",&tolua_err); #endif @@ -42528,11 +42528,11 @@ int lua_axis_base_Show_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Show",0,&tolua_err)) goto tolua_lerror; #endif @@ -42551,7 +42551,7 @@ int lua_axis_base_Show_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Show:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Show_create'.",&tolua_err); #endif @@ -42563,7 +42563,7 @@ int lua_axis_base_Show_constructor(lua_State* tolua_S) axis::Show* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -42587,7 +42587,7 @@ int lua_axis_base_Show_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Show:Show",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Show_constructor'.",&tolua_err); #endif @@ -42620,11 +42620,11 @@ int lua_axis_base_Hide_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Hide",0,&tolua_err)) goto tolua_lerror; #endif @@ -42643,7 +42643,7 @@ int lua_axis_base_Hide_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Hide:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Hide_create'.",&tolua_err); #endif @@ -42655,7 +42655,7 @@ int lua_axis_base_Hide_constructor(lua_State* tolua_S) axis::Hide* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -42679,7 +42679,7 @@ int lua_axis_base_Hide_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Hide:Hide",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Hide_constructor'.",&tolua_err); #endif @@ -42712,11 +42712,11 @@ int lua_axis_base_ToggleVisibility_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ToggleVisibility",0,&tolua_err)) goto tolua_lerror; #endif @@ -42735,7 +42735,7 @@ int lua_axis_base_ToggleVisibility_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ToggleVisibility:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ToggleVisibility_create'.",&tolua_err); #endif @@ -42747,7 +42747,7 @@ int lua_axis_base_ToggleVisibility_constructor(lua_State* tolua_S) axis::ToggleVisibility* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -42771,7 +42771,7 @@ int lua_axis_base_ToggleVisibility_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ToggleVisibility:ToggleVisibility",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ToggleVisibility_constructor'.",&tolua_err); #endif @@ -42805,18 +42805,18 @@ int lua_axis_base_RemoveSelf_init(lua_State* tolua_S) axis::RemoveSelf* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RemoveSelf",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RemoveSelf*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RemoveSelf_init'", nullptr); @@ -42842,7 +42842,7 @@ int lua_axis_base_RemoveSelf_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RemoveSelf:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RemoveSelf_init'.",&tolua_err); #endif @@ -42854,11 +42854,11 @@ int lua_axis_base_RemoveSelf_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.RemoveSelf",0,&tolua_err)) goto tolua_lerror; #endif @@ -42890,7 +42890,7 @@ int lua_axis_base_RemoveSelf_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.RemoveSelf:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RemoveSelf_create'.",&tolua_err); #endif @@ -42902,7 +42902,7 @@ int lua_axis_base_RemoveSelf_constructor(lua_State* tolua_S) axis::RemoveSelf* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -42926,7 +42926,7 @@ int lua_axis_base_RemoveSelf_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RemoveSelf:RemoveSelf",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RemoveSelf_constructor'.",&tolua_err); #endif @@ -42961,18 +42961,18 @@ int lua_axis_base_FlipX_initWithFlipX(lua_State* tolua_S) axis::FlipX* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FlipX",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FlipX*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FlipX_initWithFlipX'", nullptr); @@ -42998,7 +42998,7 @@ int lua_axis_base_FlipX_initWithFlipX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FlipX:initWithFlipX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipX_initWithFlipX'.",&tolua_err); #endif @@ -43010,11 +43010,11 @@ int lua_axis_base_FlipX_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FlipX",0,&tolua_err)) goto tolua_lerror; #endif @@ -43035,7 +43035,7 @@ int lua_axis_base_FlipX_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FlipX:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipX_create'.",&tolua_err); #endif @@ -43047,7 +43047,7 @@ int lua_axis_base_FlipX_constructor(lua_State* tolua_S) axis::FlipX* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -43071,7 +43071,7 @@ int lua_axis_base_FlipX_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FlipX:FlipX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipX_constructor'.",&tolua_err); #endif @@ -43106,18 +43106,18 @@ int lua_axis_base_FlipY_initWithFlipY(lua_State* tolua_S) axis::FlipY* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FlipY",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FlipY*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FlipY_initWithFlipY'", nullptr); @@ -43143,7 +43143,7 @@ int lua_axis_base_FlipY_initWithFlipY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FlipY:initWithFlipY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipY_initWithFlipY'.",&tolua_err); #endif @@ -43155,11 +43155,11 @@ int lua_axis_base_FlipY_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FlipY",0,&tolua_err)) goto tolua_lerror; #endif @@ -43180,7 +43180,7 @@ int lua_axis_base_FlipY_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FlipY:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipY_create'.",&tolua_err); #endif @@ -43192,7 +43192,7 @@ int lua_axis_base_FlipY_constructor(lua_State* tolua_S) axis::FlipY* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -43216,7 +43216,7 @@ int lua_axis_base_FlipY_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FlipY:FlipY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipY_constructor'.",&tolua_err); #endif @@ -43251,18 +43251,18 @@ int lua_axis_base_Place_initWithPosition(lua_State* tolua_S) axis::Place* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Place",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Place*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Place_initWithPosition'", nullptr); @@ -43288,7 +43288,7 @@ int lua_axis_base_Place_initWithPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Place:initWithPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Place_initWithPosition'.",&tolua_err); #endif @@ -43300,11 +43300,11 @@ int lua_axis_base_Place_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Place",0,&tolua_err)) goto tolua_lerror; #endif @@ -43325,7 +43325,7 @@ int lua_axis_base_Place_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Place:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Place_create'.",&tolua_err); #endif @@ -43337,7 +43337,7 @@ int lua_axis_base_Place_constructor(lua_State* tolua_S) axis::Place* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -43361,7 +43361,7 @@ int lua_axis_base_Place_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Place:Place",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Place_constructor'.",&tolua_err); #endif @@ -43396,18 +43396,18 @@ int lua_axis_base_CallFunc_execute(lua_State* tolua_S) axis::CallFunc* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CallFunc",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CallFunc*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CallFunc_execute'", nullptr); @@ -43430,7 +43430,7 @@ int lua_axis_base_CallFunc_execute(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CallFunc:execute",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CallFunc_execute'.",&tolua_err); #endif @@ -43443,7 +43443,7 @@ int lua_axis_base_CallFunc_constructor(lua_State* tolua_S) axis::CallFunc* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -43467,7 +43467,7 @@ int lua_axis_base_CallFunc_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CallFunc:CallFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CallFunc_constructor'.",&tolua_err); #endif @@ -43501,18 +43501,18 @@ int lua_axis_base_GridAction_getGrid(lua_State* tolua_S) axis::GridAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridAction_getGrid'", nullptr); @@ -43535,7 +43535,7 @@ int lua_axis_base_GridAction_getGrid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridAction:getGrid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridAction_getGrid'.",&tolua_err); #endif @@ -43548,18 +43548,18 @@ int lua_axis_base_GridAction_initWithDuration(lua_State* tolua_S) axis::GridAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridAction_initWithDuration'", nullptr); @@ -43588,7 +43588,7 @@ int lua_axis_base_GridAction_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridAction:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridAction_initWithDuration'.",&tolua_err); #endif @@ -43622,18 +43622,18 @@ int lua_axis_base_Grid3DAction_getGridRect(lua_State* tolua_S) axis::Grid3DAction* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Grid3DAction",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Grid3DAction*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Grid3DAction_getGridRect'", nullptr); @@ -43656,7 +43656,7 @@ int lua_axis_base_Grid3DAction_getGridRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Grid3DAction:getGridRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Grid3DAction_getGridRect'.",&tolua_err); #endif @@ -43707,11 +43707,11 @@ int lua_axis_base_StopGrid_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.StopGrid",0,&tolua_err)) goto tolua_lerror; #endif @@ -43730,7 +43730,7 @@ int lua_axis_base_StopGrid_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.StopGrid:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_StopGrid_create'.",&tolua_err); #endif @@ -43742,7 +43742,7 @@ int lua_axis_base_StopGrid_constructor(lua_State* tolua_S) axis::StopGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -43766,7 +43766,7 @@ int lua_axis_base_StopGrid_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.StopGrid:StopGrid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_StopGrid_constructor'.",&tolua_err); #endif @@ -43800,18 +43800,18 @@ int lua_axis_base_ReuseGrid_initWithTimes(lua_State* tolua_S) axis::ReuseGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ReuseGrid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ReuseGrid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ReuseGrid_initWithTimes'", nullptr); @@ -43837,7 +43837,7 @@ int lua_axis_base_ReuseGrid_initWithTimes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ReuseGrid:initWithTimes",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ReuseGrid_initWithTimes'.",&tolua_err); #endif @@ -43849,11 +43849,11 @@ int lua_axis_base_ReuseGrid_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ReuseGrid",0,&tolua_err)) goto tolua_lerror; #endif @@ -43874,7 +43874,7 @@ int lua_axis_base_ReuseGrid_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ReuseGrid:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ReuseGrid_create'.",&tolua_err); #endif @@ -43886,7 +43886,7 @@ int lua_axis_base_ReuseGrid_constructor(lua_State* tolua_S) axis::ReuseGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -43910,7 +43910,7 @@ int lua_axis_base_ReuseGrid_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ReuseGrid:ReuseGrid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ReuseGrid_constructor'.",&tolua_err); #endif @@ -43945,18 +43945,18 @@ int lua_axis_base_Waves3D_setAmplitudeRate(lua_State* tolua_S) axis::Waves3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves3D_setAmplitudeRate'", nullptr); @@ -43982,7 +43982,7 @@ int lua_axis_base_Waves3D_setAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves3D:setAmplitudeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves3D_setAmplitudeRate'.",&tolua_err); #endif @@ -43995,18 +43995,18 @@ int lua_axis_base_Waves3D_initWithDuration(lua_State* tolua_S) axis::Waves3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves3D_initWithDuration'", nullptr); @@ -44041,7 +44041,7 @@ int lua_axis_base_Waves3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves3D:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves3D_initWithDuration'.",&tolua_err); #endif @@ -44054,18 +44054,18 @@ int lua_axis_base_Waves3D_getAmplitude(lua_State* tolua_S) axis::Waves3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves3D_getAmplitude'", nullptr); @@ -44088,7 +44088,7 @@ int lua_axis_base_Waves3D_getAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves3D:getAmplitude",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves3D_getAmplitude'.",&tolua_err); #endif @@ -44101,18 +44101,18 @@ int lua_axis_base_Waves3D_getAmplitudeRate(lua_State* tolua_S) axis::Waves3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves3D_getAmplitudeRate'", nullptr); @@ -44135,7 +44135,7 @@ int lua_axis_base_Waves3D_getAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves3D:getAmplitudeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves3D_getAmplitudeRate'.",&tolua_err); #endif @@ -44148,18 +44148,18 @@ int lua_axis_base_Waves3D_setAmplitude(lua_State* tolua_S) axis::Waves3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves3D_setAmplitude'", nullptr); @@ -44185,7 +44185,7 @@ int lua_axis_base_Waves3D_setAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves3D:setAmplitude",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves3D_setAmplitude'.",&tolua_err); #endif @@ -44197,11 +44197,11 @@ int lua_axis_base_Waves3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Waves3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -44228,7 +44228,7 @@ int lua_axis_base_Waves3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Waves3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves3D_create'.",&tolua_err); #endif @@ -44240,7 +44240,7 @@ int lua_axis_base_Waves3D_constructor(lua_State* tolua_S) axis::Waves3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -44264,7 +44264,7 @@ int lua_axis_base_Waves3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves3D:Waves3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves3D_constructor'.",&tolua_err); #endif @@ -44303,18 +44303,18 @@ int lua_axis_base_FlipX3D_initWithSize(lua_State* tolua_S) axis::FlipX3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FlipX3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FlipX3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FlipX3D_initWithSize'", nullptr); @@ -44343,7 +44343,7 @@ int lua_axis_base_FlipX3D_initWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FlipX3D:initWithSize",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipX3D_initWithSize'.",&tolua_err); #endif @@ -44356,18 +44356,18 @@ int lua_axis_base_FlipX3D_initWithDuration(lua_State* tolua_S) axis::FlipX3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FlipX3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FlipX3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FlipX3D_initWithDuration'", nullptr); @@ -44393,7 +44393,7 @@ int lua_axis_base_FlipX3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FlipX3D:initWithDuration",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipX3D_initWithDuration'.",&tolua_err); #endif @@ -44405,11 +44405,11 @@ int lua_axis_base_FlipX3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FlipX3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -44430,7 +44430,7 @@ int lua_axis_base_FlipX3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FlipX3D:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipX3D_create'.",&tolua_err); #endif @@ -44442,7 +44442,7 @@ int lua_axis_base_FlipX3D_constructor(lua_State* tolua_S) axis::FlipX3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -44466,7 +44466,7 @@ int lua_axis_base_FlipX3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FlipX3D:FlipX3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipX3D_constructor'.",&tolua_err); #endif @@ -44501,11 +44501,11 @@ int lua_axis_base_FlipY3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FlipY3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -44526,7 +44526,7 @@ int lua_axis_base_FlipY3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FlipY3D:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipY3D_create'.",&tolua_err); #endif @@ -44538,7 +44538,7 @@ int lua_axis_base_FlipY3D_constructor(lua_State* tolua_S) axis::FlipY3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -44562,7 +44562,7 @@ int lua_axis_base_FlipY3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FlipY3D:FlipY3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FlipY3D_constructor'.",&tolua_err); #endif @@ -44596,18 +44596,18 @@ int lua_axis_base_Lens3D_setConcave(lua_State* tolua_S) axis::Lens3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Lens3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Lens3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Lens3D_setConcave'", nullptr); @@ -44633,7 +44633,7 @@ int lua_axis_base_Lens3D_setConcave(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Lens3D:setConcave",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Lens3D_setConcave'.",&tolua_err); #endif @@ -44646,18 +44646,18 @@ int lua_axis_base_Lens3D_initWithDuration(lua_State* tolua_S) axis::Lens3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Lens3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Lens3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Lens3D_initWithDuration'", nullptr); @@ -44692,7 +44692,7 @@ int lua_axis_base_Lens3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Lens3D:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Lens3D_initWithDuration'.",&tolua_err); #endif @@ -44705,18 +44705,18 @@ int lua_axis_base_Lens3D_setLensEffect(lua_State* tolua_S) axis::Lens3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Lens3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Lens3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Lens3D_setLensEffect'", nullptr); @@ -44742,7 +44742,7 @@ int lua_axis_base_Lens3D_setLensEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Lens3D:setLensEffect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Lens3D_setLensEffect'.",&tolua_err); #endif @@ -44755,18 +44755,18 @@ int lua_axis_base_Lens3D_getLensEffect(lua_State* tolua_S) axis::Lens3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Lens3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Lens3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Lens3D_getLensEffect'", nullptr); @@ -44789,7 +44789,7 @@ int lua_axis_base_Lens3D_getLensEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Lens3D:getLensEffect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Lens3D_getLensEffect'.",&tolua_err); #endif @@ -44802,18 +44802,18 @@ int lua_axis_base_Lens3D_setPosition(lua_State* tolua_S) axis::Lens3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Lens3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Lens3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Lens3D_setPosition'", nullptr); @@ -44839,7 +44839,7 @@ int lua_axis_base_Lens3D_setPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Lens3D:setPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Lens3D_setPosition'.",&tolua_err); #endif @@ -44852,18 +44852,18 @@ int lua_axis_base_Lens3D_getPosition(lua_State* tolua_S) axis::Lens3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Lens3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Lens3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Lens3D_getPosition'", nullptr); @@ -44886,7 +44886,7 @@ int lua_axis_base_Lens3D_getPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Lens3D:getPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Lens3D_getPosition'.",&tolua_err); #endif @@ -44898,11 +44898,11 @@ int lua_axis_base_Lens3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Lens3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -44929,7 +44929,7 @@ int lua_axis_base_Lens3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Lens3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Lens3D_create'.",&tolua_err); #endif @@ -44941,7 +44941,7 @@ int lua_axis_base_Lens3D_constructor(lua_State* tolua_S) axis::Lens3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -44965,7 +44965,7 @@ int lua_axis_base_Lens3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Lens3D:Lens3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Lens3D_constructor'.",&tolua_err); #endif @@ -45005,18 +45005,18 @@ int lua_axis_base_Ripple3D_setAmplitudeRate(lua_State* tolua_S) axis::Ripple3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ripple3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ripple3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ripple3D_setAmplitudeRate'", nullptr); @@ -45042,7 +45042,7 @@ int lua_axis_base_Ripple3D_setAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ripple3D:setAmplitudeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_setAmplitudeRate'.",&tolua_err); #endif @@ -45055,18 +45055,18 @@ int lua_axis_base_Ripple3D_initWithDuration(lua_State* tolua_S) axis::Ripple3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ripple3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ripple3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ripple3D_initWithDuration'", nullptr); @@ -45107,7 +45107,7 @@ int lua_axis_base_Ripple3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ripple3D:initWithDuration",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_initWithDuration'.",&tolua_err); #endif @@ -45120,18 +45120,18 @@ int lua_axis_base_Ripple3D_getAmplitudeRate(lua_State* tolua_S) axis::Ripple3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ripple3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ripple3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ripple3D_getAmplitudeRate'", nullptr); @@ -45154,7 +45154,7 @@ int lua_axis_base_Ripple3D_getAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ripple3D:getAmplitudeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_getAmplitudeRate'.",&tolua_err); #endif @@ -45167,18 +45167,18 @@ int lua_axis_base_Ripple3D_setAmplitude(lua_State* tolua_S) axis::Ripple3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ripple3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ripple3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ripple3D_setAmplitude'", nullptr); @@ -45204,7 +45204,7 @@ int lua_axis_base_Ripple3D_setAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ripple3D:setAmplitude",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_setAmplitude'.",&tolua_err); #endif @@ -45217,18 +45217,18 @@ int lua_axis_base_Ripple3D_getAmplitude(lua_State* tolua_S) axis::Ripple3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ripple3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ripple3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ripple3D_getAmplitude'", nullptr); @@ -45251,7 +45251,7 @@ int lua_axis_base_Ripple3D_getAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ripple3D:getAmplitude",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_getAmplitude'.",&tolua_err); #endif @@ -45264,18 +45264,18 @@ int lua_axis_base_Ripple3D_setPosition(lua_State* tolua_S) axis::Ripple3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ripple3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ripple3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ripple3D_setPosition'", nullptr); @@ -45301,7 +45301,7 @@ int lua_axis_base_Ripple3D_setPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ripple3D:setPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_setPosition'.",&tolua_err); #endif @@ -45314,18 +45314,18 @@ int lua_axis_base_Ripple3D_getPosition(lua_State* tolua_S) axis::Ripple3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Ripple3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Ripple3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Ripple3D_getPosition'", nullptr); @@ -45348,7 +45348,7 @@ int lua_axis_base_Ripple3D_getPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ripple3D:getPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_getPosition'.",&tolua_err); #endif @@ -45360,11 +45360,11 @@ int lua_axis_base_Ripple3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Ripple3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -45395,7 +45395,7 @@ int lua_axis_base_Ripple3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Ripple3D:create",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_create'.",&tolua_err); #endif @@ -45407,7 +45407,7 @@ int lua_axis_base_Ripple3D_constructor(lua_State* tolua_S) axis::Ripple3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -45431,7 +45431,7 @@ int lua_axis_base_Ripple3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Ripple3D:Ripple3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Ripple3D_constructor'.",&tolua_err); #endif @@ -45472,18 +45472,18 @@ int lua_axis_base_Shaky3D_initWithDuration(lua_State* tolua_S) axis::Shaky3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Shaky3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Shaky3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Shaky3D_initWithDuration'", nullptr); @@ -45518,7 +45518,7 @@ int lua_axis_base_Shaky3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Shaky3D:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Shaky3D_initWithDuration'.",&tolua_err); #endif @@ -45530,11 +45530,11 @@ int lua_axis_base_Shaky3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Shaky3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -45561,7 +45561,7 @@ int lua_axis_base_Shaky3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Shaky3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Shaky3D_create'.",&tolua_err); #endif @@ -45573,7 +45573,7 @@ int lua_axis_base_Shaky3D_constructor(lua_State* tolua_S) axis::Shaky3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -45597,7 +45597,7 @@ int lua_axis_base_Shaky3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Shaky3D:Shaky3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Shaky3D_constructor'.",&tolua_err); #endif @@ -45632,18 +45632,18 @@ int lua_axis_base_Liquid_setAmplitudeRate(lua_State* tolua_S) axis::Liquid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Liquid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Liquid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Liquid_setAmplitudeRate'", nullptr); @@ -45669,7 +45669,7 @@ int lua_axis_base_Liquid_setAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Liquid:setAmplitudeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Liquid_setAmplitudeRate'.",&tolua_err); #endif @@ -45682,18 +45682,18 @@ int lua_axis_base_Liquid_initWithDuration(lua_State* tolua_S) axis::Liquid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Liquid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Liquid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Liquid_initWithDuration'", nullptr); @@ -45728,7 +45728,7 @@ int lua_axis_base_Liquid_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Liquid:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Liquid_initWithDuration'.",&tolua_err); #endif @@ -45741,18 +45741,18 @@ int lua_axis_base_Liquid_getAmplitude(lua_State* tolua_S) axis::Liquid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Liquid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Liquid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Liquid_getAmplitude'", nullptr); @@ -45775,7 +45775,7 @@ int lua_axis_base_Liquid_getAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Liquid:getAmplitude",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Liquid_getAmplitude'.",&tolua_err); #endif @@ -45788,18 +45788,18 @@ int lua_axis_base_Liquid_getAmplitudeRate(lua_State* tolua_S) axis::Liquid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Liquid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Liquid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Liquid_getAmplitudeRate'", nullptr); @@ -45822,7 +45822,7 @@ int lua_axis_base_Liquid_getAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Liquid:getAmplitudeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Liquid_getAmplitudeRate'.",&tolua_err); #endif @@ -45835,18 +45835,18 @@ int lua_axis_base_Liquid_setAmplitude(lua_State* tolua_S) axis::Liquid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Liquid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Liquid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Liquid_setAmplitude'", nullptr); @@ -45872,7 +45872,7 @@ int lua_axis_base_Liquid_setAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Liquid:setAmplitude",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Liquid_setAmplitude'.",&tolua_err); #endif @@ -45884,11 +45884,11 @@ int lua_axis_base_Liquid_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Liquid",0,&tolua_err)) goto tolua_lerror; #endif @@ -45915,7 +45915,7 @@ int lua_axis_base_Liquid_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Liquid:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Liquid_create'.",&tolua_err); #endif @@ -45927,7 +45927,7 @@ int lua_axis_base_Liquid_constructor(lua_State* tolua_S) axis::Liquid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -45951,7 +45951,7 @@ int lua_axis_base_Liquid_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Liquid:Liquid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Liquid_constructor'.",&tolua_err); #endif @@ -45990,18 +45990,18 @@ int lua_axis_base_Waves_setAmplitudeRate(lua_State* tolua_S) axis::Waves* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves_setAmplitudeRate'", nullptr); @@ -46027,7 +46027,7 @@ int lua_axis_base_Waves_setAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves:setAmplitudeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves_setAmplitudeRate'.",&tolua_err); #endif @@ -46040,18 +46040,18 @@ int lua_axis_base_Waves_initWithDuration(lua_State* tolua_S) axis::Waves* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves_initWithDuration'", nullptr); @@ -46092,7 +46092,7 @@ int lua_axis_base_Waves_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves:initWithDuration",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves_initWithDuration'.",&tolua_err); #endif @@ -46105,18 +46105,18 @@ int lua_axis_base_Waves_getAmplitude(lua_State* tolua_S) axis::Waves* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves_getAmplitude'", nullptr); @@ -46139,7 +46139,7 @@ int lua_axis_base_Waves_getAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves:getAmplitude",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves_getAmplitude'.",&tolua_err); #endif @@ -46152,18 +46152,18 @@ int lua_axis_base_Waves_getAmplitudeRate(lua_State* tolua_S) axis::Waves* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves_getAmplitudeRate'", nullptr); @@ -46186,7 +46186,7 @@ int lua_axis_base_Waves_getAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves:getAmplitudeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves_getAmplitudeRate'.",&tolua_err); #endif @@ -46199,18 +46199,18 @@ int lua_axis_base_Waves_setAmplitude(lua_State* tolua_S) axis::Waves* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Waves",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Waves*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Waves_setAmplitude'", nullptr); @@ -46236,7 +46236,7 @@ int lua_axis_base_Waves_setAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves:setAmplitude",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves_setAmplitude'.",&tolua_err); #endif @@ -46248,11 +46248,11 @@ int lua_axis_base_Waves_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Waves",0,&tolua_err)) goto tolua_lerror; #endif @@ -46283,7 +46283,7 @@ int lua_axis_base_Waves_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Waves:create",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves_create'.",&tolua_err); #endif @@ -46295,7 +46295,7 @@ int lua_axis_base_Waves_constructor(lua_State* tolua_S) axis::Waves* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -46319,7 +46319,7 @@ int lua_axis_base_Waves_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Waves:Waves",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Waves_constructor'.",&tolua_err); #endif @@ -46358,18 +46358,18 @@ int lua_axis_base_Twirl_setAmplitudeRate(lua_State* tolua_S) axis::Twirl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Twirl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Twirl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Twirl_setAmplitudeRate'", nullptr); @@ -46395,7 +46395,7 @@ int lua_axis_base_Twirl_setAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Twirl:setAmplitudeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_setAmplitudeRate'.",&tolua_err); #endif @@ -46408,18 +46408,18 @@ int lua_axis_base_Twirl_initWithDuration(lua_State* tolua_S) axis::Twirl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Twirl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Twirl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Twirl_initWithDuration'", nullptr); @@ -46457,7 +46457,7 @@ int lua_axis_base_Twirl_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Twirl:initWithDuration",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_initWithDuration'.",&tolua_err); #endif @@ -46470,18 +46470,18 @@ int lua_axis_base_Twirl_getAmplitudeRate(lua_State* tolua_S) axis::Twirl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Twirl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Twirl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Twirl_getAmplitudeRate'", nullptr); @@ -46504,7 +46504,7 @@ int lua_axis_base_Twirl_getAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Twirl:getAmplitudeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_getAmplitudeRate'.",&tolua_err); #endif @@ -46517,18 +46517,18 @@ int lua_axis_base_Twirl_setAmplitude(lua_State* tolua_S) axis::Twirl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Twirl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Twirl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Twirl_setAmplitude'", nullptr); @@ -46554,7 +46554,7 @@ int lua_axis_base_Twirl_setAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Twirl:setAmplitude",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_setAmplitude'.",&tolua_err); #endif @@ -46567,18 +46567,18 @@ int lua_axis_base_Twirl_getAmplitude(lua_State* tolua_S) axis::Twirl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Twirl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Twirl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Twirl_getAmplitude'", nullptr); @@ -46601,7 +46601,7 @@ int lua_axis_base_Twirl_getAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Twirl:getAmplitude",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_getAmplitude'.",&tolua_err); #endif @@ -46614,18 +46614,18 @@ int lua_axis_base_Twirl_setPosition(lua_State* tolua_S) axis::Twirl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Twirl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Twirl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Twirl_setPosition'", nullptr); @@ -46651,7 +46651,7 @@ int lua_axis_base_Twirl_setPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Twirl:setPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_setPosition'.",&tolua_err); #endif @@ -46664,18 +46664,18 @@ int lua_axis_base_Twirl_getPosition(lua_State* tolua_S) axis::Twirl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Twirl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Twirl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Twirl_getPosition'", nullptr); @@ -46698,7 +46698,7 @@ int lua_axis_base_Twirl_getPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Twirl:getPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_getPosition'.",&tolua_err); #endif @@ -46710,11 +46710,11 @@ int lua_axis_base_Twirl_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Twirl",0,&tolua_err)) goto tolua_lerror; #endif @@ -46743,7 +46743,7 @@ int lua_axis_base_Twirl_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Twirl:create",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_create'.",&tolua_err); #endif @@ -46755,7 +46755,7 @@ int lua_axis_base_Twirl_constructor(lua_State* tolua_S) axis::Twirl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -46779,7 +46779,7 @@ int lua_axis_base_Twirl_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Twirl:Twirl",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Twirl_constructor'.",&tolua_err); #endif @@ -46820,18 +46820,18 @@ int lua_axis_base_ActionManager_getActionByTag(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_getActionByTag'", nullptr); @@ -46860,7 +46860,7 @@ int lua_axis_base_ActionManager_getActionByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:getActionByTag",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_getActionByTag'.",&tolua_err); #endif @@ -46873,18 +46873,18 @@ int lua_axis_base_ActionManager_removeActionByTag(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_removeActionByTag'", nullptr); @@ -46913,7 +46913,7 @@ int lua_axis_base_ActionManager_removeActionByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:removeActionByTag",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_removeActionByTag'.",&tolua_err); #endif @@ -46926,18 +46926,18 @@ int lua_axis_base_ActionManager_removeActionsByFlags(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_removeActionsByFlags'", nullptr); @@ -46966,7 +46966,7 @@ int lua_axis_base_ActionManager_removeActionsByFlags(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:removeActionsByFlags",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_removeActionsByFlags'.",&tolua_err); #endif @@ -46979,18 +46979,18 @@ int lua_axis_base_ActionManager_removeAllActions(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_removeAllActions'", nullptr); @@ -47013,7 +47013,7 @@ int lua_axis_base_ActionManager_removeAllActions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:removeAllActions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_removeAllActions'.",&tolua_err); #endif @@ -47026,18 +47026,18 @@ int lua_axis_base_ActionManager_addAction(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_addAction'", nullptr); @@ -47069,7 +47069,7 @@ int lua_axis_base_ActionManager_addAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:addAction",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_addAction'.",&tolua_err); #endif @@ -47082,18 +47082,18 @@ int lua_axis_base_ActionManager_resumeTarget(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_resumeTarget'", nullptr); @@ -47119,7 +47119,7 @@ int lua_axis_base_ActionManager_resumeTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:resumeTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_resumeTarget'.",&tolua_err); #endif @@ -47132,18 +47132,18 @@ int lua_axis_base_ActionManager_getNumberOfRunningActions(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_getNumberOfRunningActions'", nullptr); @@ -47166,7 +47166,7 @@ int lua_axis_base_ActionManager_getNumberOfRunningActions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:getNumberOfRunningActions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_getNumberOfRunningActions'.",&tolua_err); #endif @@ -47179,18 +47179,18 @@ int lua_axis_base_ActionManager_pauseTarget(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_pauseTarget'", nullptr); @@ -47216,7 +47216,7 @@ int lua_axis_base_ActionManager_pauseTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:pauseTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_pauseTarget'.",&tolua_err); #endif @@ -47229,18 +47229,18 @@ int lua_axis_base_ActionManager_getNumberOfRunningActionsInTarget(lua_State* tol axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_getNumberOfRunningActionsInTarget'", nullptr); @@ -47266,7 +47266,7 @@ int lua_axis_base_ActionManager_getNumberOfRunningActionsInTarget(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:getNumberOfRunningActionsInTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_getNumberOfRunningActionsInTarget'.",&tolua_err); #endif @@ -47279,18 +47279,18 @@ int lua_axis_base_ActionManager_removeAllActionsFromTarget(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_removeAllActionsFromTarget'", nullptr); @@ -47316,7 +47316,7 @@ int lua_axis_base_ActionManager_removeAllActionsFromTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:removeAllActionsFromTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_removeAllActionsFromTarget'.",&tolua_err); #endif @@ -47329,18 +47329,18 @@ int lua_axis_base_ActionManager_resumeTargets(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_resumeTargets'", nullptr); @@ -47366,7 +47366,7 @@ int lua_axis_base_ActionManager_resumeTargets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:resumeTargets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_resumeTargets'.",&tolua_err); #endif @@ -47379,18 +47379,18 @@ int lua_axis_base_ActionManager_removeAction(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_removeAction'", nullptr); @@ -47416,7 +47416,7 @@ int lua_axis_base_ActionManager_removeAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:removeAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_removeAction'.",&tolua_err); #endif @@ -47429,18 +47429,18 @@ int lua_axis_base_ActionManager_pauseAllRunningActions(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_pauseAllRunningActions'", nullptr); @@ -47463,7 +47463,7 @@ int lua_axis_base_ActionManager_pauseAllRunningActions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:pauseAllRunningActions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_pauseAllRunningActions'.",&tolua_err); #endif @@ -47476,18 +47476,18 @@ int lua_axis_base_ActionManager_update(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_update'", nullptr); @@ -47513,7 +47513,7 @@ int lua_axis_base_ActionManager_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:update",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_update'.",&tolua_err); #endif @@ -47526,18 +47526,18 @@ int lua_axis_base_ActionManager_removeAllActionsByTag(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_removeAllActionsByTag'", nullptr); @@ -47566,7 +47566,7 @@ int lua_axis_base_ActionManager_removeAllActionsByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:removeAllActionsByTag",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_removeAllActionsByTag'.",&tolua_err); #endif @@ -47579,18 +47579,18 @@ int lua_axis_base_ActionManager_getNumberOfRunningActionsInTargetByTag(lua_State axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionManager_getNumberOfRunningActionsInTargetByTag'", nullptr); @@ -47619,7 +47619,7 @@ int lua_axis_base_ActionManager_getNumberOfRunningActionsInTargetByTag(lua_State luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:getNumberOfRunningActionsInTargetByTag",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_getNumberOfRunningActionsInTargetByTag'.",&tolua_err); #endif @@ -47632,7 +47632,7 @@ int lua_axis_base_ActionManager_constructor(lua_State* tolua_S) axis::ActionManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -47656,7 +47656,7 @@ int lua_axis_base_ActionManager_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionManager:ActionManager",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionManager_constructor'.",&tolua_err); #endif @@ -47704,11 +47704,11 @@ int lua_axis_base_PageTurn3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PageTurn3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -47731,7 +47731,7 @@ int lua_axis_base_PageTurn3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PageTurn3D:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PageTurn3D_create'.",&tolua_err); #endif @@ -47763,18 +47763,18 @@ int lua_axis_base_ProgressTo_initWithDuration(lua_State* tolua_S) axis::ProgressTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTo_initWithDuration'", nullptr); @@ -47803,7 +47803,7 @@ int lua_axis_base_ProgressTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTo:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTo_initWithDuration'.",&tolua_err); #endif @@ -47815,11 +47815,11 @@ int lua_axis_base_ProgressTo_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ProgressTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -47842,7 +47842,7 @@ int lua_axis_base_ProgressTo_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ProgressTo:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTo_create'.",&tolua_err); #endif @@ -47854,7 +47854,7 @@ int lua_axis_base_ProgressTo_constructor(lua_State* tolua_S) axis::ProgressTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -47878,7 +47878,7 @@ int lua_axis_base_ProgressTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTo:ProgressTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTo_constructor'.",&tolua_err); #endif @@ -47913,18 +47913,18 @@ int lua_axis_base_ProgressFromTo_initWithDuration(lua_State* tolua_S) axis::ProgressFromTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressFromTo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressFromTo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressFromTo_initWithDuration'", nullptr); @@ -47956,7 +47956,7 @@ int lua_axis_base_ProgressFromTo_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressFromTo:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressFromTo_initWithDuration'.",&tolua_err); #endif @@ -47968,11 +47968,11 @@ int lua_axis_base_ProgressFromTo_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ProgressFromTo",0,&tolua_err)) goto tolua_lerror; #endif @@ -47997,7 +47997,7 @@ int lua_axis_base_ProgressFromTo_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ProgressFromTo:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressFromTo_create'.",&tolua_err); #endif @@ -48009,7 +48009,7 @@ int lua_axis_base_ProgressFromTo_constructor(lua_State* tolua_S) axis::ProgressFromTo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -48033,7 +48033,7 @@ int lua_axis_base_ProgressFromTo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressFromTo:ProgressFromTo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressFromTo_constructor'.",&tolua_err); #endif @@ -48068,18 +48068,18 @@ int lua_axis_base_ShakyTiles3D_initWithDuration(lua_State* tolua_S) axis::ShakyTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ShakyTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ShakyTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ShakyTiles3D_initWithDuration'", nullptr); @@ -48114,7 +48114,7 @@ int lua_axis_base_ShakyTiles3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ShakyTiles3D:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShakyTiles3D_initWithDuration'.",&tolua_err); #endif @@ -48126,11 +48126,11 @@ int lua_axis_base_ShakyTiles3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ShakyTiles3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -48157,7 +48157,7 @@ int lua_axis_base_ShakyTiles3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ShakyTiles3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShakyTiles3D_create'.",&tolua_err); #endif @@ -48169,7 +48169,7 @@ int lua_axis_base_ShakyTiles3D_constructor(lua_State* tolua_S) axis::ShakyTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -48193,7 +48193,7 @@ int lua_axis_base_ShakyTiles3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ShakyTiles3D:ShakyTiles3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShakyTiles3D_constructor'.",&tolua_err); #endif @@ -48228,18 +48228,18 @@ int lua_axis_base_ShatteredTiles3D_initWithDuration(lua_State* tolua_S) axis::ShatteredTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ShatteredTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ShatteredTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ShatteredTiles3D_initWithDuration'", nullptr); @@ -48274,7 +48274,7 @@ int lua_axis_base_ShatteredTiles3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ShatteredTiles3D:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShatteredTiles3D_initWithDuration'.",&tolua_err); #endif @@ -48286,11 +48286,11 @@ int lua_axis_base_ShatteredTiles3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ShatteredTiles3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -48317,7 +48317,7 @@ int lua_axis_base_ShatteredTiles3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ShatteredTiles3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShatteredTiles3D_create'.",&tolua_err); #endif @@ -48329,7 +48329,7 @@ int lua_axis_base_ShatteredTiles3D_constructor(lua_State* tolua_S) axis::ShatteredTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -48353,7 +48353,7 @@ int lua_axis_base_ShatteredTiles3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ShatteredTiles3D:ShatteredTiles3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShatteredTiles3D_constructor'.",&tolua_err); #endif @@ -48388,18 +48388,18 @@ int lua_axis_base_ShuffleTiles_initWithDuration(lua_State* tolua_S) axis::ShuffleTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ShuffleTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ShuffleTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ShuffleTiles_initWithDuration'", nullptr); @@ -48431,7 +48431,7 @@ int lua_axis_base_ShuffleTiles_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ShuffleTiles:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShuffleTiles_initWithDuration'.",&tolua_err); #endif @@ -48444,18 +48444,18 @@ int lua_axis_base_ShuffleTiles_getDelta(lua_State* tolua_S) axis::ShuffleTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ShuffleTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ShuffleTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ShuffleTiles_getDelta'", nullptr); @@ -48481,7 +48481,7 @@ int lua_axis_base_ShuffleTiles_getDelta(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ShuffleTiles:getDelta",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShuffleTiles_getDelta'.",&tolua_err); #endif @@ -48493,11 +48493,11 @@ int lua_axis_base_ShuffleTiles_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ShuffleTiles",0,&tolua_err)) goto tolua_lerror; #endif @@ -48522,7 +48522,7 @@ int lua_axis_base_ShuffleTiles_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ShuffleTiles:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShuffleTiles_create'.",&tolua_err); #endif @@ -48534,7 +48534,7 @@ int lua_axis_base_ShuffleTiles_constructor(lua_State* tolua_S) axis::ShuffleTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -48558,7 +48558,7 @@ int lua_axis_base_ShuffleTiles_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ShuffleTiles:ShuffleTiles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ShuffleTiles_constructor'.",&tolua_err); #endif @@ -48594,18 +48594,18 @@ int lua_axis_base_FadeOutTRTiles_turnOnTile(lua_State* tolua_S) axis::FadeOutTRTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FadeOutTRTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FadeOutTRTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FadeOutTRTiles_turnOnTile'", nullptr); @@ -48631,7 +48631,7 @@ int lua_axis_base_FadeOutTRTiles_turnOnTile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOutTRTiles:turnOnTile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutTRTiles_turnOnTile'.",&tolua_err); #endif @@ -48644,18 +48644,18 @@ int lua_axis_base_FadeOutTRTiles_turnOffTile(lua_State* tolua_S) axis::FadeOutTRTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FadeOutTRTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FadeOutTRTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FadeOutTRTiles_turnOffTile'", nullptr); @@ -48681,7 +48681,7 @@ int lua_axis_base_FadeOutTRTiles_turnOffTile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOutTRTiles:turnOffTile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutTRTiles_turnOffTile'.",&tolua_err); #endif @@ -48694,18 +48694,18 @@ int lua_axis_base_FadeOutTRTiles_transformTile(lua_State* tolua_S) axis::FadeOutTRTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FadeOutTRTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FadeOutTRTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FadeOutTRTiles_transformTile'", nullptr); @@ -48734,7 +48734,7 @@ int lua_axis_base_FadeOutTRTiles_transformTile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOutTRTiles:transformTile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutTRTiles_transformTile'.",&tolua_err); #endif @@ -48747,18 +48747,18 @@ int lua_axis_base_FadeOutTRTiles_testFunc(lua_State* tolua_S) axis::FadeOutTRTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FadeOutTRTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FadeOutTRTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FadeOutTRTiles_testFunc'", nullptr); @@ -48787,7 +48787,7 @@ int lua_axis_base_FadeOutTRTiles_testFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOutTRTiles:testFunc",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutTRTiles_testFunc'.",&tolua_err); #endif @@ -48799,11 +48799,11 @@ int lua_axis_base_FadeOutTRTiles_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FadeOutTRTiles",0,&tolua_err)) goto tolua_lerror; #endif @@ -48826,7 +48826,7 @@ int lua_axis_base_FadeOutTRTiles_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FadeOutTRTiles:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutTRTiles_create'.",&tolua_err); #endif @@ -48838,7 +48838,7 @@ int lua_axis_base_FadeOutTRTiles_constructor(lua_State* tolua_S) axis::FadeOutTRTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -48862,7 +48862,7 @@ int lua_axis_base_FadeOutTRTiles_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOutTRTiles:FadeOutTRTiles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutTRTiles_constructor'.",&tolua_err); #endif @@ -48899,11 +48899,11 @@ int lua_axis_base_FadeOutBLTiles_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FadeOutBLTiles",0,&tolua_err)) goto tolua_lerror; #endif @@ -48926,7 +48926,7 @@ int lua_axis_base_FadeOutBLTiles_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FadeOutBLTiles:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutBLTiles_create'.",&tolua_err); #endif @@ -48938,7 +48938,7 @@ int lua_axis_base_FadeOutBLTiles_constructor(lua_State* tolua_S) axis::FadeOutBLTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -48962,7 +48962,7 @@ int lua_axis_base_FadeOutBLTiles_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOutBLTiles:FadeOutBLTiles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutBLTiles_constructor'.",&tolua_err); #endif @@ -48995,11 +48995,11 @@ int lua_axis_base_FadeOutUpTiles_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FadeOutUpTiles",0,&tolua_err)) goto tolua_lerror; #endif @@ -49022,7 +49022,7 @@ int lua_axis_base_FadeOutUpTiles_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FadeOutUpTiles:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutUpTiles_create'.",&tolua_err); #endif @@ -49034,7 +49034,7 @@ int lua_axis_base_FadeOutUpTiles_constructor(lua_State* tolua_S) axis::FadeOutUpTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -49058,7 +49058,7 @@ int lua_axis_base_FadeOutUpTiles_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOutUpTiles:FadeOutUpTiles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutUpTiles_constructor'.",&tolua_err); #endif @@ -49091,11 +49091,11 @@ int lua_axis_base_FadeOutDownTiles_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FadeOutDownTiles",0,&tolua_err)) goto tolua_lerror; #endif @@ -49118,7 +49118,7 @@ int lua_axis_base_FadeOutDownTiles_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FadeOutDownTiles:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutDownTiles_create'.",&tolua_err); #endif @@ -49130,7 +49130,7 @@ int lua_axis_base_FadeOutDownTiles_constructor(lua_State* tolua_S) axis::FadeOutDownTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -49154,7 +49154,7 @@ int lua_axis_base_FadeOutDownTiles_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FadeOutDownTiles:FadeOutDownTiles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FadeOutDownTiles_constructor'.",&tolua_err); #endif @@ -49188,18 +49188,18 @@ int lua_axis_base_TurnOffTiles_turnOnTile(lua_State* tolua_S) axis::TurnOffTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TurnOffTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TurnOffTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TurnOffTiles_turnOnTile'", nullptr); @@ -49225,7 +49225,7 @@ int lua_axis_base_TurnOffTiles_turnOnTile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TurnOffTiles:turnOnTile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TurnOffTiles_turnOnTile'.",&tolua_err); #endif @@ -49238,18 +49238,18 @@ int lua_axis_base_TurnOffTiles_turnOffTile(lua_State* tolua_S) axis::TurnOffTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TurnOffTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TurnOffTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TurnOffTiles_turnOffTile'", nullptr); @@ -49275,7 +49275,7 @@ int lua_axis_base_TurnOffTiles_turnOffTile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TurnOffTiles:turnOffTile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TurnOffTiles_turnOffTile'.",&tolua_err); #endif @@ -49288,18 +49288,18 @@ int lua_axis_base_TurnOffTiles_initWithDuration(lua_State* tolua_S) axis::TurnOffTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TurnOffTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TurnOffTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TurnOffTiles_initWithDuration'", nullptr); @@ -49331,7 +49331,7 @@ int lua_axis_base_TurnOffTiles_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TurnOffTiles:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TurnOffTiles_initWithDuration'.",&tolua_err); #endif @@ -49342,11 +49342,11 @@ int lua_axis_base_TurnOffTiles_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TurnOffTiles",0,&tolua_err)) goto tolua_lerror; #endif @@ -49389,7 +49389,7 @@ int lua_axis_base_TurnOffTiles_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TurnOffTiles:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TurnOffTiles_create'.",&tolua_err); #endif @@ -49401,7 +49401,7 @@ int lua_axis_base_TurnOffTiles_constructor(lua_State* tolua_S) axis::TurnOffTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -49425,7 +49425,7 @@ int lua_axis_base_TurnOffTiles_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TurnOffTiles:TurnOffTiles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TurnOffTiles_constructor'.",&tolua_err); #endif @@ -49462,18 +49462,18 @@ int lua_axis_base_WavesTiles3D_setAmplitudeRate(lua_State* tolua_S) axis::WavesTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.WavesTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::WavesTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_WavesTiles3D_setAmplitudeRate'", nullptr); @@ -49499,7 +49499,7 @@ int lua_axis_base_WavesTiles3D_setAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.WavesTiles3D:setAmplitudeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_WavesTiles3D_setAmplitudeRate'.",&tolua_err); #endif @@ -49512,18 +49512,18 @@ int lua_axis_base_WavesTiles3D_initWithDuration(lua_State* tolua_S) axis::WavesTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.WavesTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::WavesTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_WavesTiles3D_initWithDuration'", nullptr); @@ -49558,7 +49558,7 @@ int lua_axis_base_WavesTiles3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.WavesTiles3D:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_WavesTiles3D_initWithDuration'.",&tolua_err); #endif @@ -49571,18 +49571,18 @@ int lua_axis_base_WavesTiles3D_getAmplitude(lua_State* tolua_S) axis::WavesTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.WavesTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::WavesTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_WavesTiles3D_getAmplitude'", nullptr); @@ -49605,7 +49605,7 @@ int lua_axis_base_WavesTiles3D_getAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.WavesTiles3D:getAmplitude",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_WavesTiles3D_getAmplitude'.",&tolua_err); #endif @@ -49618,18 +49618,18 @@ int lua_axis_base_WavesTiles3D_getAmplitudeRate(lua_State* tolua_S) axis::WavesTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.WavesTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::WavesTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_WavesTiles3D_getAmplitudeRate'", nullptr); @@ -49652,7 +49652,7 @@ int lua_axis_base_WavesTiles3D_getAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.WavesTiles3D:getAmplitudeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_WavesTiles3D_getAmplitudeRate'.",&tolua_err); #endif @@ -49665,18 +49665,18 @@ int lua_axis_base_WavesTiles3D_setAmplitude(lua_State* tolua_S) axis::WavesTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.WavesTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::WavesTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_WavesTiles3D_setAmplitude'", nullptr); @@ -49702,7 +49702,7 @@ int lua_axis_base_WavesTiles3D_setAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.WavesTiles3D:setAmplitude",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_WavesTiles3D_setAmplitude'.",&tolua_err); #endif @@ -49714,11 +49714,11 @@ int lua_axis_base_WavesTiles3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.WavesTiles3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -49745,7 +49745,7 @@ int lua_axis_base_WavesTiles3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.WavesTiles3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_WavesTiles3D_create'.",&tolua_err); #endif @@ -49757,7 +49757,7 @@ int lua_axis_base_WavesTiles3D_constructor(lua_State* tolua_S) axis::WavesTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -49781,7 +49781,7 @@ int lua_axis_base_WavesTiles3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.WavesTiles3D:WavesTiles3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_WavesTiles3D_constructor'.",&tolua_err); #endif @@ -49820,18 +49820,18 @@ int lua_axis_base_JumpTiles3D_setAmplitudeRate(lua_State* tolua_S) axis::JumpTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.JumpTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::JumpTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_JumpTiles3D_setAmplitudeRate'", nullptr); @@ -49857,7 +49857,7 @@ int lua_axis_base_JumpTiles3D_setAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpTiles3D:setAmplitudeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTiles3D_setAmplitudeRate'.",&tolua_err); #endif @@ -49870,18 +49870,18 @@ int lua_axis_base_JumpTiles3D_initWithDuration(lua_State* tolua_S) axis::JumpTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.JumpTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::JumpTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_JumpTiles3D_initWithDuration'", nullptr); @@ -49916,7 +49916,7 @@ int lua_axis_base_JumpTiles3D_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpTiles3D:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTiles3D_initWithDuration'.",&tolua_err); #endif @@ -49929,18 +49929,18 @@ int lua_axis_base_JumpTiles3D_getAmplitude(lua_State* tolua_S) axis::JumpTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.JumpTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::JumpTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_JumpTiles3D_getAmplitude'", nullptr); @@ -49963,7 +49963,7 @@ int lua_axis_base_JumpTiles3D_getAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpTiles3D:getAmplitude",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTiles3D_getAmplitude'.",&tolua_err); #endif @@ -49976,18 +49976,18 @@ int lua_axis_base_JumpTiles3D_getAmplitudeRate(lua_State* tolua_S) axis::JumpTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.JumpTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::JumpTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_JumpTiles3D_getAmplitudeRate'", nullptr); @@ -50010,7 +50010,7 @@ int lua_axis_base_JumpTiles3D_getAmplitudeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpTiles3D:getAmplitudeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTiles3D_getAmplitudeRate'.",&tolua_err); #endif @@ -50023,18 +50023,18 @@ int lua_axis_base_JumpTiles3D_setAmplitude(lua_State* tolua_S) axis::JumpTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.JumpTiles3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::JumpTiles3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_JumpTiles3D_setAmplitude'", nullptr); @@ -50060,7 +50060,7 @@ int lua_axis_base_JumpTiles3D_setAmplitude(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpTiles3D:setAmplitude",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTiles3D_setAmplitude'.",&tolua_err); #endif @@ -50072,11 +50072,11 @@ int lua_axis_base_JumpTiles3D_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.JumpTiles3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -50103,7 +50103,7 @@ int lua_axis_base_JumpTiles3D_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.JumpTiles3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTiles3D_create'.",&tolua_err); #endif @@ -50115,7 +50115,7 @@ int lua_axis_base_JumpTiles3D_constructor(lua_State* tolua_S) axis::JumpTiles3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -50139,7 +50139,7 @@ int lua_axis_base_JumpTiles3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.JumpTiles3D:JumpTiles3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_JumpTiles3D_constructor'.",&tolua_err); #endif @@ -50178,18 +50178,18 @@ int lua_axis_base_SplitRows_initWithDuration(lua_State* tolua_S) axis::SplitRows* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SplitRows",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SplitRows*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SplitRows_initWithDuration'", nullptr); @@ -50218,7 +50218,7 @@ int lua_axis_base_SplitRows_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SplitRows:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SplitRows_initWithDuration'.",&tolua_err); #endif @@ -50230,11 +50230,11 @@ int lua_axis_base_SplitRows_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SplitRows",0,&tolua_err)) goto tolua_lerror; #endif @@ -50257,7 +50257,7 @@ int lua_axis_base_SplitRows_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SplitRows:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SplitRows_create'.",&tolua_err); #endif @@ -50269,7 +50269,7 @@ int lua_axis_base_SplitRows_constructor(lua_State* tolua_S) axis::SplitRows* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -50293,7 +50293,7 @@ int lua_axis_base_SplitRows_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SplitRows:SplitRows",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SplitRows_constructor'.",&tolua_err); #endif @@ -50328,18 +50328,18 @@ int lua_axis_base_SplitCols_initWithDuration(lua_State* tolua_S) axis::SplitCols* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SplitCols",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SplitCols*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SplitCols_initWithDuration'", nullptr); @@ -50368,7 +50368,7 @@ int lua_axis_base_SplitCols_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SplitCols:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SplitCols_initWithDuration'.",&tolua_err); #endif @@ -50380,11 +50380,11 @@ int lua_axis_base_SplitCols_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SplitCols",0,&tolua_err)) goto tolua_lerror; #endif @@ -50407,7 +50407,7 @@ int lua_axis_base_SplitCols_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SplitCols:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SplitCols_create'.",&tolua_err); #endif @@ -50419,7 +50419,7 @@ int lua_axis_base_SplitCols_constructor(lua_State* tolua_S) axis::SplitCols* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -50443,7 +50443,7 @@ int lua_axis_base_SplitCols_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SplitCols:SplitCols",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SplitCols_constructor'.",&tolua_err); #endif @@ -50478,18 +50478,18 @@ int lua_axis_base_ActionTween_initWithDuration(lua_State* tolua_S) axis::ActionTween* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ActionTween",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ActionTween*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ActionTween_initWithDuration'", nullptr); @@ -50524,7 +50524,7 @@ int lua_axis_base_ActionTween_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ActionTween:initWithDuration",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionTween_initWithDuration'.",&tolua_err); #endif @@ -50536,11 +50536,11 @@ int lua_axis_base_ActionTween_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ActionTween",0,&tolua_err)) goto tolua_lerror; #endif @@ -50567,7 +50567,7 @@ int lua_axis_base_ActionTween_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ActionTween:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ActionTween_create'.",&tolua_err); #endif @@ -50600,18 +50600,18 @@ int lua_axis_base_AtlasNode_getBlendFunc(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_getBlendFunc'", nullptr); @@ -50634,7 +50634,7 @@ int lua_axis_base_AtlasNode_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_getBlendFunc'.",&tolua_err); #endif @@ -50647,18 +50647,18 @@ int lua_axis_base_AtlasNode_initWithTileFile(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_initWithTileFile'", nullptr); @@ -50693,7 +50693,7 @@ int lua_axis_base_AtlasNode_initWithTileFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:initWithTileFile",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_initWithTileFile'.",&tolua_err); #endif @@ -50706,18 +50706,18 @@ int lua_axis_base_AtlasNode_setBlendFunc(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_setBlendFunc'", nullptr); @@ -50743,7 +50743,7 @@ int lua_axis_base_AtlasNode_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_setBlendFunc'.",&tolua_err); #endif @@ -50756,18 +50756,18 @@ int lua_axis_base_AtlasNode_setTextureAtlas(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_setTextureAtlas'", nullptr); @@ -50793,7 +50793,7 @@ int lua_axis_base_AtlasNode_setTextureAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:setTextureAtlas",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_setTextureAtlas'.",&tolua_err); #endif @@ -50806,18 +50806,18 @@ int lua_axis_base_AtlasNode_getTexture(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_getTexture'", nullptr); @@ -50840,7 +50840,7 @@ int lua_axis_base_AtlasNode_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_getTexture'.",&tolua_err); #endif @@ -50853,18 +50853,18 @@ int lua_axis_base_AtlasNode_getTextureAtlas(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_getTextureAtlas'", nullptr); @@ -50887,7 +50887,7 @@ int lua_axis_base_AtlasNode_getTextureAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:getTextureAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_getTextureAtlas'.",&tolua_err); #endif @@ -50900,18 +50900,18 @@ int lua_axis_base_AtlasNode_updateAtlasValues(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_updateAtlasValues'", nullptr); @@ -50934,7 +50934,7 @@ int lua_axis_base_AtlasNode_updateAtlasValues(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:updateAtlasValues",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_updateAtlasValues'.",&tolua_err); #endif @@ -50947,18 +50947,18 @@ int lua_axis_base_AtlasNode_setTexture(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_setTexture'", nullptr); @@ -50984,7 +50984,7 @@ int lua_axis_base_AtlasNode_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_setTexture'.",&tolua_err); #endif @@ -50997,18 +50997,18 @@ int lua_axis_base_AtlasNode_initWithTexture(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_initWithTexture'", nullptr); @@ -51043,7 +51043,7 @@ int lua_axis_base_AtlasNode_initWithTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:initWithTexture",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_initWithTexture'.",&tolua_err); #endif @@ -51056,18 +51056,18 @@ int lua_axis_base_AtlasNode_getQuadsToDraw(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_getQuadsToDraw'", nullptr); @@ -51090,7 +51090,7 @@ int lua_axis_base_AtlasNode_getQuadsToDraw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:getQuadsToDraw",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_getQuadsToDraw'.",&tolua_err); #endif @@ -51103,18 +51103,18 @@ int lua_axis_base_AtlasNode_setQuadsToDraw(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AtlasNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AtlasNode_setQuadsToDraw'", nullptr); @@ -51140,7 +51140,7 @@ int lua_axis_base_AtlasNode_setQuadsToDraw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:setQuadsToDraw",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_setQuadsToDraw'.",&tolua_err); #endif @@ -51152,11 +51152,11 @@ int lua_axis_base_AtlasNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AtlasNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -51183,7 +51183,7 @@ int lua_axis_base_AtlasNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AtlasNode:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_create'.",&tolua_err); #endif @@ -51195,7 +51195,7 @@ int lua_axis_base_AtlasNode_constructor(lua_State* tolua_S) axis::AtlasNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -51219,7 +51219,7 @@ int lua_axis_base_AtlasNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AtlasNode:AtlasNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AtlasNode_constructor'.",&tolua_err); #endif @@ -51264,18 +51264,18 @@ int lua_axis_base_ClippingNode_hasContent(lua_State* tolua_S) axis::ClippingNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingNode_hasContent'", nullptr); @@ -51298,7 +51298,7 @@ int lua_axis_base_ClippingNode_hasContent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingNode:hasContent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_hasContent'.",&tolua_err); #endif @@ -51311,18 +51311,18 @@ int lua_axis_base_ClippingNode_setInverted(lua_State* tolua_S) axis::ClippingNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingNode_setInverted'", nullptr); @@ -51348,7 +51348,7 @@ int lua_axis_base_ClippingNode_setInverted(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingNode:setInverted",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_setInverted'.",&tolua_err); #endif @@ -51361,18 +51361,18 @@ int lua_axis_base_ClippingNode_setStencil(lua_State* tolua_S) axis::ClippingNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingNode_setStencil'", nullptr); @@ -51398,7 +51398,7 @@ int lua_axis_base_ClippingNode_setStencil(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingNode:setStencil",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_setStencil'.",&tolua_err); #endif @@ -51411,18 +51411,18 @@ int lua_axis_base_ClippingNode_getAlphaThreshold(lua_State* tolua_S) axis::ClippingNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingNode_getAlphaThreshold'", nullptr); @@ -51445,7 +51445,7 @@ int lua_axis_base_ClippingNode_getAlphaThreshold(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingNode:getAlphaThreshold",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_getAlphaThreshold'.",&tolua_err); #endif @@ -51458,18 +51458,18 @@ int lua_axis_base_ClippingNode_init(lua_State* tolua_S) axis::ClippingNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingNode_init'", nullptr); @@ -51495,7 +51495,7 @@ int lua_axis_base_ClippingNode_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingNode:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_init'.",&tolua_err); #endif @@ -51508,18 +51508,18 @@ int lua_axis_base_ClippingNode_getStencil(lua_State* tolua_S) axis::ClippingNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingNode_getStencil'", nullptr); @@ -51542,7 +51542,7 @@ int lua_axis_base_ClippingNode_getStencil(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingNode:getStencil",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_getStencil'.",&tolua_err); #endif @@ -51555,18 +51555,18 @@ int lua_axis_base_ClippingNode_setAlphaThreshold(lua_State* tolua_S) axis::ClippingNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingNode_setAlphaThreshold'", nullptr); @@ -51592,7 +51592,7 @@ int lua_axis_base_ClippingNode_setAlphaThreshold(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingNode:setAlphaThreshold",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_setAlphaThreshold'.",&tolua_err); #endif @@ -51605,18 +51605,18 @@ int lua_axis_base_ClippingNode_isInverted(lua_State* tolua_S) axis::ClippingNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingNode_isInverted'", nullptr); @@ -51639,7 +51639,7 @@ int lua_axis_base_ClippingNode_isInverted(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingNode:isInverted",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_isInverted'.",&tolua_err); #endif @@ -51650,11 +51650,11 @@ int lua_axis_base_ClippingNode_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ClippingNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -51685,7 +51685,7 @@ int lua_axis_base_ClippingNode_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.ClippingNode:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingNode_create'.",&tolua_err); #endif @@ -51725,18 +51725,18 @@ int lua_axis_base_ClippingRectangleNode_isClippingEnabled(lua_State* tolua_S) axis::ClippingRectangleNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingRectangleNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingRectangleNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingRectangleNode_isClippingEnabled'", nullptr); @@ -51759,7 +51759,7 @@ int lua_axis_base_ClippingRectangleNode_isClippingEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingRectangleNode:isClippingEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingRectangleNode_isClippingEnabled'.",&tolua_err); #endif @@ -51772,18 +51772,18 @@ int lua_axis_base_ClippingRectangleNode_setClippingEnabled(lua_State* tolua_S) axis::ClippingRectangleNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingRectangleNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingRectangleNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingRectangleNode_setClippingEnabled'", nullptr); @@ -51809,7 +51809,7 @@ int lua_axis_base_ClippingRectangleNode_setClippingEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingRectangleNode:setClippingEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingRectangleNode_setClippingEnabled'.",&tolua_err); #endif @@ -51822,18 +51822,18 @@ int lua_axis_base_ClippingRectangleNode_getClippingRegion(lua_State* tolua_S) axis::ClippingRectangleNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingRectangleNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingRectangleNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingRectangleNode_getClippingRegion'", nullptr); @@ -51856,7 +51856,7 @@ int lua_axis_base_ClippingRectangleNode_getClippingRegion(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingRectangleNode:getClippingRegion",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingRectangleNode_getClippingRegion'.",&tolua_err); #endif @@ -51869,18 +51869,18 @@ int lua_axis_base_ClippingRectangleNode_setClippingRegion(lua_State* tolua_S) axis::ClippingRectangleNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ClippingRectangleNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ClippingRectangleNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ClippingRectangleNode_setClippingRegion'", nullptr); @@ -51906,7 +51906,7 @@ int lua_axis_base_ClippingRectangleNode_setClippingRegion(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ClippingRectangleNode:setClippingRegion",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingRectangleNode_setClippingRegion'.",&tolua_err); #endif @@ -51917,11 +51917,11 @@ int lua_axis_base_ClippingRectangleNode_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ClippingRectangleNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -51952,7 +51952,7 @@ int lua_axis_base_ClippingRectangleNode_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.ClippingRectangleNode:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ClippingRectangleNode_create'.",&tolua_err); #endif @@ -51988,18 +51988,18 @@ int lua_axis_base_DrawNode_drawLine(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawLine'", nullptr); @@ -52031,7 +52031,7 @@ int lua_axis_base_DrawNode_drawLine(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawLine",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawLine'.",&tolua_err); #endif @@ -52044,18 +52044,18 @@ int lua_axis_base_DrawNode_setIsolated(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_setIsolated'", nullptr); @@ -52081,7 +52081,7 @@ int lua_axis_base_DrawNode_setIsolated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:setIsolated",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_setIsolated'.",&tolua_err); #endif @@ -52093,15 +52093,15 @@ int lua_axis_base_DrawNode_drawRect(lua_State* tolua_S) int argc = 0; axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawRect'", nullptr); @@ -52160,7 +52160,7 @@ int lua_axis_base_DrawNode_drawRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawRect",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawRect'.",&tolua_err); #endif @@ -52172,15 +52172,15 @@ int lua_axis_base_DrawNode_drawSolidCircle(lua_State* tolua_S) int argc = 0; axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawSolidCircle'", nullptr); @@ -52299,7 +52299,7 @@ int lua_axis_base_DrawNode_drawSolidCircle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawSolidCircle",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawSolidCircle'.",&tolua_err); #endif @@ -52312,18 +52312,18 @@ int lua_axis_base_DrawNode_setLineWidth(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_setLineWidth'", nullptr); @@ -52349,7 +52349,7 @@ int lua_axis_base_DrawNode_setLineWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:setLineWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_setLineWidth'.",&tolua_err); #endif @@ -52362,18 +52362,18 @@ int lua_axis_base_DrawNode_drawDot(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawDot'", nullptr); @@ -52405,7 +52405,7 @@ int lua_axis_base_DrawNode_drawDot(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawDot",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawDot'.",&tolua_err); #endif @@ -52418,18 +52418,18 @@ int lua_axis_base_DrawNode_drawSegment(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawSegment'", nullptr); @@ -52464,7 +52464,7 @@ int lua_axis_base_DrawNode_drawSegment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawSegment",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawSegment'.",&tolua_err); #endif @@ -52477,18 +52477,18 @@ int lua_axis_base_DrawNode_getBlendFunc(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_getBlendFunc'", nullptr); @@ -52511,7 +52511,7 @@ int lua_axis_base_DrawNode_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_getBlendFunc'.",&tolua_err); #endif @@ -52523,15 +52523,15 @@ int lua_axis_base_DrawNode_drawCircle(lua_State* tolua_S) int argc = 0; axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawCircle'", nullptr); @@ -52614,7 +52614,7 @@ int lua_axis_base_DrawNode_drawCircle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawCircle",argc, 8); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawCircle'.",&tolua_err); #endif @@ -52627,18 +52627,18 @@ int lua_axis_base_DrawNode_drawQuadBezier(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawQuadBezier'", nullptr); @@ -52676,7 +52676,7 @@ int lua_axis_base_DrawNode_drawQuadBezier(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawQuadBezier",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawQuadBezier'.",&tolua_err); #endif @@ -52689,18 +52689,18 @@ int lua_axis_base_DrawNode_drawTriangle(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawTriangle'", nullptr); @@ -52735,7 +52735,7 @@ int lua_axis_base_DrawNode_drawTriangle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawTriangle",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawTriangle'.",&tolua_err); #endif @@ -52748,18 +52748,18 @@ int lua_axis_base_DrawNode_setBlendFunc(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_setBlendFunc'", nullptr); @@ -52785,7 +52785,7 @@ int lua_axis_base_DrawNode_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_setBlendFunc'.",&tolua_err); #endif @@ -52798,18 +52798,18 @@ int lua_axis_base_DrawNode_clear(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_clear'", nullptr); @@ -52832,7 +52832,7 @@ int lua_axis_base_DrawNode_clear(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:clear",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_clear'.",&tolua_err); #endif @@ -52845,18 +52845,18 @@ int lua_axis_base_DrawNode_drawSolidRect(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawSolidRect'", nullptr); @@ -52888,7 +52888,7 @@ int lua_axis_base_DrawNode_drawSolidRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawSolidRect",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawSolidRect'.",&tolua_err); #endif @@ -52901,18 +52901,18 @@ int lua_axis_base_DrawNode_getLineWidth(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_getLineWidth'", nullptr); @@ -52935,7 +52935,7 @@ int lua_axis_base_DrawNode_getLineWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:getLineWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_getLineWidth'.",&tolua_err); #endif @@ -52948,18 +52948,18 @@ int lua_axis_base_DrawNode_drawPoint(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawPoint'", nullptr); @@ -52991,7 +52991,7 @@ int lua_axis_base_DrawNode_drawPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawPoint",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawPoint'.",&tolua_err); #endif @@ -53004,18 +53004,18 @@ int lua_axis_base_DrawNode_isIsolated(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_isIsolated'", nullptr); @@ -53038,7 +53038,7 @@ int lua_axis_base_DrawNode_isIsolated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:isIsolated",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_isIsolated'.",&tolua_err); #endif @@ -53051,18 +53051,18 @@ int lua_axis_base_DrawNode_drawCubicBezier(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DrawNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DrawNode_drawCubicBezier'", nullptr); @@ -53103,7 +53103,7 @@ int lua_axis_base_DrawNode_drawCubicBezier(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:drawCubicBezier",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_drawCubicBezier'.",&tolua_err); #endif @@ -53115,11 +53115,11 @@ int lua_axis_base_DrawNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.DrawNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -53151,7 +53151,7 @@ int lua_axis_base_DrawNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.DrawNode:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_create'.",&tolua_err); #endif @@ -53163,7 +53163,7 @@ int lua_axis_base_DrawNode_constructor(lua_State* tolua_S) axis::DrawNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -53204,7 +53204,7 @@ int lua_axis_base_DrawNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DrawNode:DrawNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DrawNode_constructor'.",&tolua_err); #endif @@ -53256,18 +53256,18 @@ int lua_axis_base_Label_isClipMarginEnabled(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_isClipMarginEnabled'", nullptr); @@ -53290,7 +53290,7 @@ int lua_axis_base_Label_isClipMarginEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:isClipMarginEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_isClipMarginEnabled'.",&tolua_err); #endif @@ -53303,18 +53303,18 @@ int lua_axis_base_Label_enableShadow(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_enableShadow'", nullptr); @@ -53388,7 +53388,7 @@ int lua_axis_base_Label_enableShadow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:enableShadow",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_enableShadow'.",&tolua_err); #endif @@ -53401,18 +53401,18 @@ int lua_axis_base_Label_setDimensions(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setDimensions'", nullptr); @@ -53441,7 +53441,7 @@ int lua_axis_base_Label_setDimensions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setDimensions",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setDimensions'.",&tolua_err); #endif @@ -53454,18 +53454,18 @@ int lua_axis_base_Label_getWidth(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getWidth'", nullptr); @@ -53488,7 +53488,7 @@ int lua_axis_base_Label_getWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getWidth'.",&tolua_err); #endif @@ -53501,18 +53501,18 @@ int lua_axis_base_Label_getString(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getString'", nullptr); @@ -53535,7 +53535,7 @@ int lua_axis_base_Label_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getString'.",&tolua_err); #endif @@ -53548,18 +53548,18 @@ int lua_axis_base_Label_getHeight(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getHeight'", nullptr); @@ -53582,7 +53582,7 @@ int lua_axis_base_Label_getHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getHeight'.",&tolua_err); #endif @@ -53594,15 +53594,15 @@ int lua_axis_base_Label_disableEffect(lua_State* tolua_S) int argc = 0; axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_disableEffect'", nullptr); @@ -53633,7 +53633,7 @@ int lua_axis_base_Label_disableEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:disableEffect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_disableEffect'.",&tolua_err); #endif @@ -53646,18 +53646,18 @@ int lua_axis_base_Label_setTTFConfig(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setTTFConfig'", nullptr); @@ -53683,7 +53683,7 @@ int lua_axis_base_Label_setTTFConfig(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setTTFConfig",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setTTFConfig'.",&tolua_err); #endif @@ -53696,18 +53696,18 @@ int lua_axis_base_Label_getLabelType(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getLabelType'", nullptr); @@ -53730,7 +53730,7 @@ int lua_axis_base_Label_getLabelType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getLabelType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getLabelType'.",&tolua_err); #endif @@ -53743,18 +53743,18 @@ int lua_axis_base_Label_getTextColor(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getTextColor'", nullptr); @@ -53777,7 +53777,7 @@ int lua_axis_base_Label_getTextColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getTextColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getTextColor'.",&tolua_err); #endif @@ -53790,18 +53790,18 @@ int lua_axis_base_Label_getBlendFunc(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getBlendFunc'", nullptr); @@ -53824,7 +53824,7 @@ int lua_axis_base_Label_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getBlendFunc'.",&tolua_err); #endif @@ -53837,18 +53837,18 @@ int lua_axis_base_Label_enableWrap(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_enableWrap'", nullptr); @@ -53874,7 +53874,7 @@ int lua_axis_base_Label_enableWrap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:enableWrap",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_enableWrap'.",&tolua_err); #endif @@ -53887,18 +53887,18 @@ int lua_axis_base_Label_setWidth(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setWidth'", nullptr); @@ -53924,7 +53924,7 @@ int lua_axis_base_Label_setWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setWidth'.",&tolua_err); #endif @@ -53937,18 +53937,18 @@ int lua_axis_base_Label_getAdditionalKerning(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getAdditionalKerning'", nullptr); @@ -53971,7 +53971,7 @@ int lua_axis_base_Label_getAdditionalKerning(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getAdditionalKerning",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getAdditionalKerning'.",&tolua_err); #endif @@ -53984,18 +53984,18 @@ int lua_axis_base_Label_getBMFontSize(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getBMFontSize'", nullptr); @@ -54018,7 +54018,7 @@ int lua_axis_base_Label_getBMFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getBMFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getBMFontSize'.",&tolua_err); #endif @@ -54031,18 +54031,18 @@ int lua_axis_base_Label_getMaxLineWidth(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getMaxLineWidth'", nullptr); @@ -54065,7 +54065,7 @@ int lua_axis_base_Label_getMaxLineWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getMaxLineWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getMaxLineWidth'.",&tolua_err); #endif @@ -54078,18 +54078,18 @@ int lua_axis_base_Label_getHorizontalAlignment(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getHorizontalAlignment'", nullptr); @@ -54112,7 +54112,7 @@ int lua_axis_base_Label_getHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getHorizontalAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getHorizontalAlignment'.",&tolua_err); #endif @@ -54125,18 +54125,18 @@ int lua_axis_base_Label_getShadowOffset(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getShadowOffset'", nullptr); @@ -54159,7 +54159,7 @@ int lua_axis_base_Label_getShadowOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getShadowOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getShadowOffset'.",&tolua_err); #endif @@ -54172,18 +54172,18 @@ int lua_axis_base_Label_getLineSpacing(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getLineSpacing'", nullptr); @@ -54206,7 +54206,7 @@ int lua_axis_base_Label_getLineSpacing(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getLineSpacing",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getLineSpacing'.",&tolua_err); #endif @@ -54219,18 +54219,18 @@ int lua_axis_base_Label_setClipMarginEnabled(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setClipMarginEnabled'", nullptr); @@ -54256,7 +54256,7 @@ int lua_axis_base_Label_setClipMarginEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setClipMarginEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setClipMarginEnabled'.",&tolua_err); #endif @@ -54269,18 +54269,18 @@ int lua_axis_base_Label_setString(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setString'", nullptr); @@ -54306,7 +54306,7 @@ int lua_axis_base_Label_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setString'.",&tolua_err); #endif @@ -54319,18 +54319,18 @@ int lua_axis_base_Label_setSystemFontName(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setSystemFontName'", nullptr); @@ -54356,7 +54356,7 @@ int lua_axis_base_Label_setSystemFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setSystemFontName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setSystemFontName'.",&tolua_err); #endif @@ -54369,18 +54369,18 @@ int lua_axis_base_Label_isWrapEnabled(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_isWrapEnabled'", nullptr); @@ -54403,7 +54403,7 @@ int lua_axis_base_Label_isWrapEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:isWrapEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_isWrapEnabled'.",&tolua_err); #endif @@ -54416,18 +54416,18 @@ int lua_axis_base_Label_getOutlineSize(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getOutlineSize'", nullptr); @@ -54450,7 +54450,7 @@ int lua_axis_base_Label_getOutlineSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getOutlineSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getOutlineSize'.",&tolua_err); #endif @@ -54462,15 +54462,15 @@ int lua_axis_base_Label_setBMFontFilePath(lua_State* tolua_S) int argc = 0; axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setBMFontFilePath'", nullptr); @@ -54589,7 +54589,7 @@ int lua_axis_base_Label_setBMFontFilePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setBMFontFilePath",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setBMFontFilePath'.",&tolua_err); #endif @@ -54601,15 +54601,15 @@ int lua_axis_base_Label_initWithTTF(lua_State* tolua_S) int argc = 0; axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_initWithTTF'", nullptr); @@ -54784,7 +54784,7 @@ int lua_axis_base_Label_initWithTTF(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:initWithTTF",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_initWithTTF'.",&tolua_err); #endif @@ -54797,18 +54797,18 @@ int lua_axis_base_Label_getFontAtlas(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getFontAtlas'", nullptr); @@ -54831,7 +54831,7 @@ int lua_axis_base_Label_getFontAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getFontAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getFontAtlas'.",&tolua_err); #endif @@ -54844,18 +54844,18 @@ int lua_axis_base_Label_setLineHeight(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setLineHeight'", nullptr); @@ -54881,7 +54881,7 @@ int lua_axis_base_Label_setLineHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setLineHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setLineHeight'.",&tolua_err); #endif @@ -54894,18 +54894,18 @@ int lua_axis_base_Label_setSystemFontSize(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setSystemFontSize'", nullptr); @@ -54931,7 +54931,7 @@ int lua_axis_base_Label_setSystemFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setSystemFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setSystemFontSize'.",&tolua_err); #endif @@ -54944,18 +54944,18 @@ int lua_axis_base_Label_setOverflow(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setOverflow'", nullptr); @@ -54981,7 +54981,7 @@ int lua_axis_base_Label_setOverflow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setOverflow",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setOverflow'.",&tolua_err); #endif @@ -54994,18 +54994,18 @@ int lua_axis_base_Label_enableStrikethrough(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_enableStrikethrough'", nullptr); @@ -55028,7 +55028,7 @@ int lua_axis_base_Label_enableStrikethrough(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:enableStrikethrough",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_enableStrikethrough'.",&tolua_err); #endif @@ -55041,18 +55041,18 @@ int lua_axis_base_Label_updateContent(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_updateContent'", nullptr); @@ -55075,7 +55075,7 @@ int lua_axis_base_Label_updateContent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:updateContent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_updateContent'.",&tolua_err); #endif @@ -55088,18 +55088,18 @@ int lua_axis_base_Label_getStringLength(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getStringLength'", nullptr); @@ -55122,7 +55122,7 @@ int lua_axis_base_Label_getStringLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getStringLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getStringLength'.",&tolua_err); #endif @@ -55135,18 +55135,18 @@ int lua_axis_base_Label_setLineBreakWithoutSpace(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setLineBreakWithoutSpace'", nullptr); @@ -55172,7 +55172,7 @@ int lua_axis_base_Label_setLineBreakWithoutSpace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setLineBreakWithoutSpace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setLineBreakWithoutSpace'.",&tolua_err); #endif @@ -55185,18 +55185,18 @@ int lua_axis_base_Label_getStringNumLines(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getStringNumLines'", nullptr); @@ -55219,7 +55219,7 @@ int lua_axis_base_Label_getStringNumLines(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getStringNumLines",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getStringNumLines'.",&tolua_err); #endif @@ -55232,18 +55232,18 @@ int lua_axis_base_Label_enableOutline(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_enableOutline'", nullptr); @@ -55286,7 +55286,7 @@ int lua_axis_base_Label_enableOutline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:enableOutline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_enableOutline'.",&tolua_err); #endif @@ -55299,18 +55299,18 @@ int lua_axis_base_Label_getShadowBlurRadius(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getShadowBlurRadius'", nullptr); @@ -55333,7 +55333,7 @@ int lua_axis_base_Label_getShadowBlurRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getShadowBlurRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getShadowBlurRadius'.",&tolua_err); #endif @@ -55346,18 +55346,18 @@ int lua_axis_base_Label_getEffectColor(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getEffectColor'", nullptr); @@ -55380,7 +55380,7 @@ int lua_axis_base_Label_getEffectColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getEffectColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getEffectColor'.",&tolua_err); #endif @@ -55393,18 +55393,18 @@ int lua_axis_base_Label_removeAllChildrenWithCleanup(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_removeAllChildrenWithCleanup'", nullptr); @@ -55430,7 +55430,7 @@ int lua_axis_base_Label_removeAllChildrenWithCleanup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:removeAllChildrenWithCleanup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_removeAllChildrenWithCleanup'.",&tolua_err); #endif @@ -55442,15 +55442,15 @@ int lua_axis_base_Label_setCharMap(lua_State* tolua_S) int argc = 0; axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setCharMap'", nullptr); @@ -55521,7 +55521,7 @@ int lua_axis_base_Label_setCharMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setCharMap",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setCharMap'.",&tolua_err); #endif @@ -55534,18 +55534,18 @@ int lua_axis_base_Label_getDimensions(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getDimensions'", nullptr); @@ -55568,7 +55568,7 @@ int lua_axis_base_Label_getDimensions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getDimensions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getDimensions'.",&tolua_err); #endif @@ -55581,18 +55581,18 @@ int lua_axis_base_Label_setMaxLineWidth(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setMaxLineWidth'", nullptr); @@ -55618,7 +55618,7 @@ int lua_axis_base_Label_setMaxLineWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setMaxLineWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setMaxLineWidth'.",&tolua_err); #endif @@ -55631,18 +55631,18 @@ int lua_axis_base_Label_getSystemFontName(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getSystemFontName'", nullptr); @@ -55665,7 +55665,7 @@ int lua_axis_base_Label_getSystemFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getSystemFontName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getSystemFontName'.",&tolua_err); #endif @@ -55678,18 +55678,18 @@ int lua_axis_base_Label_setVerticalAlignment(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setVerticalAlignment'", nullptr); @@ -55715,7 +55715,7 @@ int lua_axis_base_Label_setVerticalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setVerticalAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setVerticalAlignment'.",&tolua_err); #endif @@ -55728,18 +55728,18 @@ int lua_axis_base_Label_setLineSpacing(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setLineSpacing'", nullptr); @@ -55765,7 +55765,7 @@ int lua_axis_base_Label_setLineSpacing(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setLineSpacing",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setLineSpacing'.",&tolua_err); #endif @@ -55778,18 +55778,18 @@ int lua_axis_base_Label_getRenderingFontSize(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getRenderingFontSize'", nullptr); @@ -55812,7 +55812,7 @@ int lua_axis_base_Label_getRenderingFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getRenderingFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getRenderingFontSize'.",&tolua_err); #endif @@ -55825,18 +55825,18 @@ int lua_axis_base_Label_getLineHeight(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getLineHeight'", nullptr); @@ -55859,7 +55859,7 @@ int lua_axis_base_Label_getLineHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getLineHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getLineHeight'.",&tolua_err); #endif @@ -55872,18 +55872,18 @@ int lua_axis_base_Label_getShadowColor(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getShadowColor'", nullptr); @@ -55906,7 +55906,7 @@ int lua_axis_base_Label_getShadowColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getShadowColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getShadowColor'.",&tolua_err); #endif @@ -55919,18 +55919,18 @@ int lua_axis_base_Label_getTTFConfig(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getTTFConfig'", nullptr); @@ -55953,7 +55953,7 @@ int lua_axis_base_Label_getTTFConfig(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getTTFConfig",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getTTFConfig'.",&tolua_err); #endif @@ -55966,18 +55966,18 @@ int lua_axis_base_Label_enableItalics(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_enableItalics'", nullptr); @@ -56000,7 +56000,7 @@ int lua_axis_base_Label_enableItalics(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:enableItalics",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_enableItalics'.",&tolua_err); #endif @@ -56013,18 +56013,18 @@ int lua_axis_base_Label_setTextColor(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setTextColor'", nullptr); @@ -56050,7 +56050,7 @@ int lua_axis_base_Label_setTextColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setTextColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setTextColor'.",&tolua_err); #endif @@ -56063,18 +56063,18 @@ int lua_axis_base_Label_getLetter(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getLetter'", nullptr); @@ -56100,7 +56100,7 @@ int lua_axis_base_Label_getLetter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getLetter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getLetter'.",&tolua_err); #endif @@ -56113,18 +56113,18 @@ int lua_axis_base_Label_setHeight(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setHeight'", nullptr); @@ -56150,7 +56150,7 @@ int lua_axis_base_Label_setHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setHeight'.",&tolua_err); #endif @@ -56163,18 +56163,18 @@ int lua_axis_base_Label_isShadowEnabled(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_isShadowEnabled'", nullptr); @@ -56197,7 +56197,7 @@ int lua_axis_base_Label_isShadowEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:isShadowEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_isShadowEnabled'.",&tolua_err); #endif @@ -56210,18 +56210,18 @@ int lua_axis_base_Label_enableGlow(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_enableGlow'", nullptr); @@ -56247,7 +56247,7 @@ int lua_axis_base_Label_enableGlow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:enableGlow",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_enableGlow'.",&tolua_err); #endif @@ -56260,18 +56260,18 @@ int lua_axis_base_Label_getOverflow(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getOverflow'", nullptr); @@ -56294,7 +56294,7 @@ int lua_axis_base_Label_getOverflow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getOverflow",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getOverflow'.",&tolua_err); #endif @@ -56307,18 +56307,18 @@ int lua_axis_base_Label_getVerticalAlignment(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getVerticalAlignment'", nullptr); @@ -56341,7 +56341,7 @@ int lua_axis_base_Label_getVerticalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getVerticalAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getVerticalAlignment'.",&tolua_err); #endif @@ -56354,18 +56354,18 @@ int lua_axis_base_Label_setAdditionalKerning(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setAdditionalKerning'", nullptr); @@ -56391,7 +56391,7 @@ int lua_axis_base_Label_setAdditionalKerning(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setAdditionalKerning",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setAdditionalKerning'.",&tolua_err); #endif @@ -56404,18 +56404,18 @@ int lua_axis_base_Label_getSystemFontSize(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getSystemFontSize'", nullptr); @@ -56438,7 +56438,7 @@ int lua_axis_base_Label_getSystemFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getSystemFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getSystemFontSize'.",&tolua_err); #endif @@ -56451,18 +56451,18 @@ int lua_axis_base_Label_setBlendFunc(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setBlendFunc'", nullptr); @@ -56488,7 +56488,7 @@ int lua_axis_base_Label_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setBlendFunc'.",&tolua_err); #endif @@ -56501,18 +56501,18 @@ int lua_axis_base_Label_getTextAlignment(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getTextAlignment'", nullptr); @@ -56535,7 +56535,7 @@ int lua_axis_base_Label_getTextAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getTextAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getTextAlignment'.",&tolua_err); #endif @@ -56548,18 +56548,18 @@ int lua_axis_base_Label_getBMFontFilePath(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getBMFontFilePath'", nullptr); @@ -56582,7 +56582,7 @@ int lua_axis_base_Label_getBMFontFilePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getBMFontFilePath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getBMFontFilePath'.",&tolua_err); #endif @@ -56595,18 +56595,18 @@ int lua_axis_base_Label_setHorizontalAlignment(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setHorizontalAlignment'", nullptr); @@ -56632,7 +56632,7 @@ int lua_axis_base_Label_setHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setHorizontalAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setHorizontalAlignment'.",&tolua_err); #endif @@ -56645,18 +56645,18 @@ int lua_axis_base_Label_enableBold(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_enableBold'", nullptr); @@ -56679,7 +56679,7 @@ int lua_axis_base_Label_enableBold(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:enableBold",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_enableBold'.",&tolua_err); #endif @@ -56692,18 +56692,18 @@ int lua_axis_base_Label_enableUnderline(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_enableUnderline'", nullptr); @@ -56726,7 +56726,7 @@ int lua_axis_base_Label_enableUnderline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:enableUnderline",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_enableUnderline'.",&tolua_err); #endif @@ -56739,18 +56739,18 @@ int lua_axis_base_Label_getLabelEffectType(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_getLabelEffectType'", nullptr); @@ -56773,7 +56773,7 @@ int lua_axis_base_Label_getLabelEffectType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:getLabelEffectType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_getLabelEffectType'.",&tolua_err); #endif @@ -56785,15 +56785,15 @@ int lua_axis_base_Label_setAlignment(lua_State* tolua_S) int argc = 0; axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setAlignment'", nullptr); @@ -56832,7 +56832,7 @@ int lua_axis_base_Label_setAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setAlignment'.",&tolua_err); #endif @@ -56845,18 +56845,18 @@ int lua_axis_base_Label_requestSystemFontRefresh(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_requestSystemFontRefresh'", nullptr); @@ -56879,7 +56879,7 @@ int lua_axis_base_Label_requestSystemFontRefresh(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:requestSystemFontRefresh",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_requestSystemFontRefresh'.",&tolua_err); #endif @@ -56892,18 +56892,18 @@ int lua_axis_base_Label_setBMFontSize(lua_State* tolua_S) axis::Label* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Label*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Label_setBMFontSize'", nullptr); @@ -56929,7 +56929,7 @@ int lua_axis_base_Label_setBMFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Label:setBMFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_setBMFontSize'.",&tolua_err); #endif @@ -56940,11 +56940,11 @@ int lua_axis_base_Label_createWithBMFont(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif @@ -57062,7 +57062,7 @@ int lua_axis_base_Label_createWithBMFont(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Label:createWithBMFont",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_createWithBMFont'.",&tolua_err); #endif @@ -57073,11 +57073,11 @@ int lua_axis_base_Label_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif @@ -57096,7 +57096,7 @@ int lua_axis_base_Label_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Label:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_create'.",&tolua_err); #endif @@ -57106,11 +57106,11 @@ int lua_axis_base_Label_createWithCharMap(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif @@ -57175,7 +57175,7 @@ int lua_axis_base_Label_createWithCharMap(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Label:createWithCharMap",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_createWithCharMap'.",&tolua_err); #endif @@ -57186,11 +57186,11 @@ int lua_axis_base_Label_createWithSystemFont(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Label",0,&tolua_err)) goto tolua_lerror; #endif @@ -57278,7 +57278,7 @@ int lua_axis_base_Label_createWithSystemFont(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Label:createWithSystemFont",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Label_createWithSystemFont'.",&tolua_err); #endif @@ -57382,18 +57382,18 @@ int lua_axis_base_LabelAtlas_setString(lua_State* tolua_S) axis::LabelAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LabelAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LabelAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LabelAtlas_setString'", nullptr); @@ -57419,7 +57419,7 @@ int lua_axis_base_LabelAtlas_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LabelAtlas:setString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LabelAtlas_setString'.",&tolua_err); #endif @@ -57431,15 +57431,15 @@ int lua_axis_base_LabelAtlas_initWithString(lua_State* tolua_S) int argc = 0; axis::LabelAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LabelAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LabelAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LabelAtlas_initWithString'", nullptr); @@ -57522,7 +57522,7 @@ int lua_axis_base_LabelAtlas_initWithString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LabelAtlas:initWithString",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LabelAtlas_initWithString'.",&tolua_err); #endif @@ -57535,18 +57535,18 @@ int lua_axis_base_LabelAtlas_getString(lua_State* tolua_S) axis::LabelAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LabelAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LabelAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LabelAtlas_getString'", nullptr); @@ -57569,7 +57569,7 @@ int lua_axis_base_LabelAtlas_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LabelAtlas:getString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LabelAtlas_getString'.",&tolua_err); #endif @@ -57580,11 +57580,11 @@ int lua_axis_base_LabelAtlas_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.LabelAtlas",0,&tolua_err)) goto tolua_lerror; #endif @@ -57658,7 +57658,7 @@ int lua_axis_base_LabelAtlas_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.LabelAtlas:create",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LabelAtlas_create'.",&tolua_err); #endif @@ -57670,7 +57670,7 @@ int lua_axis_base_LabelAtlas_constructor(lua_State* tolua_S) axis::LabelAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -57694,7 +57694,7 @@ int lua_axis_base_LabelAtlas_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LabelAtlas:LabelAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LabelAtlas_constructor'.",&tolua_err); #endif @@ -57730,15 +57730,15 @@ int lua_axis_base_Sprite_setSpriteFrame(lua_State* tolua_S) int argc = 0; axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setSpriteFrame'", nullptr); @@ -57773,7 +57773,7 @@ int lua_axis_base_Sprite_setSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setSpriteFrame'.",&tolua_err); #endif @@ -57785,15 +57785,15 @@ int lua_axis_base_Sprite_setTexture(lua_State* tolua_S) int argc = 0; axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setTexture'", nullptr); @@ -57828,7 +57828,7 @@ int lua_axis_base_Sprite_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setTexture'.",&tolua_err); #endif @@ -57841,18 +57841,18 @@ int lua_axis_base_Sprite_getTexture(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getTexture'", nullptr); @@ -57875,7 +57875,7 @@ int lua_axis_base_Sprite_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getTexture'.",&tolua_err); #endif @@ -57888,18 +57888,18 @@ int lua_axis_base_Sprite_setFlippedY(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setFlippedY'", nullptr); @@ -57925,7 +57925,7 @@ int lua_axis_base_Sprite_setFlippedY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setFlippedY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setFlippedY'.",&tolua_err); #endif @@ -57938,18 +57938,18 @@ int lua_axis_base_Sprite_setFlippedX(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setFlippedX'", nullptr); @@ -57975,7 +57975,7 @@ int lua_axis_base_Sprite_setFlippedX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setFlippedX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setFlippedX'.",&tolua_err); #endif @@ -57988,18 +57988,18 @@ int lua_axis_base_Sprite_getResourceType(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getResourceType'", nullptr); @@ -58022,7 +58022,7 @@ int lua_axis_base_Sprite_getResourceType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getResourceType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getResourceType'.",&tolua_err); #endif @@ -58035,18 +58035,18 @@ int lua_axis_base_Sprite_setDisplayFrameWithAnimationName(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setDisplayFrameWithAnimationName'", nullptr); @@ -58075,7 +58075,7 @@ int lua_axis_base_Sprite_setDisplayFrameWithAnimationName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setDisplayFrameWithAnimationName",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setDisplayFrameWithAnimationName'.",&tolua_err); #endif @@ -58088,18 +58088,18 @@ int lua_axis_base_Sprite_getBatchNode(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getBatchNode'", nullptr); @@ -58122,7 +58122,7 @@ int lua_axis_base_Sprite_getBatchNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getBatchNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getBatchNode'.",&tolua_err); #endif @@ -58135,18 +58135,18 @@ int lua_axis_base_Sprite_getOffsetPosition(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getOffsetPosition'", nullptr); @@ -58169,7 +58169,7 @@ int lua_axis_base_Sprite_getOffsetPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getOffsetPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getOffsetPosition'.",&tolua_err); #endif @@ -58182,18 +58182,18 @@ int lua_axis_base_Sprite_getCenterRect(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getCenterRect'", nullptr); @@ -58216,7 +58216,7 @@ int lua_axis_base_Sprite_getCenterRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getCenterRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getCenterRect'.",&tolua_err); #endif @@ -58229,18 +58229,18 @@ int lua_axis_base_Sprite_setCenterRectNormalized(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setCenterRectNormalized'", nullptr); @@ -58266,7 +58266,7 @@ int lua_axis_base_Sprite_setCenterRectNormalized(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setCenterRectNormalized",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setCenterRectNormalized'.",&tolua_err); #endif @@ -58279,18 +58279,18 @@ int lua_axis_base_Sprite_isStretchEnabled(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_isStretchEnabled'", nullptr); @@ -58313,7 +58313,7 @@ int lua_axis_base_Sprite_isStretchEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:isStretchEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_isStretchEnabled'.",&tolua_err); #endif @@ -58325,15 +58325,15 @@ int lua_axis_base_Sprite_setTextureRect(lua_State* tolua_S) int argc = 0; axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setTextureRect'", nullptr); @@ -58376,7 +58376,7 @@ int lua_axis_base_Sprite_setTextureRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setTextureRect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setTextureRect'.",&tolua_err); #endif @@ -58389,18 +58389,18 @@ int lua_axis_base_Sprite_initWithSpriteFrameName(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_initWithSpriteFrameName'", nullptr); @@ -58426,7 +58426,7 @@ int lua_axis_base_Sprite_initWithSpriteFrameName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:initWithSpriteFrameName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_initWithSpriteFrameName'.",&tolua_err); #endif @@ -58439,18 +58439,18 @@ int lua_axis_base_Sprite_setStretchEnabled(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setStretchEnabled'", nullptr); @@ -58476,7 +58476,7 @@ int lua_axis_base_Sprite_setStretchEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setStretchEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setStretchEnabled'.",&tolua_err); #endif @@ -58489,18 +58489,18 @@ int lua_axis_base_Sprite_isFrameDisplayed(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_isFrameDisplayed'", nullptr); @@ -58526,7 +58526,7 @@ int lua_axis_base_Sprite_isFrameDisplayed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:isFrameDisplayed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_isFrameDisplayed'.",&tolua_err); #endif @@ -58539,18 +58539,18 @@ int lua_axis_base_Sprite_getAtlasIndex(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getAtlasIndex'", nullptr); @@ -58573,7 +58573,7 @@ int lua_axis_base_Sprite_getAtlasIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getAtlasIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getAtlasIndex'.",&tolua_err); #endif @@ -58586,18 +58586,18 @@ int lua_axis_base_Sprite_setTextureAtlas(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setTextureAtlas'", nullptr); @@ -58623,7 +58623,7 @@ int lua_axis_base_Sprite_setTextureAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setTextureAtlas",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setTextureAtlas'.",&tolua_err); #endif @@ -58636,18 +58636,18 @@ int lua_axis_base_Sprite_setBatchNode(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setBatchNode'", nullptr); @@ -58673,7 +58673,7 @@ int lua_axis_base_Sprite_setBatchNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setBatchNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setBatchNode'.",&tolua_err); #endif @@ -58686,18 +58686,18 @@ int lua_axis_base_Sprite_getBlendFunc(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getBlendFunc'", nullptr); @@ -58720,7 +58720,7 @@ int lua_axis_base_Sprite_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getBlendFunc'.",&tolua_err); #endif @@ -58733,18 +58733,18 @@ int lua_axis_base_Sprite_setCenterRect(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setCenterRect'", nullptr); @@ -58770,7 +58770,7 @@ int lua_axis_base_Sprite_setCenterRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setCenterRect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setCenterRect'.",&tolua_err); #endif @@ -58783,18 +58783,18 @@ int lua_axis_base_Sprite_getSpriteFrame(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getSpriteFrame'", nullptr); @@ -58817,7 +58817,7 @@ int lua_axis_base_Sprite_getSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getSpriteFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getSpriteFrame'.",&tolua_err); #endif @@ -58830,18 +58830,18 @@ int lua_axis_base_Sprite_setVertexLayout(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setVertexLayout'", nullptr); @@ -58864,7 +58864,7 @@ int lua_axis_base_Sprite_setVertexLayout(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setVertexLayout",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setVertexLayout'.",&tolua_err); #endif @@ -58877,18 +58877,18 @@ int lua_axis_base_Sprite_removeAllChildrenWithCleanup(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_removeAllChildrenWithCleanup'", nullptr); @@ -58914,7 +58914,7 @@ int lua_axis_base_Sprite_removeAllChildrenWithCleanup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:removeAllChildrenWithCleanup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_removeAllChildrenWithCleanup'.",&tolua_err); #endif @@ -58927,18 +58927,18 @@ int lua_axis_base_Sprite_getResourceName(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getResourceName'", nullptr); @@ -58961,7 +58961,7 @@ int lua_axis_base_Sprite_getResourceName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getResourceName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getResourceName'.",&tolua_err); #endif @@ -58974,18 +58974,18 @@ int lua_axis_base_Sprite_isDirty(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_isDirty'", nullptr); @@ -59008,7 +59008,7 @@ int lua_axis_base_Sprite_isDirty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:isDirty",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_isDirty'.",&tolua_err); #endif @@ -59021,18 +59021,18 @@ int lua_axis_base_Sprite_getCenterRectNormalized(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getCenterRectNormalized'", nullptr); @@ -59055,7 +59055,7 @@ int lua_axis_base_Sprite_getCenterRectNormalized(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getCenterRectNormalized",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getCenterRectNormalized'.",&tolua_err); #endif @@ -59068,18 +59068,18 @@ int lua_axis_base_Sprite_setAtlasIndex(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setAtlasIndex'", nullptr); @@ -59105,7 +59105,7 @@ int lua_axis_base_Sprite_setAtlasIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setAtlasIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setAtlasIndex'.",&tolua_err); #endif @@ -59117,15 +59117,15 @@ int lua_axis_base_Sprite_initWithTexture(lua_State* tolua_S) int argc = 0; axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_initWithTexture'", nullptr); @@ -59184,7 +59184,7 @@ int lua_axis_base_Sprite_initWithTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:initWithTexture",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_initWithTexture'.",&tolua_err); #endif @@ -59197,18 +59197,18 @@ int lua_axis_base_Sprite_setDirty(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setDirty'", nullptr); @@ -59234,7 +59234,7 @@ int lua_axis_base_Sprite_setDirty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setDirty",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setDirty'.",&tolua_err); #endif @@ -59247,18 +59247,18 @@ int lua_axis_base_Sprite_isTextureRectRotated(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_isTextureRectRotated'", nullptr); @@ -59281,7 +59281,7 @@ int lua_axis_base_Sprite_isTextureRectRotated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:isTextureRectRotated",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_isTextureRectRotated'.",&tolua_err); #endif @@ -59294,18 +59294,18 @@ int lua_axis_base_Sprite_getTextureRect(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getTextureRect'", nullptr); @@ -59328,7 +59328,7 @@ int lua_axis_base_Sprite_getTextureRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getTextureRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getTextureRect'.",&tolua_err); #endif @@ -59340,15 +59340,15 @@ int lua_axis_base_Sprite_initWithFile(lua_State* tolua_S) int argc = 0; axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_initWithFile'", nullptr); @@ -59403,7 +59403,7 @@ int lua_axis_base_Sprite_initWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:initWithFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_initWithFile'.",&tolua_err); #endif @@ -59416,18 +59416,18 @@ int lua_axis_base_Sprite_setBlendFunc(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setBlendFunc'", nullptr); @@ -59453,7 +59453,7 @@ int lua_axis_base_Sprite_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setBlendFunc'.",&tolua_err); #endif @@ -59466,18 +59466,18 @@ int lua_axis_base_Sprite_getTextureAtlas(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_getTextureAtlas'", nullptr); @@ -59500,7 +59500,7 @@ int lua_axis_base_Sprite_getTextureAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:getTextureAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_getTextureAtlas'.",&tolua_err); #endif @@ -59513,18 +59513,18 @@ int lua_axis_base_Sprite_initWithSpriteFrame(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_initWithSpriteFrame'", nullptr); @@ -59550,7 +59550,7 @@ int lua_axis_base_Sprite_initWithSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:initWithSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_initWithSpriteFrame'.",&tolua_err); #endif @@ -59563,18 +59563,18 @@ int lua_axis_base_Sprite_isFlippedX(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_isFlippedX'", nullptr); @@ -59597,7 +59597,7 @@ int lua_axis_base_Sprite_isFlippedX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:isFlippedX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_isFlippedX'.",&tolua_err); #endif @@ -59610,18 +59610,18 @@ int lua_axis_base_Sprite_isFlippedY(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_isFlippedY'", nullptr); @@ -59644,7 +59644,7 @@ int lua_axis_base_Sprite_isFlippedY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:isFlippedY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_isFlippedY'.",&tolua_err); #endif @@ -59657,18 +59657,18 @@ int lua_axis_base_Sprite_setVertexRect(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Sprite_setVertexRect'", nullptr); @@ -59694,7 +59694,7 @@ int lua_axis_base_Sprite_setVertexRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:setVertexRect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_setVertexRect'.",&tolua_err); #endif @@ -59705,11 +59705,11 @@ int lua_axis_base_Sprite_createWithTexture(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif @@ -59765,7 +59765,7 @@ int lua_axis_base_Sprite_createWithTexture(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Sprite:createWithTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_createWithTexture'.",&tolua_err); #endif @@ -59776,11 +59776,11 @@ int lua_axis_base_Sprite_createWithSpriteFrameName(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif @@ -59801,7 +59801,7 @@ int lua_axis_base_Sprite_createWithSpriteFrameName(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Sprite:createWithSpriteFrameName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_createWithSpriteFrameName'.",&tolua_err); #endif @@ -59812,11 +59812,11 @@ int lua_axis_base_Sprite_createWithSpriteFrame(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Sprite",0,&tolua_err)) goto tolua_lerror; #endif @@ -59837,7 +59837,7 @@ int lua_axis_base_Sprite_createWithSpriteFrame(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Sprite:createWithSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_createWithSpriteFrame'.",&tolua_err); #endif @@ -59849,7 +59849,7 @@ int lua_axis_base_Sprite_constructor(lua_State* tolua_S) axis::Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -59873,7 +59873,7 @@ int lua_axis_base_Sprite_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Sprite:Sprite",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Sprite_constructor'.",&tolua_err); #endif @@ -59947,11 +59947,11 @@ int lua_axis_base_Layer_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Layer",0,&tolua_err)) goto tolua_lerror; #endif @@ -59970,7 +59970,7 @@ int lua_axis_base_Layer_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Layer:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Layer_create'.",&tolua_err); #endif @@ -60002,18 +60002,18 @@ int lua_axis_base_LayerColor_changeWidthAndHeight(lua_State* tolua_S) axis::LayerColor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerColor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerColor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerColor_changeWidthAndHeight'", nullptr); @@ -60042,7 +60042,7 @@ int lua_axis_base_LayerColor_changeWidthAndHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerColor:changeWidthAndHeight",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerColor_changeWidthAndHeight'.",&tolua_err); #endif @@ -60055,18 +60055,18 @@ int lua_axis_base_LayerColor_changeHeight(lua_State* tolua_S) axis::LayerColor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerColor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerColor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerColor_changeHeight'", nullptr); @@ -60092,7 +60092,7 @@ int lua_axis_base_LayerColor_changeHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerColor:changeHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerColor_changeHeight'.",&tolua_err); #endif @@ -60104,15 +60104,15 @@ int lua_axis_base_LayerColor_initWithColor(lua_State* tolua_S) int argc = 0; axis::LayerColor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerColor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerColor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerColor_initWithColor'", nullptr); @@ -60155,7 +60155,7 @@ int lua_axis_base_LayerColor_initWithColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerColor:initWithColor",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerColor_initWithColor'.",&tolua_err); #endif @@ -60168,18 +60168,18 @@ int lua_axis_base_LayerColor_changeWidth(lua_State* tolua_S) axis::LayerColor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerColor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerColor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerColor_changeWidth'", nullptr); @@ -60205,7 +60205,7 @@ int lua_axis_base_LayerColor_changeWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerColor:changeWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerColor_changeWidth'.",&tolua_err); #endif @@ -60216,11 +60216,11 @@ int lua_axis_base_LayerColor_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.LayerColor",0,&tolua_err)) goto tolua_lerror; #endif @@ -60270,7 +60270,7 @@ int lua_axis_base_LayerColor_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.LayerColor:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerColor_create'.",&tolua_err); #endif @@ -60282,7 +60282,7 @@ int lua_axis_base_LayerColor_constructor(lua_State* tolua_S) axis::LayerColor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -60306,7 +60306,7 @@ int lua_axis_base_LayerColor_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerColor:LayerColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerColor_constructor'.",&tolua_err); #endif @@ -60344,18 +60344,18 @@ int lua_axis_base_LayerGradient_getStartColor(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_getStartColor'", nullptr); @@ -60378,7 +60378,7 @@ int lua_axis_base_LayerGradient_getStartColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:getStartColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_getStartColor'.",&tolua_err); #endif @@ -60391,18 +60391,18 @@ int lua_axis_base_LayerGradient_isCompressedInterpolation(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_isCompressedInterpolation'", nullptr); @@ -60425,7 +60425,7 @@ int lua_axis_base_LayerGradient_isCompressedInterpolation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:isCompressedInterpolation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_isCompressedInterpolation'.",&tolua_err); #endif @@ -60438,18 +60438,18 @@ int lua_axis_base_LayerGradient_getStartOpacity(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_getStartOpacity'", nullptr); @@ -60472,7 +60472,7 @@ int lua_axis_base_LayerGradient_getStartOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:getStartOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_getStartOpacity'.",&tolua_err); #endif @@ -60485,18 +60485,18 @@ int lua_axis_base_LayerGradient_setVector(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_setVector'", nullptr); @@ -60522,7 +60522,7 @@ int lua_axis_base_LayerGradient_setVector(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:setVector",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_setVector'.",&tolua_err); #endif @@ -60535,18 +60535,18 @@ int lua_axis_base_LayerGradient_setStartOpacity(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_setStartOpacity'", nullptr); @@ -60572,7 +60572,7 @@ int lua_axis_base_LayerGradient_setStartOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:setStartOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_setStartOpacity'.",&tolua_err); #endif @@ -60585,18 +60585,18 @@ int lua_axis_base_LayerGradient_setCompressedInterpolation(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_setCompressedInterpolation'", nullptr); @@ -60622,7 +60622,7 @@ int lua_axis_base_LayerGradient_setCompressedInterpolation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:setCompressedInterpolation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_setCompressedInterpolation'.",&tolua_err); #endif @@ -60635,18 +60635,18 @@ int lua_axis_base_LayerGradient_setEndOpacity(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_setEndOpacity'", nullptr); @@ -60672,7 +60672,7 @@ int lua_axis_base_LayerGradient_setEndOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:setEndOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_setEndOpacity'.",&tolua_err); #endif @@ -60685,18 +60685,18 @@ int lua_axis_base_LayerGradient_getVector(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_getVector'", nullptr); @@ -60719,7 +60719,7 @@ int lua_axis_base_LayerGradient_getVector(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:getVector",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_getVector'.",&tolua_err); #endif @@ -60732,18 +60732,18 @@ int lua_axis_base_LayerGradient_setEndColor(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_setEndColor'", nullptr); @@ -60769,7 +60769,7 @@ int lua_axis_base_LayerGradient_setEndColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:setEndColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_setEndColor'.",&tolua_err); #endif @@ -60781,15 +60781,15 @@ int lua_axis_base_LayerGradient_initWithColor(lua_State* tolua_S) int argc = 0; axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_initWithColor'", nullptr); @@ -60836,7 +60836,7 @@ int lua_axis_base_LayerGradient_initWithColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:initWithColor",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_initWithColor'.",&tolua_err); #endif @@ -60849,18 +60849,18 @@ int lua_axis_base_LayerGradient_getEndColor(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_getEndColor'", nullptr); @@ -60883,7 +60883,7 @@ int lua_axis_base_LayerGradient_getEndColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:getEndColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_getEndColor'.",&tolua_err); #endif @@ -60896,18 +60896,18 @@ int lua_axis_base_LayerGradient_getEndOpacity(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_getEndOpacity'", nullptr); @@ -60930,7 +60930,7 @@ int lua_axis_base_LayerGradient_getEndOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:getEndOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_getEndOpacity'.",&tolua_err); #endif @@ -60943,18 +60943,18 @@ int lua_axis_base_LayerGradient_setStartColor(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerGradient_setStartColor'", nullptr); @@ -60980,7 +60980,7 @@ int lua_axis_base_LayerGradient_setStartColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:setStartColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_setStartColor'.",&tolua_err); #endif @@ -60991,11 +60991,11 @@ int lua_axis_base_LayerGradient_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.LayerGradient",0,&tolua_err)) goto tolua_lerror; #endif @@ -61048,7 +61048,7 @@ int lua_axis_base_LayerGradient_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.LayerGradient:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_create'.",&tolua_err); #endif @@ -61060,7 +61060,7 @@ int lua_axis_base_LayerGradient_constructor(lua_State* tolua_S) axis::LayerGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -61084,7 +61084,7 @@ int lua_axis_base_LayerGradient_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerGradient:LayerGradient",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerGradient_constructor'.",&tolua_err); #endif @@ -61131,18 +61131,18 @@ int lua_axis_base_LayerRadialGradient_getStartColor(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getStartColor'", nullptr); @@ -61165,7 +61165,7 @@ int lua_axis_base_LayerRadialGradient_getStartColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getStartColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getStartColor'.",&tolua_err); #endif @@ -61178,18 +61178,18 @@ int lua_axis_base_LayerRadialGradient_getBlendFunc(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getBlendFunc'", nullptr); @@ -61212,7 +61212,7 @@ int lua_axis_base_LayerRadialGradient_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getBlendFunc'.",&tolua_err); #endif @@ -61225,18 +61225,18 @@ int lua_axis_base_LayerRadialGradient_getStartColor3B(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getStartColor3B'", nullptr); @@ -61259,7 +61259,7 @@ int lua_axis_base_LayerRadialGradient_getStartColor3B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getStartColor3B",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getStartColor3B'.",&tolua_err); #endif @@ -61272,18 +61272,18 @@ int lua_axis_base_LayerRadialGradient_getStartOpacity(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getStartOpacity'", nullptr); @@ -61306,7 +61306,7 @@ int lua_axis_base_LayerRadialGradient_getStartOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getStartOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getStartOpacity'.",&tolua_err); #endif @@ -61319,18 +61319,18 @@ int lua_axis_base_LayerRadialGradient_setCenter(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_setCenter'", nullptr); @@ -61356,7 +61356,7 @@ int lua_axis_base_LayerRadialGradient_setCenter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:setCenter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_setCenter'.",&tolua_err); #endif @@ -61369,18 +61369,18 @@ int lua_axis_base_LayerRadialGradient_getEndColor(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getEndColor'", nullptr); @@ -61403,7 +61403,7 @@ int lua_axis_base_LayerRadialGradient_getEndColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getEndColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getEndColor'.",&tolua_err); #endif @@ -61416,18 +61416,18 @@ int lua_axis_base_LayerRadialGradient_setStartOpacity(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_setStartOpacity'", nullptr); @@ -61453,7 +61453,7 @@ int lua_axis_base_LayerRadialGradient_setStartOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:setStartOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_setStartOpacity'.",&tolua_err); #endif @@ -61466,18 +61466,18 @@ int lua_axis_base_LayerRadialGradient_getCenter(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getCenter'", nullptr); @@ -61500,7 +61500,7 @@ int lua_axis_base_LayerRadialGradient_getCenter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getCenter",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getCenter'.",&tolua_err); #endif @@ -61513,18 +61513,18 @@ int lua_axis_base_LayerRadialGradient_setEndOpacity(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_setEndOpacity'", nullptr); @@ -61550,7 +61550,7 @@ int lua_axis_base_LayerRadialGradient_setEndOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:setEndOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_setEndOpacity'.",&tolua_err); #endif @@ -61563,18 +61563,18 @@ int lua_axis_base_LayerRadialGradient_setExpand(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_setExpand'", nullptr); @@ -61600,7 +61600,7 @@ int lua_axis_base_LayerRadialGradient_setExpand(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:setExpand",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_setExpand'.",&tolua_err); #endif @@ -61613,18 +61613,18 @@ int lua_axis_base_LayerRadialGradient_getEndOpacity(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getEndOpacity'", nullptr); @@ -61647,7 +61647,7 @@ int lua_axis_base_LayerRadialGradient_getEndOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getEndOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getEndOpacity'.",&tolua_err); #endif @@ -61660,18 +61660,18 @@ int lua_axis_base_LayerRadialGradient_initWithColor(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_initWithColor'", nullptr); @@ -61709,7 +61709,7 @@ int lua_axis_base_LayerRadialGradient_initWithColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:initWithColor",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_initWithColor'.",&tolua_err); #endif @@ -61721,15 +61721,15 @@ int lua_axis_base_LayerRadialGradient_setEndColor(lua_State* tolua_S) int argc = 0; axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_setEndColor'", nullptr); @@ -61764,7 +61764,7 @@ int lua_axis_base_LayerRadialGradient_setEndColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:setEndColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_setEndColor'.",&tolua_err); #endif @@ -61777,18 +61777,18 @@ int lua_axis_base_LayerRadialGradient_getEndColor3B(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getEndColor3B'", nullptr); @@ -61811,7 +61811,7 @@ int lua_axis_base_LayerRadialGradient_getEndColor3B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getEndColor3B",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getEndColor3B'.",&tolua_err); #endif @@ -61824,18 +61824,18 @@ int lua_axis_base_LayerRadialGradient_setRadius(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_setRadius'", nullptr); @@ -61861,7 +61861,7 @@ int lua_axis_base_LayerRadialGradient_setRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:setRadius",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_setRadius'.",&tolua_err); #endif @@ -61873,15 +61873,15 @@ int lua_axis_base_LayerRadialGradient_setStartColor(lua_State* tolua_S) int argc = 0; axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_setStartColor'", nullptr); @@ -61916,7 +61916,7 @@ int lua_axis_base_LayerRadialGradient_setStartColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:setStartColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_setStartColor'.",&tolua_err); #endif @@ -61929,18 +61929,18 @@ int lua_axis_base_LayerRadialGradient_getExpand(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getExpand'", nullptr); @@ -61963,7 +61963,7 @@ int lua_axis_base_LayerRadialGradient_getExpand(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getExpand",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getExpand'.",&tolua_err); #endif @@ -61976,18 +61976,18 @@ int lua_axis_base_LayerRadialGradient_setBlendFunc(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_setBlendFunc'", nullptr); @@ -62013,7 +62013,7 @@ int lua_axis_base_LayerRadialGradient_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_setBlendFunc'.",&tolua_err); #endif @@ -62026,18 +62026,18 @@ int lua_axis_base_LayerRadialGradient_getRadius(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerRadialGradient*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerRadialGradient_getRadius'", nullptr); @@ -62060,7 +62060,7 @@ int lua_axis_base_LayerRadialGradient_getRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:getRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_getRadius'.",&tolua_err); #endif @@ -62071,11 +62071,11 @@ int lua_axis_base_LayerRadialGradient_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.LayerRadialGradient",0,&tolua_err)) goto tolua_lerror; #endif @@ -62118,7 +62118,7 @@ int lua_axis_base_LayerRadialGradient_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.LayerRadialGradient:create",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_create'.",&tolua_err); #endif @@ -62130,7 +62130,7 @@ int lua_axis_base_LayerRadialGradient_constructor(lua_State* tolua_S) axis::LayerRadialGradient* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -62154,7 +62154,7 @@ int lua_axis_base_LayerRadialGradient_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerRadialGradient:LayerRadialGradient",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerRadialGradient_constructor'.",&tolua_err); #endif @@ -62207,18 +62207,18 @@ int lua_axis_base_LayerMultiplex_initWithArray(lua_State* tolua_S) axis::LayerMultiplex* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerMultiplex",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerMultiplex*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerMultiplex_initWithArray'", nullptr); @@ -62244,7 +62244,7 @@ int lua_axis_base_LayerMultiplex_initWithArray(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerMultiplex:initWithArray",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerMultiplex_initWithArray'.",&tolua_err); #endif @@ -62257,18 +62257,18 @@ int lua_axis_base_LayerMultiplex_switchToAndReleaseMe(lua_State* tolua_S) axis::LayerMultiplex* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerMultiplex",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerMultiplex*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerMultiplex_switchToAndReleaseMe'", nullptr); @@ -62294,7 +62294,7 @@ int lua_axis_base_LayerMultiplex_switchToAndReleaseMe(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerMultiplex:switchToAndReleaseMe",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerMultiplex_switchToAndReleaseMe'.",&tolua_err); #endif @@ -62307,18 +62307,18 @@ int lua_axis_base_LayerMultiplex_addLayer(lua_State* tolua_S) axis::LayerMultiplex* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerMultiplex",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerMultiplex*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerMultiplex_addLayer'", nullptr); @@ -62344,7 +62344,7 @@ int lua_axis_base_LayerMultiplex_addLayer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerMultiplex:addLayer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerMultiplex_addLayer'.",&tolua_err); #endif @@ -62356,15 +62356,15 @@ int lua_axis_base_LayerMultiplex_switchTo(lua_State* tolua_S) int argc = 0; axis::LayerMultiplex* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.LayerMultiplex",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::LayerMultiplex*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_LayerMultiplex_switchTo'", nullptr); @@ -62403,7 +62403,7 @@ int lua_axis_base_LayerMultiplex_switchTo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerMultiplex:switchTo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerMultiplex_switchTo'.",&tolua_err); #endif @@ -62416,7 +62416,7 @@ int lua_axis_base_LayerMultiplex_constructor(lua_State* tolua_S) axis::LayerMultiplex* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -62440,7 +62440,7 @@ int lua_axis_base_LayerMultiplex_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.LayerMultiplex:LayerMultiplex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_LayerMultiplex_constructor'.",&tolua_err); #endif @@ -62477,18 +62477,18 @@ int lua_axis_base_MenuItem_setEnabled(lua_State* tolua_S) axis::MenuItem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItem_setEnabled'", nullptr); @@ -62514,7 +62514,7 @@ int lua_axis_base_MenuItem_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItem:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItem_setEnabled'.",&tolua_err); #endif @@ -62527,18 +62527,18 @@ int lua_axis_base_MenuItem_activate(lua_State* tolua_S) axis::MenuItem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItem_activate'", nullptr); @@ -62561,7 +62561,7 @@ int lua_axis_base_MenuItem_activate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItem:activate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItem_activate'.",&tolua_err); #endif @@ -62574,18 +62574,18 @@ int lua_axis_base_MenuItem_isEnabled(lua_State* tolua_S) axis::MenuItem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItem_isEnabled'", nullptr); @@ -62608,7 +62608,7 @@ int lua_axis_base_MenuItem_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItem:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItem_isEnabled'.",&tolua_err); #endif @@ -62621,18 +62621,18 @@ int lua_axis_base_MenuItem_selected(lua_State* tolua_S) axis::MenuItem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItem_selected'", nullptr); @@ -62655,7 +62655,7 @@ int lua_axis_base_MenuItem_selected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItem:selected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItem_selected'.",&tolua_err); #endif @@ -62668,18 +62668,18 @@ int lua_axis_base_MenuItem_isSelected(lua_State* tolua_S) axis::MenuItem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItem_isSelected'", nullptr); @@ -62702,7 +62702,7 @@ int lua_axis_base_MenuItem_isSelected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItem:isSelected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItem_isSelected'.",&tolua_err); #endif @@ -62715,18 +62715,18 @@ int lua_axis_base_MenuItem_unselected(lua_State* tolua_S) axis::MenuItem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItem_unselected'", nullptr); @@ -62749,7 +62749,7 @@ int lua_axis_base_MenuItem_unselected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItem:unselected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItem_unselected'.",&tolua_err); #endif @@ -62762,18 +62762,18 @@ int lua_axis_base_MenuItem_rect(lua_State* tolua_S) axis::MenuItem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItem_rect'", nullptr); @@ -62796,7 +62796,7 @@ int lua_axis_base_MenuItem_rect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItem:rect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItem_rect'.",&tolua_err); #endif @@ -62809,7 +62809,7 @@ int lua_axis_base_MenuItem_constructor(lua_State* tolua_S) axis::MenuItem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -62833,7 +62833,7 @@ int lua_axis_base_MenuItem_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItem:MenuItem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItem_constructor'.",&tolua_err); #endif @@ -62873,18 +62873,18 @@ int lua_axis_base_MenuItemLabel_setLabel(lua_State* tolua_S) axis::MenuItemLabel* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemLabel",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemLabel*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemLabel_setLabel'", nullptr); @@ -62910,7 +62910,7 @@ int lua_axis_base_MenuItemLabel_setLabel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemLabel:setLabel",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemLabel_setLabel'.",&tolua_err); #endif @@ -62923,18 +62923,18 @@ int lua_axis_base_MenuItemLabel_getString(lua_State* tolua_S) axis::MenuItemLabel* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemLabel",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemLabel*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemLabel_getString'", nullptr); @@ -62957,7 +62957,7 @@ int lua_axis_base_MenuItemLabel_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemLabel:getString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemLabel_getString'.",&tolua_err); #endif @@ -62970,18 +62970,18 @@ int lua_axis_base_MenuItemLabel_getDisabledColor(lua_State* tolua_S) axis::MenuItemLabel* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemLabel",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemLabel*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemLabel_getDisabledColor'", nullptr); @@ -63004,7 +63004,7 @@ int lua_axis_base_MenuItemLabel_getDisabledColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemLabel:getDisabledColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemLabel_getDisabledColor'.",&tolua_err); #endif @@ -63017,18 +63017,18 @@ int lua_axis_base_MenuItemLabel_setString(lua_State* tolua_S) axis::MenuItemLabel* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemLabel",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemLabel*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemLabel_setString'", nullptr); @@ -63054,7 +63054,7 @@ int lua_axis_base_MenuItemLabel_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemLabel:setString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemLabel_setString'.",&tolua_err); #endif @@ -63067,18 +63067,18 @@ int lua_axis_base_MenuItemLabel_initWithLabel(lua_State* tolua_S) axis::MenuItemLabel* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemLabel",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemLabel*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemLabel_initWithLabel'", nullptr); @@ -63111,7 +63111,7 @@ int lua_axis_base_MenuItemLabel_initWithLabel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemLabel:initWithLabel",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemLabel_initWithLabel'.",&tolua_err); #endif @@ -63124,18 +63124,18 @@ int lua_axis_base_MenuItemLabel_setDisabledColor(lua_State* tolua_S) axis::MenuItemLabel* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemLabel",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemLabel*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemLabel_setDisabledColor'", nullptr); @@ -63161,7 +63161,7 @@ int lua_axis_base_MenuItemLabel_setDisabledColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemLabel:setDisabledColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemLabel_setDisabledColor'.",&tolua_err); #endif @@ -63174,18 +63174,18 @@ int lua_axis_base_MenuItemLabel_getLabel(lua_State* tolua_S) axis::MenuItemLabel* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemLabel",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemLabel*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemLabel_getLabel'", nullptr); @@ -63208,7 +63208,7 @@ int lua_axis_base_MenuItemLabel_getLabel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemLabel:getLabel",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemLabel_getLabel'.",&tolua_err); #endif @@ -63221,7 +63221,7 @@ int lua_axis_base_MenuItemLabel_constructor(lua_State* tolua_S) axis::MenuItemLabel* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -63245,7 +63245,7 @@ int lua_axis_base_MenuItemLabel_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemLabel:MenuItemLabel",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemLabel_constructor'.",&tolua_err); #endif @@ -63285,18 +63285,18 @@ int lua_axis_base_MenuItemAtlasFont_initWithString(lua_State* tolua_S) axis::MenuItemAtlasFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemAtlasFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemAtlasFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemAtlasFont_initWithString'", nullptr); @@ -63341,7 +63341,7 @@ int lua_axis_base_MenuItemAtlasFont_initWithString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemAtlasFont:initWithString",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemAtlasFont_initWithString'.",&tolua_err); #endif @@ -63354,7 +63354,7 @@ int lua_axis_base_MenuItemAtlasFont_constructor(lua_State* tolua_S) axis::MenuItemAtlasFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -63378,7 +63378,7 @@ int lua_axis_base_MenuItemAtlasFont_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemAtlasFont:MenuItemAtlasFont",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemAtlasFont_constructor'.",&tolua_err); #endif @@ -63412,18 +63412,18 @@ int lua_axis_base_MenuItemFont_getFontNameObj(lua_State* tolua_S) axis::MenuItemFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemFont_getFontNameObj'", nullptr); @@ -63446,7 +63446,7 @@ int lua_axis_base_MenuItemFont_getFontNameObj(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemFont:getFontNameObj",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_getFontNameObj'.",&tolua_err); #endif @@ -63459,18 +63459,18 @@ int lua_axis_base_MenuItemFont_setFontNameObj(lua_State* tolua_S) axis::MenuItemFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemFont_setFontNameObj'", nullptr); @@ -63496,7 +63496,7 @@ int lua_axis_base_MenuItemFont_setFontNameObj(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemFont:setFontNameObj",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_setFontNameObj'.",&tolua_err); #endif @@ -63509,18 +63509,18 @@ int lua_axis_base_MenuItemFont_initWithString(lua_State* tolua_S) axis::MenuItemFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemFont_initWithString'", nullptr); @@ -63553,7 +63553,7 @@ int lua_axis_base_MenuItemFont_initWithString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemFont:initWithString",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_initWithString'.",&tolua_err); #endif @@ -63566,18 +63566,18 @@ int lua_axis_base_MenuItemFont_getFontSizeObj(lua_State* tolua_S) axis::MenuItemFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemFont_getFontSizeObj'", nullptr); @@ -63600,7 +63600,7 @@ int lua_axis_base_MenuItemFont_getFontSizeObj(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemFont:getFontSizeObj",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_getFontSizeObj'.",&tolua_err); #endif @@ -63613,18 +63613,18 @@ int lua_axis_base_MenuItemFont_setFontSizeObj(lua_State* tolua_S) axis::MenuItemFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemFont_setFontSizeObj'", nullptr); @@ -63650,7 +63650,7 @@ int lua_axis_base_MenuItemFont_setFontSizeObj(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemFont:setFontSizeObj",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_setFontSizeObj'.",&tolua_err); #endif @@ -63662,11 +63662,11 @@ int lua_axis_base_MenuItemFont_setFontName(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif @@ -63687,7 +63687,7 @@ int lua_axis_base_MenuItemFont_setFontName(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MenuItemFont:setFontName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_setFontName'.",&tolua_err); #endif @@ -63698,11 +63698,11 @@ int lua_axis_base_MenuItemFont_getFontSize(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif @@ -63721,7 +63721,7 @@ int lua_axis_base_MenuItemFont_getFontSize(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MenuItemFont:getFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_getFontSize'.",&tolua_err); #endif @@ -63732,11 +63732,11 @@ int lua_axis_base_MenuItemFont_getFontName(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif @@ -63755,7 +63755,7 @@ int lua_axis_base_MenuItemFont_getFontName(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MenuItemFont:getFontName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_getFontName'.",&tolua_err); #endif @@ -63766,11 +63766,11 @@ int lua_axis_base_MenuItemFont_setFontSize(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MenuItemFont",0,&tolua_err)) goto tolua_lerror; #endif @@ -63791,7 +63791,7 @@ int lua_axis_base_MenuItemFont_setFontSize(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.MenuItemFont:setFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_setFontSize'.",&tolua_err); #endif @@ -63803,7 +63803,7 @@ int lua_axis_base_MenuItemFont_constructor(lua_State* tolua_S) axis::MenuItemFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -63827,7 +63827,7 @@ int lua_axis_base_MenuItemFont_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemFont:MenuItemFont",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemFont_constructor'.",&tolua_err); #endif @@ -63869,18 +63869,18 @@ int lua_axis_base_MenuItemSprite_setEnabled(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_setEnabled'", nullptr); @@ -63906,7 +63906,7 @@ int lua_axis_base_MenuItemSprite_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_setEnabled'.",&tolua_err); #endif @@ -63919,18 +63919,18 @@ int lua_axis_base_MenuItemSprite_selected(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_selected'", nullptr); @@ -63953,7 +63953,7 @@ int lua_axis_base_MenuItemSprite_selected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:selected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_selected'.",&tolua_err); #endif @@ -63966,18 +63966,18 @@ int lua_axis_base_MenuItemSprite_setNormalImage(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_setNormalImage'", nullptr); @@ -64003,7 +64003,7 @@ int lua_axis_base_MenuItemSprite_setNormalImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:setNormalImage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_setNormalImage'.",&tolua_err); #endif @@ -64016,18 +64016,18 @@ int lua_axis_base_MenuItemSprite_setDisabledImage(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_setDisabledImage'", nullptr); @@ -64053,7 +64053,7 @@ int lua_axis_base_MenuItemSprite_setDisabledImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:setDisabledImage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_setDisabledImage'.",&tolua_err); #endif @@ -64066,18 +64066,18 @@ int lua_axis_base_MenuItemSprite_initWithNormalSprite(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_initWithNormalSprite'", nullptr); @@ -64116,7 +64116,7 @@ int lua_axis_base_MenuItemSprite_initWithNormalSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:initWithNormalSprite",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_initWithNormalSprite'.",&tolua_err); #endif @@ -64129,18 +64129,18 @@ int lua_axis_base_MenuItemSprite_setSelectedImage(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_setSelectedImage'", nullptr); @@ -64166,7 +64166,7 @@ int lua_axis_base_MenuItemSprite_setSelectedImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:setSelectedImage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_setSelectedImage'.",&tolua_err); #endif @@ -64179,18 +64179,18 @@ int lua_axis_base_MenuItemSprite_getDisabledImage(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_getDisabledImage'", nullptr); @@ -64213,7 +64213,7 @@ int lua_axis_base_MenuItemSprite_getDisabledImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:getDisabledImage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_getDisabledImage'.",&tolua_err); #endif @@ -64226,18 +64226,18 @@ int lua_axis_base_MenuItemSprite_getSelectedImage(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_getSelectedImage'", nullptr); @@ -64260,7 +64260,7 @@ int lua_axis_base_MenuItemSprite_getSelectedImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:getSelectedImage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_getSelectedImage'.",&tolua_err); #endif @@ -64273,18 +64273,18 @@ int lua_axis_base_MenuItemSprite_getNormalImage(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_getNormalImage'", nullptr); @@ -64307,7 +64307,7 @@ int lua_axis_base_MenuItemSprite_getNormalImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:getNormalImage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_getNormalImage'.",&tolua_err); #endif @@ -64320,18 +64320,18 @@ int lua_axis_base_MenuItemSprite_unselected(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemSprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemSprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemSprite_unselected'", nullptr); @@ -64354,7 +64354,7 @@ int lua_axis_base_MenuItemSprite_unselected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:unselected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_unselected'.",&tolua_err); #endif @@ -64367,7 +64367,7 @@ int lua_axis_base_MenuItemSprite_constructor(lua_State* tolua_S) axis::MenuItemSprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -64391,7 +64391,7 @@ int lua_axis_base_MenuItemSprite_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemSprite:MenuItemSprite",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemSprite_constructor'.",&tolua_err); #endif @@ -64434,18 +64434,18 @@ int lua_axis_base_MenuItemImage_setDisabledSpriteFrame(lua_State* tolua_S) axis::MenuItemImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemImage_setDisabledSpriteFrame'", nullptr); @@ -64471,7 +64471,7 @@ int lua_axis_base_MenuItemImage_setDisabledSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemImage:setDisabledSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemImage_setDisabledSpriteFrame'.",&tolua_err); #endif @@ -64484,18 +64484,18 @@ int lua_axis_base_MenuItemImage_setSelectedSpriteFrame(lua_State* tolua_S) axis::MenuItemImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemImage_setSelectedSpriteFrame'", nullptr); @@ -64521,7 +64521,7 @@ int lua_axis_base_MenuItemImage_setSelectedSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemImage:setSelectedSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemImage_setSelectedSpriteFrame'.",&tolua_err); #endif @@ -64534,18 +64534,18 @@ int lua_axis_base_MenuItemImage_setNormalSpriteFrame(lua_State* tolua_S) axis::MenuItemImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemImage_setNormalSpriteFrame'", nullptr); @@ -64571,7 +64571,7 @@ int lua_axis_base_MenuItemImage_setNormalSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemImage:setNormalSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemImage_setNormalSpriteFrame'.",&tolua_err); #endif @@ -64584,18 +64584,18 @@ int lua_axis_base_MenuItemImage_init(lua_State* tolua_S) axis::MenuItemImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemImage_init'", nullptr); @@ -64618,7 +64618,7 @@ int lua_axis_base_MenuItemImage_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemImage:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemImage_init'.",&tolua_err); #endif @@ -64631,18 +64631,18 @@ int lua_axis_base_MenuItemImage_initWithNormalImage(lua_State* tolua_S) axis::MenuItemImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemImage_initWithNormalImage'", nullptr); @@ -64681,7 +64681,7 @@ int lua_axis_base_MenuItemImage_initWithNormalImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemImage:initWithNormalImage",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemImage_initWithNormalImage'.",&tolua_err); #endif @@ -64694,7 +64694,7 @@ int lua_axis_base_MenuItemImage_constructor(lua_State* tolua_S) axis::MenuItemImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -64718,7 +64718,7 @@ int lua_axis_base_MenuItemImage_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemImage:MenuItemImage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemImage_constructor'.",&tolua_err); #endif @@ -64756,18 +64756,18 @@ int lua_axis_base_MenuItemToggle_setSubItems(lua_State* tolua_S) axis::MenuItemToggle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemToggle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemToggle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemToggle_setSubItems'", nullptr); @@ -64793,7 +64793,7 @@ int lua_axis_base_MenuItemToggle_setSubItems(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemToggle:setSubItems",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemToggle_setSubItems'.",&tolua_err); #endif @@ -64806,18 +64806,18 @@ int lua_axis_base_MenuItemToggle_initWithItem(lua_State* tolua_S) axis::MenuItemToggle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemToggle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemToggle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemToggle_initWithItem'", nullptr); @@ -64843,7 +64843,7 @@ int lua_axis_base_MenuItemToggle_initWithItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemToggle:initWithItem",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemToggle_initWithItem'.",&tolua_err); #endif @@ -64856,18 +64856,18 @@ int lua_axis_base_MenuItemToggle_getSelectedIndex(lua_State* tolua_S) axis::MenuItemToggle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemToggle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemToggle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemToggle_getSelectedIndex'", nullptr); @@ -64890,7 +64890,7 @@ int lua_axis_base_MenuItemToggle_getSelectedIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemToggle:getSelectedIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemToggle_getSelectedIndex'.",&tolua_err); #endif @@ -64903,18 +64903,18 @@ int lua_axis_base_MenuItemToggle_addSubItem(lua_State* tolua_S) axis::MenuItemToggle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemToggle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemToggle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemToggle_addSubItem'", nullptr); @@ -64940,7 +64940,7 @@ int lua_axis_base_MenuItemToggle_addSubItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemToggle:addSubItem",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemToggle_addSubItem'.",&tolua_err); #endif @@ -64953,18 +64953,18 @@ int lua_axis_base_MenuItemToggle_getSelectedItem(lua_State* tolua_S) axis::MenuItemToggle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemToggle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemToggle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemToggle_getSelectedItem'", nullptr); @@ -64987,7 +64987,7 @@ int lua_axis_base_MenuItemToggle_getSelectedItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemToggle:getSelectedItem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemToggle_getSelectedItem'.",&tolua_err); #endif @@ -65000,18 +65000,18 @@ int lua_axis_base_MenuItemToggle_setSelectedIndex(lua_State* tolua_S) axis::MenuItemToggle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MenuItemToggle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MenuItemToggle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MenuItemToggle_setSelectedIndex'", nullptr); @@ -65037,7 +65037,7 @@ int lua_axis_base_MenuItemToggle_setSelectedIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemToggle:setSelectedIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemToggle_setSelectedIndex'.",&tolua_err); #endif @@ -65050,7 +65050,7 @@ int lua_axis_base_MenuItemToggle_constructor(lua_State* tolua_S) axis::MenuItemToggle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -65074,7 +65074,7 @@ int lua_axis_base_MenuItemToggle_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MenuItemToggle:MenuItemToggle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MenuItemToggle_constructor'.",&tolua_err); #endif @@ -65113,18 +65113,18 @@ int lua_axis_base_Menu_initWithArray(lua_State* tolua_S) axis::Menu* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Menu",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Menu*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Menu_initWithArray'", nullptr); @@ -65150,7 +65150,7 @@ int lua_axis_base_Menu_initWithArray(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Menu:initWithArray",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Menu_initWithArray'.",&tolua_err); #endif @@ -65163,18 +65163,18 @@ int lua_axis_base_Menu_setEnabled(lua_State* tolua_S) axis::Menu* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Menu",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Menu*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Menu_setEnabled'", nullptr); @@ -65200,7 +65200,7 @@ int lua_axis_base_Menu_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Menu:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Menu_setEnabled'.",&tolua_err); #endif @@ -65213,18 +65213,18 @@ int lua_axis_base_Menu_alignItemsVertically(lua_State* tolua_S) axis::Menu* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Menu",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Menu*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Menu_alignItemsVertically'", nullptr); @@ -65247,7 +65247,7 @@ int lua_axis_base_Menu_alignItemsVertically(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Menu:alignItemsVertically",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Menu_alignItemsVertically'.",&tolua_err); #endif @@ -65260,18 +65260,18 @@ int lua_axis_base_Menu_isEnabled(lua_State* tolua_S) axis::Menu* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Menu",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Menu*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Menu_isEnabled'", nullptr); @@ -65294,7 +65294,7 @@ int lua_axis_base_Menu_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Menu:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Menu_isEnabled'.",&tolua_err); #endif @@ -65307,18 +65307,18 @@ int lua_axis_base_Menu_alignItemsHorizontally(lua_State* tolua_S) axis::Menu* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Menu",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Menu*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Menu_alignItemsHorizontally'", nullptr); @@ -65341,7 +65341,7 @@ int lua_axis_base_Menu_alignItemsHorizontally(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Menu:alignItemsHorizontally",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Menu_alignItemsHorizontally'.",&tolua_err); #endif @@ -65354,18 +65354,18 @@ int lua_axis_base_Menu_alignItemsHorizontallyWithPadding(lua_State* tolua_S) axis::Menu* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Menu",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Menu*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Menu_alignItemsHorizontallyWithPadding'", nullptr); @@ -65391,7 +65391,7 @@ int lua_axis_base_Menu_alignItemsHorizontallyWithPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Menu:alignItemsHorizontallyWithPadding",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Menu_alignItemsHorizontallyWithPadding'.",&tolua_err); #endif @@ -65404,18 +65404,18 @@ int lua_axis_base_Menu_alignItemsVerticallyWithPadding(lua_State* tolua_S) axis::Menu* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Menu",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Menu*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Menu_alignItemsVerticallyWithPadding'", nullptr); @@ -65441,7 +65441,7 @@ int lua_axis_base_Menu_alignItemsVerticallyWithPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Menu:alignItemsVerticallyWithPadding",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Menu_alignItemsVerticallyWithPadding'.",&tolua_err); #endif @@ -65454,7 +65454,7 @@ int lua_axis_base_Menu_constructor(lua_State* tolua_S) axis::Menu* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -65478,7 +65478,7 @@ int lua_axis_base_Menu_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Menu:Menu",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Menu_constructor'.",&tolua_err); #endif @@ -65518,18 +65518,18 @@ int lua_axis_base_MotionStreak_reset(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_reset'", nullptr); @@ -65552,7 +65552,7 @@ int lua_axis_base_MotionStreak_reset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:reset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_reset'.",&tolua_err); #endif @@ -65565,18 +65565,18 @@ int lua_axis_base_MotionStreak_getBlendFunc(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_getBlendFunc'", nullptr); @@ -65599,7 +65599,7 @@ int lua_axis_base_MotionStreak_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_getBlendFunc'.",&tolua_err); #endif @@ -65612,18 +65612,18 @@ int lua_axis_base_MotionStreak_setBlendFunc(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_setBlendFunc'", nullptr); @@ -65649,7 +65649,7 @@ int lua_axis_base_MotionStreak_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_setBlendFunc'.",&tolua_err); #endif @@ -65662,18 +65662,18 @@ int lua_axis_base_MotionStreak_tintWithColor(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_tintWithColor'", nullptr); @@ -65699,7 +65699,7 @@ int lua_axis_base_MotionStreak_tintWithColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:tintWithColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_tintWithColor'.",&tolua_err); #endif @@ -65712,18 +65712,18 @@ int lua_axis_base_MotionStreak_getTexture(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_getTexture'", nullptr); @@ -65746,7 +65746,7 @@ int lua_axis_base_MotionStreak_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_getTexture'.",&tolua_err); #endif @@ -65759,18 +65759,18 @@ int lua_axis_base_MotionStreak_setStartingPositionInitialized(lua_State* tolua_S axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_setStartingPositionInitialized'", nullptr); @@ -65796,7 +65796,7 @@ int lua_axis_base_MotionStreak_setStartingPositionInitialized(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:setStartingPositionInitialized",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_setStartingPositionInitialized'.",&tolua_err); #endif @@ -65809,18 +65809,18 @@ int lua_axis_base_MotionStreak_setTexture(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_setTexture'", nullptr); @@ -65846,7 +65846,7 @@ int lua_axis_base_MotionStreak_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_setTexture'.",&tolua_err); #endif @@ -65859,18 +65859,18 @@ int lua_axis_base_MotionStreak_isStartingPositionInitialized(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_isStartingPositionInitialized'", nullptr); @@ -65893,7 +65893,7 @@ int lua_axis_base_MotionStreak_isStartingPositionInitialized(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:isStartingPositionInitialized",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_isStartingPositionInitialized'.",&tolua_err); #endif @@ -65906,18 +65906,18 @@ int lua_axis_base_MotionStreak_isFastMode(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_isFastMode'", nullptr); @@ -65940,7 +65940,7 @@ int lua_axis_base_MotionStreak_isFastMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:isFastMode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_isFastMode'.",&tolua_err); #endif @@ -65953,18 +65953,18 @@ int lua_axis_base_MotionStreak_getStroke(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_getStroke'", nullptr); @@ -65987,7 +65987,7 @@ int lua_axis_base_MotionStreak_getStroke(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:getStroke",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_getStroke'.",&tolua_err); #endif @@ -65999,15 +65999,15 @@ int lua_axis_base_MotionStreak_initWithFade(lua_State* tolua_S) int argc = 0; axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_initWithFade'", nullptr); @@ -66074,7 +66074,7 @@ int lua_axis_base_MotionStreak_initWithFade(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:initWithFade",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_initWithFade'.",&tolua_err); #endif @@ -66087,18 +66087,18 @@ int lua_axis_base_MotionStreak_setFastMode(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_setFastMode'", nullptr); @@ -66124,7 +66124,7 @@ int lua_axis_base_MotionStreak_setFastMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:setFastMode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_setFastMode'.",&tolua_err); #endif @@ -66137,18 +66137,18 @@ int lua_axis_base_MotionStreak_setStroke(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak_setStroke'", nullptr); @@ -66174,7 +66174,7 @@ int lua_axis_base_MotionStreak_setStroke(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:setStroke",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_setStroke'.",&tolua_err); #endif @@ -66185,11 +66185,11 @@ int lua_axis_base_MotionStreak_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MotionStreak",0,&tolua_err)) goto tolua_lerror; #endif @@ -66247,7 +66247,7 @@ int lua_axis_base_MotionStreak_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.MotionStreak:create",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_create'.",&tolua_err); #endif @@ -66259,7 +66259,7 @@ int lua_axis_base_MotionStreak_constructor(lua_State* tolua_S) axis::MotionStreak* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -66283,7 +66283,7 @@ int lua_axis_base_MotionStreak_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak:MotionStreak",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak_constructor'.",&tolua_err); #endif @@ -66330,18 +66330,18 @@ int lua_axis_base_NodeGrid_setGridRect(lua_State* tolua_S) axis::NodeGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NodeGrid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NodeGrid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_NodeGrid_setGridRect'", nullptr); @@ -66367,7 +66367,7 @@ int lua_axis_base_NodeGrid_setGridRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NodeGrid:setGridRect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_NodeGrid_setGridRect'.",&tolua_err); #endif @@ -66380,18 +66380,18 @@ int lua_axis_base_NodeGrid_setTarget(lua_State* tolua_S) axis::NodeGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NodeGrid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NodeGrid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_NodeGrid_setTarget'", nullptr); @@ -66417,7 +66417,7 @@ int lua_axis_base_NodeGrid_setTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NodeGrid:setTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_NodeGrid_setTarget'.",&tolua_err); #endif @@ -66430,18 +66430,18 @@ int lua_axis_base_NodeGrid_setGrid(lua_State* tolua_S) axis::NodeGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NodeGrid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NodeGrid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_NodeGrid_setGrid'", nullptr); @@ -66467,7 +66467,7 @@ int lua_axis_base_NodeGrid_setGrid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NodeGrid:setGrid",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_NodeGrid_setGrid'.",&tolua_err); #endif @@ -66479,15 +66479,15 @@ int lua_axis_base_NodeGrid_getGrid(lua_State* tolua_S) int argc = 0; axis::NodeGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NodeGrid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NodeGrid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_NodeGrid_getGrid'", nullptr); @@ -66514,7 +66514,7 @@ int lua_axis_base_NodeGrid_getGrid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NodeGrid:getGrid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_NodeGrid_getGrid'.",&tolua_err); #endif @@ -66527,18 +66527,18 @@ int lua_axis_base_NodeGrid_getGridRect(lua_State* tolua_S) axis::NodeGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NodeGrid",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NodeGrid*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_NodeGrid_getGridRect'", nullptr); @@ -66561,7 +66561,7 @@ int lua_axis_base_NodeGrid_getGridRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NodeGrid:getGridRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_NodeGrid_getGridRect'.",&tolua_err); #endif @@ -66572,11 +66572,11 @@ int lua_axis_base_NodeGrid_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.NodeGrid",0,&tolua_err)) goto tolua_lerror; #endif @@ -66607,7 +66607,7 @@ int lua_axis_base_NodeGrid_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.NodeGrid:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_NodeGrid_create'.",&tolua_err); #endif @@ -66619,7 +66619,7 @@ int lua_axis_base_NodeGrid_constructor(lua_State* tolua_S) axis::NodeGrid* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -66643,7 +66643,7 @@ int lua_axis_base_NodeGrid_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NodeGrid:NodeGrid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_NodeGrid_constructor'.",&tolua_err); #endif @@ -66682,18 +66682,18 @@ int lua_axis_base_ParticleBatchNode_setTexture(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_setTexture'", nullptr); @@ -66719,7 +66719,7 @@ int lua_axis_base_ParticleBatchNode_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_setTexture'.",&tolua_err); #endif @@ -66732,18 +66732,18 @@ int lua_axis_base_ParticleBatchNode_initWithTexture(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_initWithTexture'", nullptr); @@ -66772,7 +66772,7 @@ int lua_axis_base_ParticleBatchNode_initWithTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:initWithTexture",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_initWithTexture'.",&tolua_err); #endif @@ -66785,18 +66785,18 @@ int lua_axis_base_ParticleBatchNode_disableParticle(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_disableParticle'", nullptr); @@ -66822,7 +66822,7 @@ int lua_axis_base_ParticleBatchNode_disableParticle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:disableParticle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_disableParticle'.",&tolua_err); #endif @@ -66835,18 +66835,18 @@ int lua_axis_base_ParticleBatchNode_getTexture(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_getTexture'", nullptr); @@ -66869,7 +66869,7 @@ int lua_axis_base_ParticleBatchNode_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_getTexture'.",&tolua_err); #endif @@ -66882,18 +66882,18 @@ int lua_axis_base_ParticleBatchNode_setTextureAtlas(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_setTextureAtlas'", nullptr); @@ -66919,7 +66919,7 @@ int lua_axis_base_ParticleBatchNode_setTextureAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:setTextureAtlas",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_setTextureAtlas'.",&tolua_err); #endif @@ -66932,18 +66932,18 @@ int lua_axis_base_ParticleBatchNode_initWithFile(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_initWithFile'", nullptr); @@ -66972,7 +66972,7 @@ int lua_axis_base_ParticleBatchNode_initWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:initWithFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_initWithFile'.",&tolua_err); #endif @@ -66985,18 +66985,18 @@ int lua_axis_base_ParticleBatchNode_setBlendFunc(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_setBlendFunc'", nullptr); @@ -67022,7 +67022,7 @@ int lua_axis_base_ParticleBatchNode_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_setBlendFunc'.",&tolua_err); #endif @@ -67035,18 +67035,18 @@ int lua_axis_base_ParticleBatchNode_removeAllChildrenWithCleanup(lua_State* tolu axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_removeAllChildrenWithCleanup'", nullptr); @@ -67072,7 +67072,7 @@ int lua_axis_base_ParticleBatchNode_removeAllChildrenWithCleanup(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:removeAllChildrenWithCleanup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_removeAllChildrenWithCleanup'.",&tolua_err); #endif @@ -67085,18 +67085,18 @@ int lua_axis_base_ParticleBatchNode_getTextureAtlas(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_getTextureAtlas'", nullptr); @@ -67119,7 +67119,7 @@ int lua_axis_base_ParticleBatchNode_getTextureAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:getTextureAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_getTextureAtlas'.",&tolua_err); #endif @@ -67132,18 +67132,18 @@ int lua_axis_base_ParticleBatchNode_getBlendFunc(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_getBlendFunc'", nullptr); @@ -67166,7 +67166,7 @@ int lua_axis_base_ParticleBatchNode_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_getBlendFunc'.",&tolua_err); #endif @@ -67179,18 +67179,18 @@ int lua_axis_base_ParticleBatchNode_insertChild(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_insertChild'", nullptr); @@ -67219,7 +67219,7 @@ int lua_axis_base_ParticleBatchNode_insertChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:insertChild",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_insertChild'.",&tolua_err); #endif @@ -67232,18 +67232,18 @@ int lua_axis_base_ParticleBatchNode_removeChildAtIndex(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleBatchNode_removeChildAtIndex'", nullptr); @@ -67272,7 +67272,7 @@ int lua_axis_base_ParticleBatchNode_removeChildAtIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:removeChildAtIndex",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_removeChildAtIndex'.",&tolua_err); #endif @@ -67284,11 +67284,11 @@ int lua_axis_base_ParticleBatchNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -67324,7 +67324,7 @@ int lua_axis_base_ParticleBatchNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleBatchNode:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_create'.",&tolua_err); #endif @@ -67335,11 +67335,11 @@ int lua_axis_base_ParticleBatchNode_createWithTexture(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleBatchNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -67375,7 +67375,7 @@ int lua_axis_base_ParticleBatchNode_createWithTexture(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleBatchNode:createWithTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_createWithTexture'.",&tolua_err); #endif @@ -67387,7 +67387,7 @@ int lua_axis_base_ParticleBatchNode_constructor(lua_State* tolua_S) axis::ParticleBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -67411,7 +67411,7 @@ int lua_axis_base_ParticleBatchNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleBatchNode:ParticleBatchNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleBatchNode_constructor'.",&tolua_err); #endif @@ -67477,18 +67477,18 @@ int lua_axis_base_SpriteFrameCache_reloadTexture(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_reloadTexture'", nullptr); @@ -67514,7 +67514,7 @@ int lua_axis_base_SpriteFrameCache_reloadTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:reloadTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_reloadTexture'.",&tolua_err); #endif @@ -67527,18 +67527,18 @@ int lua_axis_base_SpriteFrameCache_getSpriteSheetLoader(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_getSpriteSheetLoader'", nullptr); @@ -67564,7 +67564,7 @@ int lua_axis_base_SpriteFrameCache_getSpriteSheetLoader(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:getSpriteSheetLoader",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_getSpriteSheetLoader'.",&tolua_err); #endif @@ -67577,18 +67577,18 @@ int lua_axis_base_SpriteFrameCache_addSpriteFrame(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_addSpriteFrame'", nullptr); @@ -67617,7 +67617,7 @@ int lua_axis_base_SpriteFrameCache_addSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:addSpriteFrame",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_addSpriteFrame'.",&tolua_err); #endif @@ -67630,18 +67630,18 @@ int lua_axis_base_SpriteFrameCache_findFrame(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_findFrame'", nullptr); @@ -67667,7 +67667,7 @@ int lua_axis_base_SpriteFrameCache_findFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:findFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_findFrame'.",&tolua_err); #endif @@ -67679,15 +67679,15 @@ int lua_axis_base_SpriteFrameCache_addSpriteFramesWithFile(lua_State* tolua_S) int argc = 0; axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_addSpriteFramesWithFile'", nullptr); @@ -67798,7 +67798,7 @@ int lua_axis_base_SpriteFrameCache_addSpriteFramesWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:addSpriteFramesWithFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_addSpriteFramesWithFile'.",&tolua_err); #endif @@ -67811,18 +67811,18 @@ int lua_axis_base_SpriteFrameCache_getSpriteFrameByName(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_getSpriteFrameByName'", nullptr); @@ -67848,7 +67848,7 @@ int lua_axis_base_SpriteFrameCache_getSpriteFrameByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:getSpriteFrameByName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_getSpriteFrameByName'.",&tolua_err); #endif @@ -67861,18 +67861,18 @@ int lua_axis_base_SpriteFrameCache_addSpriteFrameCapInset(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_addSpriteFrameCapInset'", nullptr); @@ -67904,7 +67904,7 @@ int lua_axis_base_SpriteFrameCache_addSpriteFrameCapInset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:addSpriteFrameCapInset",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_addSpriteFrameCapInset'.",&tolua_err); #endif @@ -67917,18 +67917,18 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFramesFromFile(lua_State* tolua_S axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_removeSpriteFramesFromFile'", nullptr); @@ -67954,7 +67954,7 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFramesFromFile(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:removeSpriteFramesFromFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_removeSpriteFramesFromFile'.",&tolua_err); #endif @@ -67967,18 +67967,18 @@ int lua_axis_base_SpriteFrameCache_init(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_init'", nullptr); @@ -68001,7 +68001,7 @@ int lua_axis_base_SpriteFrameCache_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_init'.",&tolua_err); #endif @@ -68014,18 +68014,18 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFrames(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_removeSpriteFrames'", nullptr); @@ -68048,7 +68048,7 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:removeSpriteFrames",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_removeSpriteFrames'.",&tolua_err); #endif @@ -68061,18 +68061,18 @@ int lua_axis_base_SpriteFrameCache_deregisterSpriteSheetLoader(lua_State* tolua_ axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_deregisterSpriteSheetLoader'", nullptr); @@ -68098,7 +68098,7 @@ int lua_axis_base_SpriteFrameCache_deregisterSpriteSheetLoader(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:deregisterSpriteSheetLoader",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_deregisterSpriteSheetLoader'.",&tolua_err); #endif @@ -68111,18 +68111,18 @@ int lua_axis_base_SpriteFrameCache_removeUnusedSpriteFrames(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_removeUnusedSpriteFrames'", nullptr); @@ -68145,7 +68145,7 @@ int lua_axis_base_SpriteFrameCache_removeUnusedSpriteFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:removeUnusedSpriteFrames",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_removeUnusedSpriteFrames'.",&tolua_err); #endif @@ -68158,18 +68158,18 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFramesFromFileContent(lua_State* axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_removeSpriteFramesFromFileContent'", nullptr); @@ -68195,7 +68195,7 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFramesFromFileContent(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:removeSpriteFramesFromFileContent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_removeSpriteFramesFromFileContent'.",&tolua_err); #endif @@ -68208,18 +68208,18 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFrameByName(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_removeSpriteFrameByName'", nullptr); @@ -68245,7 +68245,7 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFrameByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:removeSpriteFrameByName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_removeSpriteFrameByName'.",&tolua_err); #endif @@ -68258,18 +68258,18 @@ int lua_axis_base_SpriteFrameCache_eraseFrame(lua_State* tolua_S) axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_eraseFrame'", nullptr); @@ -68295,7 +68295,7 @@ int lua_axis_base_SpriteFrameCache_eraseFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:eraseFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_eraseFrame'.",&tolua_err); #endif @@ -68308,18 +68308,18 @@ int lua_axis_base_SpriteFrameCache_isSpriteFramesWithFileLoaded(lua_State* tolua axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_isSpriteFramesWithFileLoaded'", nullptr); @@ -68345,7 +68345,7 @@ int lua_axis_base_SpriteFrameCache_isSpriteFramesWithFileLoaded(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:isSpriteFramesWithFileLoaded",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_isSpriteFramesWithFileLoaded'.",&tolua_err); #endif @@ -68358,18 +68358,18 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFramesFromTexture(lua_State* tolu axis::SpriteFrameCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteFrameCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteFrameCache_removeSpriteFramesFromTexture'", nullptr); @@ -68395,7 +68395,7 @@ int lua_axis_base_SpriteFrameCache_removeSpriteFramesFromTexture(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteFrameCache:removeSpriteFramesFromTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_removeSpriteFramesFromTexture'.",&tolua_err); #endif @@ -68407,11 +68407,11 @@ int lua_axis_base_SpriteFrameCache_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -68430,7 +68430,7 @@ int lua_axis_base_SpriteFrameCache_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SpriteFrameCache:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_destroyInstance'.",&tolua_err); #endif @@ -68441,11 +68441,11 @@ int lua_axis_base_SpriteFrameCache_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SpriteFrameCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -68464,7 +68464,7 @@ int lua_axis_base_SpriteFrameCache_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SpriteFrameCache:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteFrameCache_getInstance'.",&tolua_err); #endif @@ -68514,18 +68514,18 @@ int lua_axis_base_ParticleData_release(lua_State* tolua_S) axis::ParticleData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleData_release'", nullptr); @@ -68548,7 +68548,7 @@ int lua_axis_base_ParticleData_release(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleData:release",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleData_release'.",&tolua_err); #endif @@ -68561,18 +68561,18 @@ int lua_axis_base_ParticleData_getMaxCount(lua_State* tolua_S) axis::ParticleData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleData_getMaxCount'", nullptr); @@ -68595,7 +68595,7 @@ int lua_axis_base_ParticleData_getMaxCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleData:getMaxCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleData_getMaxCount'.",&tolua_err); #endif @@ -68608,18 +68608,18 @@ int lua_axis_base_ParticleData_init(lua_State* tolua_S) axis::ParticleData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleData_init'", nullptr); @@ -68645,7 +68645,7 @@ int lua_axis_base_ParticleData_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleData:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleData_init'.",&tolua_err); #endif @@ -68658,18 +68658,18 @@ int lua_axis_base_ParticleData_copyParticle(lua_State* tolua_S) axis::ParticleData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleData_copyParticle'", nullptr); @@ -68698,7 +68698,7 @@ int lua_axis_base_ParticleData_copyParticle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleData:copyParticle",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleData_copyParticle'.",&tolua_err); #endif @@ -68711,7 +68711,7 @@ int lua_axis_base_ParticleData_constructor(lua_State* tolua_S) axis::ParticleData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -68733,7 +68733,7 @@ int lua_axis_base_ParticleData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleData:ParticleData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleData_constructor'.",&tolua_err); #endif @@ -68769,15 +68769,15 @@ int lua_axis_base_ParticleEmissionMaskCache_bakeEmissionMask(lua_State* tolua_S) int argc = 0; axis::ParticleEmissionMaskCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleEmissionMaskCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleEmissionMaskCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleEmissionMaskCache_bakeEmissionMask'", nullptr); @@ -68964,7 +68964,7 @@ int lua_axis_base_ParticleEmissionMaskCache_bakeEmissionMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleEmissionMaskCache:bakeEmissionMask",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleEmissionMaskCache_bakeEmissionMask'.",&tolua_err); #endif @@ -68977,18 +68977,18 @@ int lua_axis_base_ParticleEmissionMaskCache_removeMask(lua_State* tolua_S) axis::ParticleEmissionMaskCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleEmissionMaskCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleEmissionMaskCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleEmissionMaskCache_removeMask'", nullptr); @@ -69014,7 +69014,7 @@ int lua_axis_base_ParticleEmissionMaskCache_removeMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleEmissionMaskCache:removeMask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleEmissionMaskCache_removeMask'.",&tolua_err); #endif @@ -69026,15 +69026,15 @@ int lua_axis_base_ParticleEmissionMaskCache_getEmissionMask(lua_State* tolua_S) int argc = 0; axis::ParticleEmissionMaskCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleEmissionMaskCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleEmissionMaskCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleEmissionMaskCache_getEmissionMask'", nullptr); @@ -69069,7 +69069,7 @@ int lua_axis_base_ParticleEmissionMaskCache_getEmissionMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleEmissionMaskCache:getEmissionMask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleEmissionMaskCache_getEmissionMask'.",&tolua_err); #endif @@ -69082,18 +69082,18 @@ int lua_axis_base_ParticleEmissionMaskCache_removeAllMasks(lua_State* tolua_S) axis::ParticleEmissionMaskCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleEmissionMaskCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleEmissionMaskCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleEmissionMaskCache_removeAllMasks'", nullptr); @@ -69116,7 +69116,7 @@ int lua_axis_base_ParticleEmissionMaskCache_removeAllMasks(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleEmissionMaskCache:removeAllMasks",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleEmissionMaskCache_removeAllMasks'.",&tolua_err); #endif @@ -69128,11 +69128,11 @@ int lua_axis_base_ParticleEmissionMaskCache_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleEmissionMaskCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -69151,7 +69151,7 @@ int lua_axis_base_ParticleEmissionMaskCache_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleEmissionMaskCache:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleEmissionMaskCache_getInstance'.",&tolua_err); #endif @@ -69187,18 +69187,18 @@ int lua_axis_base_ParticleSystem_getStartSizeVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getStartSizeVar'", nullptr); @@ -69221,7 +69221,7 @@ int lua_axis_base_ParticleSystem_getStartSizeVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getStartSizeVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getStartSizeVar'.",&tolua_err); #endif @@ -69233,15 +69233,15 @@ int lua_axis_base_ParticleSystem_setAnimationDescriptor(lua_State* tolua_S) int argc = 0; axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setAnimationDescriptor'", nullptr); @@ -69332,7 +69332,7 @@ int lua_axis_base_ParticleSystem_setAnimationDescriptor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setAnimationDescriptor",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setAnimationDescriptor'.",&tolua_err); #endif @@ -69345,18 +69345,18 @@ int lua_axis_base_ParticleSystem_getTexture(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getTexture'", nullptr); @@ -69379,7 +69379,7 @@ int lua_axis_base_ParticleSystem_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getTexture'.",&tolua_err); #endif @@ -69392,18 +69392,18 @@ int lua_axis_base_ParticleSystem_isFull(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isFull'", nullptr); @@ -69426,7 +69426,7 @@ int lua_axis_base_ParticleSystem_isFull(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isFull",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isFull'.",&tolua_err); #endif @@ -69439,18 +69439,18 @@ int lua_axis_base_ParticleSystem_getBatchNode(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getBatchNode'", nullptr); @@ -69473,7 +69473,7 @@ int lua_axis_base_ParticleSystem_getBatchNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getBatchNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getBatchNode'.",&tolua_err); #endif @@ -69486,18 +69486,18 @@ int lua_axis_base_ParticleSystem_getStartColor(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getStartColor'", nullptr); @@ -69520,7 +69520,7 @@ int lua_axis_base_ParticleSystem_getStartColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getStartColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getStartColor'.",&tolua_err); #endif @@ -69533,18 +69533,18 @@ int lua_axis_base_ParticleSystem_getPositionType(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getPositionType'", nullptr); @@ -69567,7 +69567,7 @@ int lua_axis_base_ParticleSystem_getPositionType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getPositionType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getPositionType'.",&tolua_err); #endif @@ -69580,18 +69580,18 @@ int lua_axis_base_ParticleSystem_getSpawnAngle(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSpawnAngle'", nullptr); @@ -69614,7 +69614,7 @@ int lua_axis_base_ParticleSystem_getSpawnAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSpawnAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSpawnAngle'.",&tolua_err); #endif @@ -69627,18 +69627,18 @@ int lua_axis_base_ParticleSystem_setPosVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setPosVar'", nullptr); @@ -69664,7 +69664,7 @@ int lua_axis_base_ParticleSystem_setPosVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setPosVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setPosVar'.",&tolua_err); #endif @@ -69677,18 +69677,18 @@ int lua_axis_base_ParticleSystem_getEndSpin(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEndSpin'", nullptr); @@ -69711,7 +69711,7 @@ int lua_axis_base_ParticleSystem_getEndSpin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEndSpin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEndSpin'.",&tolua_err); #endif @@ -69724,18 +69724,18 @@ int lua_axis_base_ParticleSystem_getSpawnScaleInVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSpawnScaleInVar'", nullptr); @@ -69758,7 +69758,7 @@ int lua_axis_base_ParticleSystem_getSpawnScaleInVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSpawnScaleInVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSpawnScaleInVar'.",&tolua_err); #endif @@ -69771,18 +69771,18 @@ int lua_axis_base_ParticleSystem_setRotatePerSecondVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setRotatePerSecondVar'", nullptr); @@ -69808,7 +69808,7 @@ int lua_axis_base_ParticleSystem_setRotatePerSecondVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setRotatePerSecondVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setRotatePerSecondVar'.",&tolua_err); #endif @@ -69821,18 +69821,18 @@ int lua_axis_base_ParticleSystem_setSourcePositionCompatible(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSourcePositionCompatible'", nullptr); @@ -69858,7 +69858,7 @@ int lua_axis_base_ParticleSystem_setSourcePositionCompatible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSourcePositionCompatible",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSourcePositionCompatible'.",&tolua_err); #endif @@ -69871,18 +69871,18 @@ int lua_axis_base_ParticleSystem_getStartSpinVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getStartSpinVar'", nullptr); @@ -69905,7 +69905,7 @@ int lua_axis_base_ParticleSystem_getStartSpinVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getStartSpinVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getStartSpinVar'.",&tolua_err); #endif @@ -69918,18 +69918,18 @@ int lua_axis_base_ParticleSystem_getRadialAccelVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getRadialAccelVar'", nullptr); @@ -69952,7 +69952,7 @@ int lua_axis_base_ParticleSystem_getRadialAccelVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getRadialAccelVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getRadialAccelVar'.",&tolua_err); #endif @@ -69965,18 +69965,18 @@ int lua_axis_base_ParticleSystem_getEndSizeVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEndSizeVar'", nullptr); @@ -69999,7 +69999,7 @@ int lua_axis_base_ParticleSystem_getEndSizeVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEndSizeVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEndSizeVar'.",&tolua_err); #endif @@ -70012,18 +70012,18 @@ int lua_axis_base_ParticleSystem_resetAnimationIndices(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_resetAnimationIndices'", nullptr); @@ -70046,7 +70046,7 @@ int lua_axis_base_ParticleSystem_resetAnimationIndices(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:resetAnimationIndices",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_resetAnimationIndices'.",&tolua_err); #endif @@ -70059,18 +70059,18 @@ int lua_axis_base_ParticleSystem_setTangentialAccel(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setTangentialAccel'", nullptr); @@ -70096,7 +70096,7 @@ int lua_axis_base_ParticleSystem_setTangentialAccel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setTangentialAccel",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setTangentialAccel'.",&tolua_err); #endif @@ -70109,18 +70109,18 @@ int lua_axis_base_ParticleSystem_getTotalAnimationIndices(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getTotalAnimationIndices'", nullptr); @@ -70143,7 +70143,7 @@ int lua_axis_base_ParticleSystem_getTotalAnimationIndices(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getTotalAnimationIndices",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getTotalAnimationIndices'.",&tolua_err); #endif @@ -70156,18 +70156,18 @@ int lua_axis_base_ParticleSystem_getRadialAccel(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getRadialAccel'", nullptr); @@ -70190,7 +70190,7 @@ int lua_axis_base_ParticleSystem_getRadialAccel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getRadialAccel",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getRadialAccel'.",&tolua_err); #endif @@ -70203,18 +70203,18 @@ int lua_axis_base_ParticleSystem_getHue(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getHue'", nullptr); @@ -70237,7 +70237,7 @@ int lua_axis_base_ParticleSystem_getHue(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getHue",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getHue'.",&tolua_err); #endif @@ -70250,18 +70250,18 @@ int lua_axis_base_ParticleSystem_setRotatePerSecond(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setRotatePerSecond'", nullptr); @@ -70287,7 +70287,7 @@ int lua_axis_base_ParticleSystem_setRotatePerSecond(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setRotatePerSecond",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setRotatePerSecond'.",&tolua_err); #endif @@ -70300,18 +70300,18 @@ int lua_axis_base_ParticleSystem_setEndSize(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEndSize'", nullptr); @@ -70337,7 +70337,7 @@ int lua_axis_base_ParticleSystem_setEndSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEndSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEndSize'.",&tolua_err); #endif @@ -70350,18 +70350,18 @@ int lua_axis_base_ParticleSystem_isAnimationSpeedTimescaleIndependent(lua_State* axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isAnimationSpeedTimescaleIndependent'", nullptr); @@ -70384,7 +70384,7 @@ int lua_axis_base_ParticleSystem_isAnimationSpeedTimescaleIndependent(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isAnimationSpeedTimescaleIndependent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isAnimationSpeedTimescaleIndependent'.",&tolua_err); #endif @@ -70397,18 +70397,18 @@ int lua_axis_base_ParticleSystem_setHSVVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setHSVVar'", nullptr); @@ -70435,7 +70435,7 @@ int lua_axis_base_ParticleSystem_setHSVVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setHSVVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setHSVVar'.",&tolua_err); #endif @@ -70448,18 +70448,18 @@ int lua_axis_base_ParticleSystem_getGravity(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getGravity'", nullptr); @@ -70482,7 +70482,7 @@ int lua_axis_base_ParticleSystem_getGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getGravity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getGravity'.",&tolua_err); #endif @@ -70495,18 +70495,18 @@ int lua_axis_base_ParticleSystem_resumeEmissions(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_resumeEmissions'", nullptr); @@ -70529,7 +70529,7 @@ int lua_axis_base_ParticleSystem_resumeEmissions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:resumeEmissions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_resumeEmissions'.",&tolua_err); #endif @@ -70542,18 +70542,18 @@ int lua_axis_base_ParticleSystem_getTangentialAccel(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getTangentialAccel'", nullptr); @@ -70576,7 +70576,7 @@ int lua_axis_base_ParticleSystem_getTangentialAccel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getTangentialAccel",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getTangentialAccel'.",&tolua_err); #endif @@ -70589,18 +70589,18 @@ int lua_axis_base_ParticleSystem_setEndRadius(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEndRadius'", nullptr); @@ -70626,7 +70626,7 @@ int lua_axis_base_ParticleSystem_setEndRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEndRadius",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEndRadius'.",&tolua_err); #endif @@ -70639,18 +70639,18 @@ int lua_axis_base_ParticleSystem_getSpeed(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSpeed'", nullptr); @@ -70673,7 +70673,7 @@ int lua_axis_base_ParticleSystem_getSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSpeed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSpeed'.",&tolua_err); #endif @@ -70686,18 +70686,18 @@ int lua_axis_base_ParticleSystem_pauseEmissions(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_pauseEmissions'", nullptr); @@ -70720,7 +70720,7 @@ int lua_axis_base_ParticleSystem_pauseEmissions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:pauseEmissions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_pauseEmissions'.",&tolua_err); #endif @@ -70733,18 +70733,18 @@ int lua_axis_base_ParticleSystem_getAngle(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getAngle'", nullptr); @@ -70767,7 +70767,7 @@ int lua_axis_base_ParticleSystem_getAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getAngle'.",&tolua_err); #endif @@ -70780,18 +70780,18 @@ int lua_axis_base_ParticleSystem_isLoopAnimated(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isLoopAnimated'", nullptr); @@ -70814,7 +70814,7 @@ int lua_axis_base_ParticleSystem_isLoopAnimated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isLoopAnimated",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isLoopAnimated'.",&tolua_err); #endif @@ -70827,18 +70827,18 @@ int lua_axis_base_ParticleSystem_setLifeAnimation(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setLifeAnimation'", nullptr); @@ -70864,7 +70864,7 @@ int lua_axis_base_ParticleSystem_setLifeAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setLifeAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setLifeAnimation'.",&tolua_err); #endif @@ -70877,18 +70877,18 @@ int lua_axis_base_ParticleSystem_setEndColor(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEndColor'", nullptr); @@ -70914,7 +70914,7 @@ int lua_axis_base_ParticleSystem_setEndColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEndColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEndColor'.",&tolua_err); #endif @@ -70927,18 +70927,18 @@ int lua_axis_base_ParticleSystem_setStartSpin(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setStartSpin'", nullptr); @@ -70964,7 +70964,7 @@ int lua_axis_base_ParticleSystem_setStartSpin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setStartSpin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setStartSpin'.",&tolua_err); #endif @@ -70977,18 +70977,18 @@ int lua_axis_base_ParticleSystem_setDuration(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setDuration'", nullptr); @@ -71014,7 +71014,7 @@ int lua_axis_base_ParticleSystem_setDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setDuration",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setDuration'.",&tolua_err); #endif @@ -71026,15 +71026,15 @@ int lua_axis_base_ParticleSystem_addAnimationIndex(lua_State* tolua_S) int argc = 0; axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_addAnimationIndex'", nullptr); @@ -71137,7 +71137,7 @@ int lua_axis_base_ParticleSystem_addAnimationIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:addAnimationIndex",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_addAnimationIndex'.",&tolua_err); #endif @@ -71150,18 +71150,18 @@ int lua_axis_base_ParticleSystem_initWithTotalParticles(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_initWithTotalParticles'", nullptr); @@ -71187,7 +71187,7 @@ int lua_axis_base_ParticleSystem_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_initWithTotalParticles'.",&tolua_err); #endif @@ -71200,18 +71200,18 @@ int lua_axis_base_ParticleSystem_addParticles(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_addParticles'", nullptr); @@ -71274,7 +71274,7 @@ int lua_axis_base_ParticleSystem_addParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:addParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_addParticles'.",&tolua_err); #endif @@ -71287,18 +71287,18 @@ int lua_axis_base_ParticleSystem_setTexture(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setTexture'", nullptr); @@ -71324,7 +71324,7 @@ int lua_axis_base_ParticleSystem_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setTexture'.",&tolua_err); #endif @@ -71337,18 +71337,18 @@ int lua_axis_base_ParticleSystem_setSpawnFadeInVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSpawnFadeInVar'", nullptr); @@ -71374,7 +71374,7 @@ int lua_axis_base_ParticleSystem_setSpawnFadeInVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSpawnFadeInVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSpawnFadeInVar'.",&tolua_err); #endif @@ -71387,18 +71387,18 @@ int lua_axis_base_ParticleSystem_getPosVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getPosVar'", nullptr); @@ -71421,7 +71421,7 @@ int lua_axis_base_ParticleSystem_getPosVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getPosVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getPosVar'.",&tolua_err); #endif @@ -71434,18 +71434,18 @@ int lua_axis_base_ParticleSystem_updateWithNoTime(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_updateWithNoTime'", nullptr); @@ -71468,7 +71468,7 @@ int lua_axis_base_ParticleSystem_updateWithNoTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:updateWithNoTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_updateWithNoTime'.",&tolua_err); #endif @@ -71481,18 +71481,18 @@ int lua_axis_base_ParticleSystem_isBlendAdditive(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isBlendAdditive'", nullptr); @@ -71515,7 +71515,7 @@ int lua_axis_base_ParticleSystem_isBlendAdditive(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isBlendAdditive",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isBlendAdditive'.",&tolua_err); #endif @@ -71528,18 +71528,18 @@ int lua_axis_base_ParticleSystem_getSpeedVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSpeedVar'", nullptr); @@ -71562,7 +71562,7 @@ int lua_axis_base_ParticleSystem_getSpeedVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSpeedVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSpeedVar'.",&tolua_err); #endif @@ -71575,18 +71575,18 @@ int lua_axis_base_ParticleSystem_setPositionType(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setPositionType'", nullptr); @@ -71612,7 +71612,7 @@ int lua_axis_base_ParticleSystem_setPositionType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setPositionType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setPositionType'.",&tolua_err); #endif @@ -71625,18 +71625,18 @@ int lua_axis_base_ParticleSystem_stopSystem(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_stopSystem'", nullptr); @@ -71659,7 +71659,7 @@ int lua_axis_base_ParticleSystem_stopSystem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:stopSystem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_stopSystem'.",&tolua_err); #endif @@ -71672,18 +71672,18 @@ int lua_axis_base_ParticleSystem_getSourcePosition(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSourcePosition'", nullptr); @@ -71706,7 +71706,7 @@ int lua_axis_base_ParticleSystem_getSourcePosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSourcePosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSourcePosition'.",&tolua_err); #endif @@ -71719,18 +71719,18 @@ int lua_axis_base_ParticleSystem_setLifeVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setLifeVar'", nullptr); @@ -71756,7 +71756,7 @@ int lua_axis_base_ParticleSystem_setLifeVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setLifeVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setLifeVar'.",&tolua_err); #endif @@ -71769,18 +71769,18 @@ int lua_axis_base_ParticleSystem_setHue(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setHue'", nullptr); @@ -71806,7 +71806,7 @@ int lua_axis_base_ParticleSystem_setHue(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setHue",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setHue'.",&tolua_err); #endif @@ -71819,18 +71819,18 @@ int lua_axis_base_ParticleSystem_useHSV(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_useHSV'", nullptr); @@ -71856,7 +71856,7 @@ int lua_axis_base_ParticleSystem_useHSV(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:useHSV",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_useHSV'.",&tolua_err); #endif @@ -71869,18 +71869,18 @@ int lua_axis_base_ParticleSystem_setEmitterAnimation(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEmitterAnimation'", nullptr); @@ -71906,7 +71906,7 @@ int lua_axis_base_ParticleSystem_setEmitterAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEmitterAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEmitterAnimation'.",&tolua_err); #endif @@ -71919,18 +71919,18 @@ int lua_axis_base_ParticleSystem_setEndColorVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEndColorVar'", nullptr); @@ -71956,7 +71956,7 @@ int lua_axis_base_ParticleSystem_setEndColorVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEndColorVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEndColorVar'.",&tolua_err); #endif @@ -71969,18 +71969,18 @@ int lua_axis_base_ParticleSystem_getAtlasIndex(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getAtlasIndex'", nullptr); @@ -72003,7 +72003,7 @@ int lua_axis_base_ParticleSystem_getAtlasIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getAtlasIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getAtlasIndex'.",&tolua_err); #endif @@ -72016,18 +72016,18 @@ int lua_axis_base_ParticleSystem_getStartSize(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getStartSize'", nullptr); @@ -72050,7 +72050,7 @@ int lua_axis_base_ParticleSystem_getStartSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getStartSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getStartSize'.",&tolua_err); #endif @@ -72063,18 +72063,18 @@ int lua_axis_base_ParticleSystem_setEmissionShape(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEmissionShape'", nullptr); @@ -72104,7 +72104,7 @@ int lua_axis_base_ParticleSystem_setEmissionShape(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEmissionShape",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEmissionShape'.",&tolua_err); #endif @@ -72117,18 +72117,18 @@ int lua_axis_base_ParticleSystem_setStartSpinVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setStartSpinVar'", nullptr); @@ -72154,7 +72154,7 @@ int lua_axis_base_ParticleSystem_setStartSpinVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setStartSpinVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setStartSpinVar'.",&tolua_err); #endif @@ -72167,18 +72167,18 @@ int lua_axis_base_ParticleSystem_getHueVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getHueVar'", nullptr); @@ -72201,7 +72201,7 @@ int lua_axis_base_ParticleSystem_getHueVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getHueVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getHueVar'.",&tolua_err); #endif @@ -72214,18 +72214,18 @@ int lua_axis_base_ParticleSystem_setSpawnAngle(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSpawnAngle'", nullptr); @@ -72251,7 +72251,7 @@ int lua_axis_base_ParticleSystem_setSpawnAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSpawnAngle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSpawnAngle'.",&tolua_err); #endif @@ -72264,18 +72264,18 @@ int lua_axis_base_ParticleSystem_resetSystem(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_resetSystem'", nullptr); @@ -72298,7 +72298,7 @@ int lua_axis_base_ParticleSystem_resetSystem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:resetSystem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_resetSystem'.",&tolua_err); #endif @@ -72311,18 +72311,18 @@ int lua_axis_base_ParticleSystem_setAtlasIndex(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setAtlasIndex'", nullptr); @@ -72348,7 +72348,7 @@ int lua_axis_base_ParticleSystem_setAtlasIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setAtlasIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setAtlasIndex'.",&tolua_err); #endif @@ -72361,18 +72361,18 @@ int lua_axis_base_ParticleSystem_setTangentialAccelVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setTangentialAccelVar'", nullptr); @@ -72398,7 +72398,7 @@ int lua_axis_base_ParticleSystem_setTangentialAccelVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setTangentialAccelVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setTangentialAccelVar'.",&tolua_err); #endif @@ -72411,18 +72411,18 @@ int lua_axis_base_ParticleSystem_setEndRadiusVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEndRadiusVar'", nullptr); @@ -72448,7 +72448,7 @@ int lua_axis_base_ParticleSystem_setEndRadiusVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEndRadiusVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEndRadiusVar'.",&tolua_err); #endif @@ -72461,18 +72461,18 @@ int lua_axis_base_ParticleSystem_getEndRadius(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEndRadius'", nullptr); @@ -72495,7 +72495,7 @@ int lua_axis_base_ParticleSystem_getEndRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEndRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEndRadius'.",&tolua_err); #endif @@ -72508,18 +72508,18 @@ int lua_axis_base_ParticleSystem_setRectForUndefinedIndices(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setRectForUndefinedIndices'", nullptr); @@ -72545,7 +72545,7 @@ int lua_axis_base_ParticleSystem_setRectForUndefinedIndices(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setRectForUndefinedIndices",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setRectForUndefinedIndices'.",&tolua_err); #endif @@ -72558,18 +72558,18 @@ int lua_axis_base_ParticleSystem_isActive(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isActive'", nullptr); @@ -72592,7 +72592,7 @@ int lua_axis_base_ParticleSystem_isActive(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isActive",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isActive'.",&tolua_err); #endif @@ -72605,18 +72605,18 @@ int lua_axis_base_ParticleSystem_getTimeScale(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getTimeScale'", nullptr); @@ -72639,7 +72639,7 @@ int lua_axis_base_ParticleSystem_getTimeScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getTimeScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getTimeScale'.",&tolua_err); #endif @@ -72652,18 +72652,18 @@ int lua_axis_base_ParticleSystem_setRadialAccelVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setRadialAccelVar'", nullptr); @@ -72689,7 +72689,7 @@ int lua_axis_base_ParticleSystem_setRadialAccelVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setRadialAccelVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setRadialAccelVar'.",&tolua_err); #endif @@ -72702,18 +72702,18 @@ int lua_axis_base_ParticleSystem_setSpawnAngleVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSpawnAngleVar'", nullptr); @@ -72739,7 +72739,7 @@ int lua_axis_base_ParticleSystem_setSpawnAngleVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSpawnAngleVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSpawnAngleVar'.",&tolua_err); #endif @@ -72752,18 +72752,18 @@ int lua_axis_base_ParticleSystem_setStartSize(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setStartSize'", nullptr); @@ -72789,7 +72789,7 @@ int lua_axis_base_ParticleSystem_setStartSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setStartSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setStartSize'.",&tolua_err); #endif @@ -72802,18 +72802,18 @@ int lua_axis_base_ParticleSystem_setSpeed(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSpeed'", nullptr); @@ -72839,7 +72839,7 @@ int lua_axis_base_ParticleSystem_setSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSpeed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSpeed'.",&tolua_err); #endif @@ -72852,18 +72852,18 @@ int lua_axis_base_ParticleSystem_getStartSpin(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getStartSpin'", nullptr); @@ -72886,7 +72886,7 @@ int lua_axis_base_ParticleSystem_getStartSpin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getStartSpin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getStartSpin'.",&tolua_err); #endif @@ -72899,18 +72899,18 @@ int lua_axis_base_ParticleSystem_setAnimationSpeedTimescaleIndependent(lua_State axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setAnimationSpeedTimescaleIndependent'", nullptr); @@ -72936,7 +72936,7 @@ int lua_axis_base_ParticleSystem_setAnimationSpeedTimescaleIndependent(lua_State luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setAnimationSpeedTimescaleIndependent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setAnimationSpeedTimescaleIndependent'.",&tolua_err); #endif @@ -72949,18 +72949,18 @@ int lua_axis_base_ParticleSystem_getHSVVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getHSVVar'", nullptr); @@ -72983,7 +72983,7 @@ int lua_axis_base_ParticleSystem_getHSVVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getHSVVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getHSVVar'.",&tolua_err); #endif @@ -72996,18 +72996,18 @@ int lua_axis_base_ParticleSystem_setStartRadius(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setStartRadius'", nullptr); @@ -73033,7 +73033,7 @@ int lua_axis_base_ParticleSystem_setStartRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setStartRadius",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setStartRadius'.",&tolua_err); #endif @@ -73046,18 +73046,18 @@ int lua_axis_base_ParticleSystem_getResourceFile(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getResourceFile'", nullptr); @@ -73080,7 +73080,7 @@ int lua_axis_base_ParticleSystem_getResourceFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getResourceFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getResourceFile'.",&tolua_err); #endif @@ -73093,18 +73093,18 @@ int lua_axis_base_ParticleSystem_getRotatePerSecond(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getRotatePerSecond'", nullptr); @@ -73127,7 +73127,7 @@ int lua_axis_base_ParticleSystem_getRotatePerSecond(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getRotatePerSecond",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getRotatePerSecond'.",&tolua_err); #endif @@ -73140,18 +73140,18 @@ int lua_axis_base_ParticleSystem_resetEmissionShapes(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_resetEmissionShapes'", nullptr); @@ -73174,7 +73174,7 @@ int lua_axis_base_ParticleSystem_resetEmissionShapes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:resetEmissionShapes",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_resetEmissionShapes'.",&tolua_err); #endif @@ -73187,18 +73187,18 @@ int lua_axis_base_ParticleSystem_setEmitterMode(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEmitterMode'", nullptr); @@ -73224,7 +73224,7 @@ int lua_axis_base_ParticleSystem_setEmitterMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEmitterMode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEmitterMode'.",&tolua_err); #endif @@ -73237,18 +73237,18 @@ int lua_axis_base_ParticleSystem_getDuration(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getDuration'", nullptr); @@ -73271,7 +73271,7 @@ int lua_axis_base_ParticleSystem_getDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getDuration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getDuration'.",&tolua_err); #endif @@ -73284,18 +73284,18 @@ int lua_axis_base_ParticleSystem_getHSV(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getHSV'", nullptr); @@ -73318,7 +73318,7 @@ int lua_axis_base_ParticleSystem_getHSV(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getHSV",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getHSV'.",&tolua_err); #endif @@ -73331,18 +73331,18 @@ int lua_axis_base_ParticleSystem_setSourcePosition(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSourcePosition'", nullptr); @@ -73368,7 +73368,7 @@ int lua_axis_base_ParticleSystem_setSourcePosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSourcePosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSourcePosition'.",&tolua_err); #endif @@ -73381,18 +73381,18 @@ int lua_axis_base_ParticleSystem_stop(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_stop'", nullptr); @@ -73415,7 +73415,7 @@ int lua_axis_base_ParticleSystem_stop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:stop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_stop'.",&tolua_err); #endif @@ -73428,18 +73428,18 @@ int lua_axis_base_ParticleSystem_isEmitterAnimated(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isEmitterAnimated'", nullptr); @@ -73462,7 +73462,7 @@ int lua_axis_base_ParticleSystem_isEmitterAnimated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isEmitterAnimated",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isEmitterAnimated'.",&tolua_err); #endif @@ -73475,18 +73475,18 @@ int lua_axis_base_ParticleSystem_setTimeScale(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setTimeScale'", nullptr); @@ -73523,7 +73523,7 @@ int lua_axis_base_ParticleSystem_setTimeScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setTimeScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setTimeScale'.",&tolua_err); #endif @@ -73536,18 +73536,18 @@ int lua_axis_base_ParticleSystem_updateParticleQuads(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_updateParticleQuads'", nullptr); @@ -73570,7 +73570,7 @@ int lua_axis_base_ParticleSystem_updateParticleQuads(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:updateParticleQuads",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_updateParticleQuads'.",&tolua_err); #endif @@ -73583,18 +73583,18 @@ int lua_axis_base_ParticleSystem_getEndSpinVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEndSpinVar'", nullptr); @@ -73617,7 +73617,7 @@ int lua_axis_base_ParticleSystem_getEndSpinVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEndSpinVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEndSpinVar'.",&tolua_err); #endif @@ -73630,18 +73630,18 @@ int lua_axis_base_ParticleSystem_resetAnimationDescriptors(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_resetAnimationDescriptors'", nullptr); @@ -73664,7 +73664,7 @@ int lua_axis_base_ParticleSystem_resetAnimationDescriptors(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:resetAnimationDescriptors",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_resetAnimationDescriptors'.",&tolua_err); #endif @@ -73677,18 +73677,18 @@ int lua_axis_base_ParticleSystem_setBlendAdditive(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setBlendAdditive'", nullptr); @@ -73714,7 +73714,7 @@ int lua_axis_base_ParticleSystem_setBlendAdditive(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setBlendAdditive",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setBlendAdditive'.",&tolua_err); #endif @@ -73727,18 +73727,18 @@ int lua_axis_base_ParticleSystem_setLife(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setLife'", nullptr); @@ -73764,7 +73764,7 @@ int lua_axis_base_ParticleSystem_setLife(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setLife",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setLife'.",&tolua_err); #endif @@ -73777,18 +73777,18 @@ int lua_axis_base_ParticleSystem_setAngleVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setAngleVar'", nullptr); @@ -73814,7 +73814,7 @@ int lua_axis_base_ParticleSystem_setAngleVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setAngleVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setAngleVar'.",&tolua_err); #endif @@ -73826,15 +73826,15 @@ int lua_axis_base_ParticleSystem_setAnimationIndicesAtlas(lua_State* tolua_S) int argc = 0; axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setAnimationIndicesAtlas'", nullptr); @@ -73881,7 +73881,7 @@ int lua_axis_base_ParticleSystem_setAnimationIndicesAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setAnimationIndicesAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setAnimationIndicesAtlas'.",&tolua_err); #endif @@ -73894,18 +73894,18 @@ int lua_axis_base_ParticleSystem_setSpawnFadeIn(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSpawnFadeIn'", nullptr); @@ -73931,7 +73931,7 @@ int lua_axis_base_ParticleSystem_setSpawnFadeIn(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSpawnFadeIn",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSpawnFadeIn'.",&tolua_err); #endif @@ -73944,18 +73944,18 @@ int lua_axis_base_ParticleSystem_setRotationIsDir(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setRotationIsDir'", nullptr); @@ -73981,7 +73981,7 @@ int lua_axis_base_ParticleSystem_setRotationIsDir(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setRotationIsDir",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setRotationIsDir'.",&tolua_err); #endif @@ -73994,18 +73994,18 @@ int lua_axis_base_ParticleSystem_start(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_start'", nullptr); @@ -74028,7 +74028,7 @@ int lua_axis_base_ParticleSystem_start(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:start",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_start'.",&tolua_err); #endif @@ -74041,18 +74041,18 @@ int lua_axis_base_ParticleSystem_setEndSizeVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEndSizeVar'", nullptr); @@ -74078,7 +74078,7 @@ int lua_axis_base_ParticleSystem_setEndSizeVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEndSizeVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEndSizeVar'.",&tolua_err); #endif @@ -74091,18 +74091,18 @@ int lua_axis_base_ParticleSystem_isLifeAnimated(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isLifeAnimated'", nullptr); @@ -74125,7 +74125,7 @@ int lua_axis_base_ParticleSystem_isLifeAnimated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isLifeAnimated",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isLifeAnimated'.",&tolua_err); #endif @@ -74138,18 +74138,18 @@ int lua_axis_base_ParticleSystem_setAngle(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setAngle'", nullptr); @@ -74175,7 +74175,7 @@ int lua_axis_base_ParticleSystem_setAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setAngle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setAngle'.",&tolua_err); #endif @@ -74188,18 +74188,18 @@ int lua_axis_base_ParticleSystem_setBatchNode(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setBatchNode'", nullptr); @@ -74225,7 +74225,7 @@ int lua_axis_base_ParticleSystem_setBatchNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setBatchNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setBatchNode'.",&tolua_err); #endif @@ -74238,18 +74238,18 @@ int lua_axis_base_ParticleSystem_getTangentialAccelVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getTangentialAccelVar'", nullptr); @@ -74272,7 +74272,7 @@ int lua_axis_base_ParticleSystem_getTangentialAccelVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getTangentialAccelVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getTangentialAccelVar'.",&tolua_err); #endif @@ -74285,18 +74285,18 @@ int lua_axis_base_ParticleSystem_addEmissionShape(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_addEmissionShape'", nullptr); @@ -74323,7 +74323,7 @@ int lua_axis_base_ParticleSystem_addEmissionShape(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:addEmissionShape",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_addEmissionShape'.",&tolua_err); #endif @@ -74336,18 +74336,18 @@ int lua_axis_base_ParticleSystem_getEmitterMode(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEmitterMode'", nullptr); @@ -74370,7 +74370,7 @@ int lua_axis_base_ParticleSystem_getEmitterMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEmitterMode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEmitterMode'.",&tolua_err); #endif @@ -74383,18 +74383,18 @@ int lua_axis_base_ParticleSystem_setEndSpinVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEndSpinVar'", nullptr); @@ -74420,7 +74420,7 @@ int lua_axis_base_ParticleSystem_setEndSpinVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEndSpinVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEndSpinVar'.",&tolua_err); #endif @@ -74433,18 +74433,18 @@ int lua_axis_base_ParticleSystem_getSpawnFadeIn(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSpawnFadeIn'", nullptr); @@ -74467,7 +74467,7 @@ int lua_axis_base_ParticleSystem_getSpawnFadeIn(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSpawnFadeIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSpawnFadeIn'.",&tolua_err); #endif @@ -74480,18 +74480,18 @@ int lua_axis_base_ParticleSystem_getSpawnFadeInVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSpawnFadeInVar'", nullptr); @@ -74514,7 +74514,7 @@ int lua_axis_base_ParticleSystem_getSpawnFadeInVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSpawnFadeInVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSpawnFadeInVar'.",&tolua_err); #endif @@ -74527,18 +74527,18 @@ int lua_axis_base_ParticleSystem_simulate(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_simulate'", nullptr); @@ -74592,7 +74592,7 @@ int lua_axis_base_ParticleSystem_simulate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:simulate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_simulate'.",&tolua_err); #endif @@ -74605,18 +74605,18 @@ int lua_axis_base_ParticleSystem_initWithFile(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_initWithFile'", nullptr); @@ -74642,7 +74642,7 @@ int lua_axis_base_ParticleSystem_initWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:initWithFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_initWithFile'.",&tolua_err); #endif @@ -74655,18 +74655,18 @@ int lua_axis_base_ParticleSystem_getAngleVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getAngleVar'", nullptr); @@ -74689,7 +74689,7 @@ int lua_axis_base_ParticleSystem_getAngleVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getAngleVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getAngleVar'.",&tolua_err); #endif @@ -74702,18 +74702,18 @@ int lua_axis_base_ParticleSystem_setStartColor(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setStartColor'", nullptr); @@ -74739,7 +74739,7 @@ int lua_axis_base_ParticleSystem_setStartColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setStartColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setStartColor'.",&tolua_err); #endif @@ -74752,18 +74752,18 @@ int lua_axis_base_ParticleSystem_getRotatePerSecondVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getRotatePerSecondVar'", nullptr); @@ -74786,7 +74786,7 @@ int lua_axis_base_ParticleSystem_getRotatePerSecondVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getRotatePerSecondVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getRotatePerSecondVar'.",&tolua_err); #endif @@ -74799,18 +74799,18 @@ int lua_axis_base_ParticleSystem_setHueVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setHueVar'", nullptr); @@ -74836,7 +74836,7 @@ int lua_axis_base_ParticleSystem_setHueVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setHueVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setHueVar'.",&tolua_err); #endif @@ -74849,18 +74849,18 @@ int lua_axis_base_ParticleSystem_getEndSize(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEndSize'", nullptr); @@ -74883,7 +74883,7 @@ int lua_axis_base_ParticleSystem_getEndSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEndSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEndSize'.",&tolua_err); #endif @@ -74896,18 +74896,18 @@ int lua_axis_base_ParticleSystem_isAnimationReversed(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isAnimationReversed'", nullptr); @@ -74930,7 +74930,7 @@ int lua_axis_base_ParticleSystem_isAnimationReversed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isAnimationReversed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isAnimationReversed'.",&tolua_err); #endif @@ -74943,18 +74943,18 @@ int lua_axis_base_ParticleSystem_getLife(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getLife'", nullptr); @@ -74977,7 +74977,7 @@ int lua_axis_base_ParticleSystem_getLife(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getLife",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getLife'.",&tolua_err); #endif @@ -74990,18 +74990,18 @@ int lua_axis_base_ParticleSystem_isPaused(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isPaused'", nullptr); @@ -75024,7 +75024,7 @@ int lua_axis_base_ParticleSystem_isPaused(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isPaused",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isPaused'.",&tolua_err); #endif @@ -75037,18 +75037,18 @@ int lua_axis_base_ParticleSystem_getSpawnScaleIn(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSpawnScaleIn'", nullptr); @@ -75071,7 +75071,7 @@ int lua_axis_base_ParticleSystem_getSpawnScaleIn(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSpawnScaleIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSpawnScaleIn'.",&tolua_err); #endif @@ -75084,18 +75084,18 @@ int lua_axis_base_ParticleSystem_setFixedFPS(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setFixedFPS'", nullptr); @@ -75132,7 +75132,7 @@ int lua_axis_base_ParticleSystem_setFixedFPS(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setFixedFPS",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setFixedFPS'.",&tolua_err); #endif @@ -75145,18 +75145,18 @@ int lua_axis_base_ParticleSystem_isHSV(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isHSV'", nullptr); @@ -75179,7 +75179,7 @@ int lua_axis_base_ParticleSystem_isHSV(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isHSV",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isHSV'.",&tolua_err); #endif @@ -75192,18 +75192,18 @@ int lua_axis_base_ParticleSystem_setSpeedVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSpeedVar'", nullptr); @@ -75229,7 +75229,7 @@ int lua_axis_base_ParticleSystem_setSpeedVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSpeedVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSpeedVar'.",&tolua_err); #endif @@ -75242,18 +75242,18 @@ int lua_axis_base_ParticleSystem_setAutoRemoveOnFinish(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setAutoRemoveOnFinish'", nullptr); @@ -75279,7 +75279,7 @@ int lua_axis_base_ParticleSystem_setAutoRemoveOnFinish(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setAutoRemoveOnFinish",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setAutoRemoveOnFinish'.",&tolua_err); #endif @@ -75292,18 +75292,18 @@ int lua_axis_base_ParticleSystem_setGravity(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setGravity'", nullptr); @@ -75329,7 +75329,7 @@ int lua_axis_base_ParticleSystem_setGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setGravity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setGravity'.",&tolua_err); #endif @@ -75342,18 +75342,18 @@ int lua_axis_base_ParticleSystem_postStep(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_postStep'", nullptr); @@ -75376,7 +75376,7 @@ int lua_axis_base_ParticleSystem_postStep(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:postStep",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_postStep'.",&tolua_err); #endif @@ -75389,18 +75389,18 @@ int lua_axis_base_ParticleSystem_isEmissionShapes(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isEmissionShapes'", nullptr); @@ -75423,7 +75423,7 @@ int lua_axis_base_ParticleSystem_isEmissionShapes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isEmissionShapes",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isEmissionShapes'.",&tolua_err); #endif @@ -75436,18 +75436,18 @@ int lua_axis_base_ParticleSystem_setLoopAnimation(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setLoopAnimation'", nullptr); @@ -75473,7 +75473,7 @@ int lua_axis_base_ParticleSystem_setLoopAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setLoopAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setLoopAnimation'.",&tolua_err); #endif @@ -75486,18 +75486,18 @@ int lua_axis_base_ParticleSystem_setEmissionRate(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEmissionRate'", nullptr); @@ -75523,7 +75523,7 @@ int lua_axis_base_ParticleSystem_setEmissionRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEmissionRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEmissionRate'.",&tolua_err); #endif @@ -75536,18 +75536,18 @@ int lua_axis_base_ParticleSystem_getEndColorVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEndColorVar'", nullptr); @@ -75570,7 +75570,7 @@ int lua_axis_base_ParticleSystem_getEndColorVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEndColorVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEndColorVar'.",&tolua_err); #endif @@ -75583,18 +75583,18 @@ int lua_axis_base_ParticleSystem_getRotationIsDir(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getRotationIsDir'", nullptr); @@ -75617,7 +75617,7 @@ int lua_axis_base_ParticleSystem_getRotationIsDir(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getRotationIsDir",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getRotationIsDir'.",&tolua_err); #endif @@ -75630,18 +75630,18 @@ int lua_axis_base_ParticleSystem_setSpawnScaleIn(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSpawnScaleIn'", nullptr); @@ -75667,7 +75667,7 @@ int lua_axis_base_ParticleSystem_setSpawnScaleIn(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSpawnScaleIn",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSpawnScaleIn'.",&tolua_err); #endif @@ -75680,18 +75680,18 @@ int lua_axis_base_ParticleSystem_getEmissionRate(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEmissionRate'", nullptr); @@ -75714,7 +75714,7 @@ int lua_axis_base_ParticleSystem_getEmissionRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEmissionRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEmissionRate'.",&tolua_err); #endif @@ -75727,18 +75727,18 @@ int lua_axis_base_ParticleSystem_setSpawnScaleInVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setSpawnScaleInVar'", nullptr); @@ -75764,7 +75764,7 @@ int lua_axis_base_ParticleSystem_setSpawnScaleInVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setSpawnScaleInVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setSpawnScaleInVar'.",&tolua_err); #endif @@ -75777,18 +75777,18 @@ int lua_axis_base_ParticleSystem_getEndColor(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEndColor'", nullptr); @@ -75811,7 +75811,7 @@ int lua_axis_base_ParticleSystem_getEndColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEndColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEndColor'.",&tolua_err); #endif @@ -75824,18 +75824,18 @@ int lua_axis_base_ParticleSystem_setEmissionShapes(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEmissionShapes'", nullptr); @@ -75861,7 +75861,7 @@ int lua_axis_base_ParticleSystem_setEmissionShapes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEmissionShapes",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEmissionShapes'.",&tolua_err); #endif @@ -75874,18 +75874,18 @@ int lua_axis_base_ParticleSystem_getLifeVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getLifeVar'", nullptr); @@ -75908,7 +75908,7 @@ int lua_axis_base_ParticleSystem_getLifeVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getLifeVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getLifeVar'.",&tolua_err); #endif @@ -75921,18 +75921,18 @@ int lua_axis_base_ParticleSystem_setStartSizeVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setStartSizeVar'", nullptr); @@ -75958,7 +75958,7 @@ int lua_axis_base_ParticleSystem_setStartSizeVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setStartSizeVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setStartSizeVar'.",&tolua_err); #endif @@ -75971,18 +75971,18 @@ int lua_axis_base_ParticleSystem_setMultiAnimationRandomSpecific(lua_State* tolu axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setMultiAnimationRandomSpecific'", nullptr); @@ -76008,7 +76008,7 @@ int lua_axis_base_ParticleSystem_setMultiAnimationRandomSpecific(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setMultiAnimationRandomSpecific",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setMultiAnimationRandomSpecific'.",&tolua_err); #endif @@ -76021,18 +76021,18 @@ int lua_axis_base_ParticleSystem_setHSV(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setHSV'", nullptr); @@ -76059,7 +76059,7 @@ int lua_axis_base_ParticleSystem_setHSV(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setHSV",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setHSV'.",&tolua_err); #endif @@ -76072,18 +76072,18 @@ int lua_axis_base_ParticleSystem_resimulate(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_resimulate'", nullptr); @@ -76137,7 +76137,7 @@ int lua_axis_base_ParticleSystem_resimulate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:resimulate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_resimulate'.",&tolua_err); #endif @@ -76150,18 +76150,18 @@ int lua_axis_base_ParticleSystem_setMultiAnimationRandom(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setMultiAnimationRandom'", nullptr); @@ -76184,7 +76184,7 @@ int lua_axis_base_ParticleSystem_setMultiAnimationRandom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setMultiAnimationRandom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setMultiAnimationRandom'.",&tolua_err); #endif @@ -76197,18 +76197,18 @@ int lua_axis_base_ParticleSystem_getStartRadius(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getStartRadius'", nullptr); @@ -76231,7 +76231,7 @@ int lua_axis_base_ParticleSystem_getStartRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getStartRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getStartRadius'.",&tolua_err); #endif @@ -76244,18 +76244,18 @@ int lua_axis_base_ParticleSystem_getParticleCount(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getParticleCount'", nullptr); @@ -76278,7 +76278,7 @@ int lua_axis_base_ParticleSystem_getParticleCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getParticleCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getParticleCount'.",&tolua_err); #endif @@ -76291,18 +76291,18 @@ int lua_axis_base_ParticleSystem_getStartRadiusVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getStartRadiusVar'", nullptr); @@ -76325,7 +76325,7 @@ int lua_axis_base_ParticleSystem_getStartRadiusVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getStartRadiusVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getStartRadiusVar'.",&tolua_err); #endif @@ -76338,18 +76338,18 @@ int lua_axis_base_ParticleSystem_getBlendFunc(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getBlendFunc'", nullptr); @@ -76372,7 +76372,7 @@ int lua_axis_base_ParticleSystem_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getBlendFunc'.",&tolua_err); #endif @@ -76385,18 +76385,18 @@ int lua_axis_base_ParticleSystem_setStartColorVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setStartColorVar'", nullptr); @@ -76422,7 +76422,7 @@ int lua_axis_base_ParticleSystem_setStartColorVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setStartColorVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setStartColorVar'.",&tolua_err); #endif @@ -76435,18 +76435,18 @@ int lua_axis_base_ParticleSystem_setEndSpin(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setEndSpin'", nullptr); @@ -76472,7 +76472,7 @@ int lua_axis_base_ParticleSystem_setEndSpin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setEndSpin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setEndSpin'.",&tolua_err); #endif @@ -76485,18 +76485,18 @@ int lua_axis_base_ParticleSystem_setRadialAccel(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setRadialAccel'", nullptr); @@ -76522,7 +76522,7 @@ int lua_axis_base_ParticleSystem_setRadialAccel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setRadialAccel",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setRadialAccel'.",&tolua_err); #endif @@ -76535,18 +76535,18 @@ int lua_axis_base_ParticleSystem_setAnimationReverse(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setAnimationReverse'", nullptr); @@ -76572,7 +76572,7 @@ int lua_axis_base_ParticleSystem_setAnimationReverse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setAnimationReverse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setAnimationReverse'.",&tolua_err); #endif @@ -76584,15 +76584,15 @@ int lua_axis_base_ParticleSystem_initWithDictionary(lua_State* tolua_S) int argc = 0; axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_initWithDictionary'", nullptr); @@ -76631,7 +76631,7 @@ int lua_axis_base_ParticleSystem_initWithDictionary(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:initWithDictionary",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_initWithDictionary'.",&tolua_err); #endif @@ -76644,18 +76644,18 @@ int lua_axis_base_ParticleSystem_isAutoRemoveOnFinish(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isAutoRemoveOnFinish'", nullptr); @@ -76678,7 +76678,7 @@ int lua_axis_base_ParticleSystem_isAutoRemoveOnFinish(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isAutoRemoveOnFinish",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isAutoRemoveOnFinish'.",&tolua_err); #endif @@ -76691,18 +76691,18 @@ int lua_axis_base_ParticleSystem_isSourcePositionCompatible(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_isSourcePositionCompatible'", nullptr); @@ -76725,7 +76725,7 @@ int lua_axis_base_ParticleSystem_isSourcePositionCompatible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:isSourcePositionCompatible",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_isSourcePositionCompatible'.",&tolua_err); #endif @@ -76738,18 +76738,18 @@ int lua_axis_base_ParticleSystem_getTotalParticles(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getTotalParticles'", nullptr); @@ -76772,7 +76772,7 @@ int lua_axis_base_ParticleSystem_getTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getTotalParticles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getTotalParticles'.",&tolua_err); #endif @@ -76785,18 +76785,18 @@ int lua_axis_base_ParticleSystem_setStartRadiusVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setStartRadiusVar'", nullptr); @@ -76822,7 +76822,7 @@ int lua_axis_base_ParticleSystem_setStartRadiusVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setStartRadiusVar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setStartRadiusVar'.",&tolua_err); #endif @@ -76835,18 +76835,18 @@ int lua_axis_base_ParticleSystem_setTotalParticles(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setTotalParticles'", nullptr); @@ -76872,7 +76872,7 @@ int lua_axis_base_ParticleSystem_setTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setTotalParticles'.",&tolua_err); #endif @@ -76885,18 +76885,18 @@ int lua_axis_base_ParticleSystem_setBlendFunc(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_setBlendFunc'", nullptr); @@ -76922,7 +76922,7 @@ int lua_axis_base_ParticleSystem_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_setBlendFunc'.",&tolua_err); #endif @@ -76935,18 +76935,18 @@ int lua_axis_base_ParticleSystem_getEndRadiusVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getEndRadiusVar'", nullptr); @@ -76969,7 +76969,7 @@ int lua_axis_base_ParticleSystem_getEndRadiusVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getEndRadiusVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getEndRadiusVar'.",&tolua_err); #endif @@ -76982,18 +76982,18 @@ int lua_axis_base_ParticleSystem_getSpawnAngleVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getSpawnAngleVar'", nullptr); @@ -77016,7 +77016,7 @@ int lua_axis_base_ParticleSystem_getSpawnAngleVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getSpawnAngleVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getSpawnAngleVar'.",&tolua_err); #endif @@ -77029,18 +77029,18 @@ int lua_axis_base_ParticleSystem_getFixedFPS(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getFixedFPS'", nullptr); @@ -77063,7 +77063,7 @@ int lua_axis_base_ParticleSystem_getFixedFPS(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getFixedFPS",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getFixedFPS'.",&tolua_err); #endif @@ -77076,18 +77076,18 @@ int lua_axis_base_ParticleSystem_getStartColorVar(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystem_getStartColorVar'", nullptr); @@ -77110,7 +77110,7 @@ int lua_axis_base_ParticleSystem_getStartColorVar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:getStartColorVar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getStartColorVar'.",&tolua_err); #endif @@ -77122,11 +77122,11 @@ int lua_axis_base_ParticleSystem_createRectTorusShape(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77151,7 +77151,7 @@ int lua_axis_base_ParticleSystem_createRectTorusShape(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createRectTorusShape",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createRectTorusShape'.",&tolua_err); #endif @@ -77162,11 +77162,11 @@ int lua_axis_base_ParticleSystem_createTorusShape(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77210,7 +77210,7 @@ int lua_axis_base_ParticleSystem_createTorusShape(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createTorusShape",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createTorusShape'.",&tolua_err); #endif @@ -77221,11 +77221,11 @@ int lua_axis_base_ParticleSystem_createConeShape(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77273,7 +77273,7 @@ int lua_axis_base_ParticleSystem_createConeShape(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createConeShape",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createConeShape'.",&tolua_err); #endif @@ -77284,11 +77284,11 @@ int lua_axis_base_ParticleSystem_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77309,7 +77309,7 @@ int lua_axis_base_ParticleSystem_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_create'.",&tolua_err); #endif @@ -77320,11 +77320,11 @@ int lua_axis_base_ParticleSystem_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77345,7 +77345,7 @@ int lua_axis_base_ParticleSystem_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createWithTotalParticles'.",&tolua_err); #endif @@ -77356,11 +77356,11 @@ int lua_axis_base_ParticleSystem_createPointShape(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77381,7 +77381,7 @@ int lua_axis_base_ParticleSystem_createPointShape(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createPointShape",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createPointShape'.",&tolua_err); #endif @@ -77392,11 +77392,11 @@ int lua_axis_base_ParticleSystem_createCircleShape(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77436,7 +77436,7 @@ int lua_axis_base_ParticleSystem_createCircleShape(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createCircleShape",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createCircleShape'.",&tolua_err); #endif @@ -77447,11 +77447,11 @@ int lua_axis_base_ParticleSystem_createMaskShape(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77544,7 +77544,7 @@ int lua_axis_base_ParticleSystem_createMaskShape(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createMaskShape",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createMaskShape'.",&tolua_err); #endif @@ -77555,11 +77555,11 @@ int lua_axis_base_ParticleSystem_createRectShape(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77582,7 +77582,7 @@ int lua_axis_base_ParticleSystem_createRectShape(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createRectShape",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createRectShape'.",&tolua_err); #endif @@ -77593,11 +77593,11 @@ int lua_axis_base_ParticleSystem_getAllParticleSystems(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77616,7 +77616,7 @@ int lua_axis_base_ParticleSystem_getAllParticleSystems(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:getAllParticleSystems",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_getAllParticleSystems'.",&tolua_err); #endif @@ -77627,11 +77627,11 @@ int lua_axis_base_ParticleSystem_createConeTorusShape(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystem",0,&tolua_err)) goto tolua_lerror; #endif @@ -77683,7 +77683,7 @@ int lua_axis_base_ParticleSystem_createConeTorusShape(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystem:createConeTorusShape",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_createConeTorusShape'.",&tolua_err); #endif @@ -77695,7 +77695,7 @@ int lua_axis_base_ParticleSystem_constructor(lua_State* tolua_S) axis::ParticleSystem* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -77719,7 +77719,7 @@ int lua_axis_base_ParticleSystem_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem:ParticleSystem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystem_constructor'.",&tolua_err); #endif @@ -77921,18 +77921,18 @@ int lua_axis_base_ParticleSystemQuad_setDisplayFrame(lua_State* tolua_S) axis::ParticleSystemQuad* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystemQuad",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystemQuad*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystemQuad_setDisplayFrame'", nullptr); @@ -77958,7 +77958,7 @@ int lua_axis_base_ParticleSystemQuad_setDisplayFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystemQuad:setDisplayFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystemQuad_setDisplayFrame'.",&tolua_err); #endif @@ -77971,18 +77971,18 @@ int lua_axis_base_ParticleSystemQuad_setTextureWithRect(lua_State* tolua_S) axis::ParticleSystemQuad* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystemQuad",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystemQuad*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystemQuad_setTextureWithRect'", nullptr); @@ -78011,7 +78011,7 @@ int lua_axis_base_ParticleSystemQuad_setTextureWithRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystemQuad:setTextureWithRect",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystemQuad_setTextureWithRect'.",&tolua_err); #endif @@ -78024,18 +78024,18 @@ int lua_axis_base_ParticleSystemQuad_listenRendererRecreated(lua_State* tolua_S) axis::ParticleSystemQuad* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystemQuad",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystemQuad*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSystemQuad_listenRendererRecreated'", nullptr); @@ -78061,7 +78061,7 @@ int lua_axis_base_ParticleSystemQuad_listenRendererRecreated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystemQuad:listenRendererRecreated",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystemQuad_listenRendererRecreated'.",&tolua_err); #endif @@ -78072,11 +78072,11 @@ int lua_axis_base_ParticleSystemQuad_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystemQuad",0,&tolua_err)) goto tolua_lerror; #endif @@ -78120,7 +78120,7 @@ int lua_axis_base_ParticleSystemQuad_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.ParticleSystemQuad:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystemQuad_create'.",&tolua_err); #endif @@ -78131,11 +78131,11 @@ int lua_axis_base_ParticleSystemQuad_createWithTotalParticles(lua_State* tolua_S int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSystemQuad",0,&tolua_err)) goto tolua_lerror; #endif @@ -78156,7 +78156,7 @@ int lua_axis_base_ParticleSystemQuad_createWithTotalParticles(lua_State* tolua_S } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSystemQuad:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystemQuad_createWithTotalParticles'.",&tolua_err); #endif @@ -78168,7 +78168,7 @@ int lua_axis_base_ParticleSystemQuad_constructor(lua_State* tolua_S) axis::ParticleSystemQuad* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -78192,7 +78192,7 @@ int lua_axis_base_ParticleSystemQuad_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystemQuad:ParticleSystemQuad",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSystemQuad_constructor'.",&tolua_err); #endif @@ -78229,11 +78229,11 @@ int lua_axis_base_ParticleFire_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleFire",0,&tolua_err)) goto tolua_lerror; #endif @@ -78252,7 +78252,7 @@ int lua_axis_base_ParticleFire_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleFire:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFire_create'.",&tolua_err); #endif @@ -78263,11 +78263,11 @@ int lua_axis_base_ParticleFire_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleFire",0,&tolua_err)) goto tolua_lerror; #endif @@ -78288,7 +78288,7 @@ int lua_axis_base_ParticleFire_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleFire:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFire_createWithTotalParticles'.",&tolua_err); #endif @@ -78300,7 +78300,7 @@ int lua_axis_base_ParticleFire_constructor(lua_State* tolua_S) axis::ParticleFire* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -78324,7 +78324,7 @@ int lua_axis_base_ParticleFire_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleFire:ParticleFire",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFire_constructor'.",&tolua_err); #endif @@ -78359,18 +78359,18 @@ int lua_axis_base_ParticleFireworks_init(lua_State* tolua_S) axis::ParticleFireworks* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleFireworks",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleFireworks*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleFireworks_init'", nullptr); @@ -78393,7 +78393,7 @@ int lua_axis_base_ParticleFireworks_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleFireworks:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFireworks_init'.",&tolua_err); #endif @@ -78406,18 +78406,18 @@ int lua_axis_base_ParticleFireworks_initWithTotalParticles(lua_State* tolua_S) axis::ParticleFireworks* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleFireworks",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleFireworks*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleFireworks_initWithTotalParticles'", nullptr); @@ -78443,7 +78443,7 @@ int lua_axis_base_ParticleFireworks_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleFireworks:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFireworks_initWithTotalParticles'.",&tolua_err); #endif @@ -78455,11 +78455,11 @@ int lua_axis_base_ParticleFireworks_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleFireworks",0,&tolua_err)) goto tolua_lerror; #endif @@ -78478,7 +78478,7 @@ int lua_axis_base_ParticleFireworks_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleFireworks:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFireworks_create'.",&tolua_err); #endif @@ -78489,11 +78489,11 @@ int lua_axis_base_ParticleFireworks_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleFireworks",0,&tolua_err)) goto tolua_lerror; #endif @@ -78514,7 +78514,7 @@ int lua_axis_base_ParticleFireworks_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleFireworks:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFireworks_createWithTotalParticles'.",&tolua_err); #endif @@ -78526,7 +78526,7 @@ int lua_axis_base_ParticleFireworks_constructor(lua_State* tolua_S) axis::ParticleFireworks* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -78550,7 +78550,7 @@ int lua_axis_base_ParticleFireworks_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleFireworks:ParticleFireworks",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFireworks_constructor'.",&tolua_err); #endif @@ -78587,18 +78587,18 @@ int lua_axis_base_ParticleSun_init(lua_State* tolua_S) axis::ParticleSun* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSun",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSun*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSun_init'", nullptr); @@ -78621,7 +78621,7 @@ int lua_axis_base_ParticleSun_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSun:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSun_init'.",&tolua_err); #endif @@ -78634,18 +78634,18 @@ int lua_axis_base_ParticleSun_initWithTotalParticles(lua_State* tolua_S) axis::ParticleSun* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSun",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSun*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSun_initWithTotalParticles'", nullptr); @@ -78671,7 +78671,7 @@ int lua_axis_base_ParticleSun_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSun:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSun_initWithTotalParticles'.",&tolua_err); #endif @@ -78683,11 +78683,11 @@ int lua_axis_base_ParticleSun_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSun",0,&tolua_err)) goto tolua_lerror; #endif @@ -78706,7 +78706,7 @@ int lua_axis_base_ParticleSun_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSun:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSun_create'.",&tolua_err); #endif @@ -78717,11 +78717,11 @@ int lua_axis_base_ParticleSun_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSun",0,&tolua_err)) goto tolua_lerror; #endif @@ -78742,7 +78742,7 @@ int lua_axis_base_ParticleSun_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSun:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSun_createWithTotalParticles'.",&tolua_err); #endif @@ -78754,7 +78754,7 @@ int lua_axis_base_ParticleSun_constructor(lua_State* tolua_S) axis::ParticleSun* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -78778,7 +78778,7 @@ int lua_axis_base_ParticleSun_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSun:ParticleSun",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSun_constructor'.",&tolua_err); #endif @@ -78815,18 +78815,18 @@ int lua_axis_base_ParticleGalaxy_init(lua_State* tolua_S) axis::ParticleGalaxy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleGalaxy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleGalaxy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleGalaxy_init'", nullptr); @@ -78849,7 +78849,7 @@ int lua_axis_base_ParticleGalaxy_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleGalaxy:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleGalaxy_init'.",&tolua_err); #endif @@ -78862,18 +78862,18 @@ int lua_axis_base_ParticleGalaxy_initWithTotalParticles(lua_State* tolua_S) axis::ParticleGalaxy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleGalaxy",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleGalaxy*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleGalaxy_initWithTotalParticles'", nullptr); @@ -78899,7 +78899,7 @@ int lua_axis_base_ParticleGalaxy_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleGalaxy:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleGalaxy_initWithTotalParticles'.",&tolua_err); #endif @@ -78911,11 +78911,11 @@ int lua_axis_base_ParticleGalaxy_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleGalaxy",0,&tolua_err)) goto tolua_lerror; #endif @@ -78934,7 +78934,7 @@ int lua_axis_base_ParticleGalaxy_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleGalaxy:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleGalaxy_create'.",&tolua_err); #endif @@ -78945,11 +78945,11 @@ int lua_axis_base_ParticleGalaxy_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleGalaxy",0,&tolua_err)) goto tolua_lerror; #endif @@ -78970,7 +78970,7 @@ int lua_axis_base_ParticleGalaxy_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleGalaxy:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleGalaxy_createWithTotalParticles'.",&tolua_err); #endif @@ -78982,7 +78982,7 @@ int lua_axis_base_ParticleGalaxy_constructor(lua_State* tolua_S) axis::ParticleGalaxy* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -79006,7 +79006,7 @@ int lua_axis_base_ParticleGalaxy_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleGalaxy:ParticleGalaxy",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleGalaxy_constructor'.",&tolua_err); #endif @@ -79043,18 +79043,18 @@ int lua_axis_base_ParticleFlower_init(lua_State* tolua_S) axis::ParticleFlower* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleFlower",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleFlower*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleFlower_init'", nullptr); @@ -79077,7 +79077,7 @@ int lua_axis_base_ParticleFlower_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleFlower:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFlower_init'.",&tolua_err); #endif @@ -79090,18 +79090,18 @@ int lua_axis_base_ParticleFlower_initWithTotalParticles(lua_State* tolua_S) axis::ParticleFlower* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleFlower",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleFlower*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleFlower_initWithTotalParticles'", nullptr); @@ -79127,7 +79127,7 @@ int lua_axis_base_ParticleFlower_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleFlower:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFlower_initWithTotalParticles'.",&tolua_err); #endif @@ -79139,11 +79139,11 @@ int lua_axis_base_ParticleFlower_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleFlower",0,&tolua_err)) goto tolua_lerror; #endif @@ -79162,7 +79162,7 @@ int lua_axis_base_ParticleFlower_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleFlower:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFlower_create'.",&tolua_err); #endif @@ -79173,11 +79173,11 @@ int lua_axis_base_ParticleFlower_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleFlower",0,&tolua_err)) goto tolua_lerror; #endif @@ -79198,7 +79198,7 @@ int lua_axis_base_ParticleFlower_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleFlower:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFlower_createWithTotalParticles'.",&tolua_err); #endif @@ -79210,7 +79210,7 @@ int lua_axis_base_ParticleFlower_constructor(lua_State* tolua_S) axis::ParticleFlower* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -79234,7 +79234,7 @@ int lua_axis_base_ParticleFlower_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleFlower:ParticleFlower",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleFlower_constructor'.",&tolua_err); #endif @@ -79271,18 +79271,18 @@ int lua_axis_base_ParticleMeteor_init(lua_State* tolua_S) axis::ParticleMeteor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleMeteor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleMeteor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleMeteor_init'", nullptr); @@ -79305,7 +79305,7 @@ int lua_axis_base_ParticleMeteor_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleMeteor:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleMeteor_init'.",&tolua_err); #endif @@ -79318,18 +79318,18 @@ int lua_axis_base_ParticleMeteor_initWithTotalParticles(lua_State* tolua_S) axis::ParticleMeteor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleMeteor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleMeteor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleMeteor_initWithTotalParticles'", nullptr); @@ -79355,7 +79355,7 @@ int lua_axis_base_ParticleMeteor_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleMeteor:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleMeteor_initWithTotalParticles'.",&tolua_err); #endif @@ -79367,11 +79367,11 @@ int lua_axis_base_ParticleMeteor_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleMeteor",0,&tolua_err)) goto tolua_lerror; #endif @@ -79390,7 +79390,7 @@ int lua_axis_base_ParticleMeteor_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleMeteor:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleMeteor_create'.",&tolua_err); #endif @@ -79401,11 +79401,11 @@ int lua_axis_base_ParticleMeteor_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleMeteor",0,&tolua_err)) goto tolua_lerror; #endif @@ -79426,7 +79426,7 @@ int lua_axis_base_ParticleMeteor_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleMeteor:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleMeteor_createWithTotalParticles'.",&tolua_err); #endif @@ -79438,7 +79438,7 @@ int lua_axis_base_ParticleMeteor_constructor(lua_State* tolua_S) axis::ParticleMeteor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -79462,7 +79462,7 @@ int lua_axis_base_ParticleMeteor_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleMeteor:ParticleMeteor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleMeteor_constructor'.",&tolua_err); #endif @@ -79499,18 +79499,18 @@ int lua_axis_base_ParticleSpiral_init(lua_State* tolua_S) axis::ParticleSpiral* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSpiral",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSpiral*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSpiral_init'", nullptr); @@ -79533,7 +79533,7 @@ int lua_axis_base_ParticleSpiral_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSpiral:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSpiral_init'.",&tolua_err); #endif @@ -79546,18 +79546,18 @@ int lua_axis_base_ParticleSpiral_initWithTotalParticles(lua_State* tolua_S) axis::ParticleSpiral* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSpiral",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSpiral*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSpiral_initWithTotalParticles'", nullptr); @@ -79583,7 +79583,7 @@ int lua_axis_base_ParticleSpiral_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSpiral:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSpiral_initWithTotalParticles'.",&tolua_err); #endif @@ -79595,11 +79595,11 @@ int lua_axis_base_ParticleSpiral_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSpiral",0,&tolua_err)) goto tolua_lerror; #endif @@ -79618,7 +79618,7 @@ int lua_axis_base_ParticleSpiral_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSpiral:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSpiral_create'.",&tolua_err); #endif @@ -79629,11 +79629,11 @@ int lua_axis_base_ParticleSpiral_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSpiral",0,&tolua_err)) goto tolua_lerror; #endif @@ -79654,7 +79654,7 @@ int lua_axis_base_ParticleSpiral_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSpiral:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSpiral_createWithTotalParticles'.",&tolua_err); #endif @@ -79666,7 +79666,7 @@ int lua_axis_base_ParticleSpiral_constructor(lua_State* tolua_S) axis::ParticleSpiral* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -79690,7 +79690,7 @@ int lua_axis_base_ParticleSpiral_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSpiral:ParticleSpiral",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSpiral_constructor'.",&tolua_err); #endif @@ -79727,18 +79727,18 @@ int lua_axis_base_ParticleExplosion_init(lua_State* tolua_S) axis::ParticleExplosion* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleExplosion",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleExplosion*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleExplosion_init'", nullptr); @@ -79761,7 +79761,7 @@ int lua_axis_base_ParticleExplosion_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleExplosion:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleExplosion_init'.",&tolua_err); #endif @@ -79774,18 +79774,18 @@ int lua_axis_base_ParticleExplosion_initWithTotalParticles(lua_State* tolua_S) axis::ParticleExplosion* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleExplosion",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleExplosion*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleExplosion_initWithTotalParticles'", nullptr); @@ -79811,7 +79811,7 @@ int lua_axis_base_ParticleExplosion_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleExplosion:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleExplosion_initWithTotalParticles'.",&tolua_err); #endif @@ -79823,11 +79823,11 @@ int lua_axis_base_ParticleExplosion_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleExplosion",0,&tolua_err)) goto tolua_lerror; #endif @@ -79846,7 +79846,7 @@ int lua_axis_base_ParticleExplosion_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleExplosion:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleExplosion_create'.",&tolua_err); #endif @@ -79857,11 +79857,11 @@ int lua_axis_base_ParticleExplosion_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleExplosion",0,&tolua_err)) goto tolua_lerror; #endif @@ -79882,7 +79882,7 @@ int lua_axis_base_ParticleExplosion_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleExplosion:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleExplosion_createWithTotalParticles'.",&tolua_err); #endif @@ -79894,7 +79894,7 @@ int lua_axis_base_ParticleExplosion_constructor(lua_State* tolua_S) axis::ParticleExplosion* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -79918,7 +79918,7 @@ int lua_axis_base_ParticleExplosion_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleExplosion:ParticleExplosion",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleExplosion_constructor'.",&tolua_err); #endif @@ -79955,18 +79955,18 @@ int lua_axis_base_ParticleSmoke_init(lua_State* tolua_S) axis::ParticleSmoke* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSmoke",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSmoke*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSmoke_init'", nullptr); @@ -79989,7 +79989,7 @@ int lua_axis_base_ParticleSmoke_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSmoke:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSmoke_init'.",&tolua_err); #endif @@ -80002,18 +80002,18 @@ int lua_axis_base_ParticleSmoke_initWithTotalParticles(lua_State* tolua_S) axis::ParticleSmoke* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSmoke",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSmoke*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSmoke_initWithTotalParticles'", nullptr); @@ -80039,7 +80039,7 @@ int lua_axis_base_ParticleSmoke_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSmoke:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSmoke_initWithTotalParticles'.",&tolua_err); #endif @@ -80051,11 +80051,11 @@ int lua_axis_base_ParticleSmoke_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSmoke",0,&tolua_err)) goto tolua_lerror; #endif @@ -80074,7 +80074,7 @@ int lua_axis_base_ParticleSmoke_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSmoke:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSmoke_create'.",&tolua_err); #endif @@ -80085,11 +80085,11 @@ int lua_axis_base_ParticleSmoke_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSmoke",0,&tolua_err)) goto tolua_lerror; #endif @@ -80110,7 +80110,7 @@ int lua_axis_base_ParticleSmoke_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSmoke:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSmoke_createWithTotalParticles'.",&tolua_err); #endif @@ -80122,7 +80122,7 @@ int lua_axis_base_ParticleSmoke_constructor(lua_State* tolua_S) axis::ParticleSmoke* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -80146,7 +80146,7 @@ int lua_axis_base_ParticleSmoke_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSmoke:ParticleSmoke",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSmoke_constructor'.",&tolua_err); #endif @@ -80183,18 +80183,18 @@ int lua_axis_base_ParticleSnow_init(lua_State* tolua_S) axis::ParticleSnow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSnow",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSnow*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSnow_init'", nullptr); @@ -80217,7 +80217,7 @@ int lua_axis_base_ParticleSnow_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSnow:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSnow_init'.",&tolua_err); #endif @@ -80230,18 +80230,18 @@ int lua_axis_base_ParticleSnow_initWithTotalParticles(lua_State* tolua_S) axis::ParticleSnow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSnow",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSnow*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleSnow_initWithTotalParticles'", nullptr); @@ -80267,7 +80267,7 @@ int lua_axis_base_ParticleSnow_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSnow:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSnow_initWithTotalParticles'.",&tolua_err); #endif @@ -80279,11 +80279,11 @@ int lua_axis_base_ParticleSnow_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSnow",0,&tolua_err)) goto tolua_lerror; #endif @@ -80302,7 +80302,7 @@ int lua_axis_base_ParticleSnow_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSnow:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSnow_create'.",&tolua_err); #endif @@ -80313,11 +80313,11 @@ int lua_axis_base_ParticleSnow_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleSnow",0,&tolua_err)) goto tolua_lerror; #endif @@ -80338,7 +80338,7 @@ int lua_axis_base_ParticleSnow_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleSnow:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSnow_createWithTotalParticles'.",&tolua_err); #endif @@ -80350,7 +80350,7 @@ int lua_axis_base_ParticleSnow_constructor(lua_State* tolua_S) axis::ParticleSnow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -80374,7 +80374,7 @@ int lua_axis_base_ParticleSnow_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSnow:ParticleSnow",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleSnow_constructor'.",&tolua_err); #endif @@ -80411,18 +80411,18 @@ int lua_axis_base_ParticleRain_init(lua_State* tolua_S) axis::ParticleRain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleRain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleRain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleRain_init'", nullptr); @@ -80445,7 +80445,7 @@ int lua_axis_base_ParticleRain_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleRain:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleRain_init'.",&tolua_err); #endif @@ -80458,18 +80458,18 @@ int lua_axis_base_ParticleRain_initWithTotalParticles(lua_State* tolua_S) axis::ParticleRain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleRain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleRain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParticleRain_initWithTotalParticles'", nullptr); @@ -80495,7 +80495,7 @@ int lua_axis_base_ParticleRain_initWithTotalParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleRain:initWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleRain_initWithTotalParticles'.",&tolua_err); #endif @@ -80507,11 +80507,11 @@ int lua_axis_base_ParticleRain_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleRain",0,&tolua_err)) goto tolua_lerror; #endif @@ -80530,7 +80530,7 @@ int lua_axis_base_ParticleRain_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleRain:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleRain_create'.",&tolua_err); #endif @@ -80541,11 +80541,11 @@ int lua_axis_base_ParticleRain_createWithTotalParticles(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParticleRain",0,&tolua_err)) goto tolua_lerror; #endif @@ -80566,7 +80566,7 @@ int lua_axis_base_ParticleRain_createWithTotalParticles(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParticleRain:createWithTotalParticles",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleRain_createWithTotalParticles'.",&tolua_err); #endif @@ -80578,7 +80578,7 @@ int lua_axis_base_ParticleRain_constructor(lua_State* tolua_S) axis::ParticleRain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -80602,7 +80602,7 @@ int lua_axis_base_ParticleRain_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleRain:ParticleRain",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParticleRain_constructor'.",&tolua_err); #endif @@ -80639,18 +80639,18 @@ int lua_axis_base_ProgressTimer_initWithSprite(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_initWithSprite'", nullptr); @@ -80676,7 +80676,7 @@ int lua_axis_base_ProgressTimer_initWithSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:initWithSprite",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_initWithSprite'.",&tolua_err); #endif @@ -80689,18 +80689,18 @@ int lua_axis_base_ProgressTimer_isReverseDirection(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_isReverseDirection'", nullptr); @@ -80723,7 +80723,7 @@ int lua_axis_base_ProgressTimer_isReverseDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:isReverseDirection",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_isReverseDirection'.",&tolua_err); #endif @@ -80736,18 +80736,18 @@ int lua_axis_base_ProgressTimer_setBarChangeRate(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_setBarChangeRate'", nullptr); @@ -80773,7 +80773,7 @@ int lua_axis_base_ProgressTimer_setBarChangeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:setBarChangeRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_setBarChangeRate'.",&tolua_err); #endif @@ -80786,18 +80786,18 @@ int lua_axis_base_ProgressTimer_getPercentage(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_getPercentage'", nullptr); @@ -80820,7 +80820,7 @@ int lua_axis_base_ProgressTimer_getPercentage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:getPercentage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_getPercentage'.",&tolua_err); #endif @@ -80833,18 +80833,18 @@ int lua_axis_base_ProgressTimer_setSprite(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_setSprite'", nullptr); @@ -80870,7 +80870,7 @@ int lua_axis_base_ProgressTimer_setSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:setSprite",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_setSprite'.",&tolua_err); #endif @@ -80883,18 +80883,18 @@ int lua_axis_base_ProgressTimer_getType(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_getType'", nullptr); @@ -80917,7 +80917,7 @@ int lua_axis_base_ProgressTimer_getType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:getType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_getType'.",&tolua_err); #endif @@ -80930,18 +80930,18 @@ int lua_axis_base_ProgressTimer_getSprite(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_getSprite'", nullptr); @@ -80964,7 +80964,7 @@ int lua_axis_base_ProgressTimer_getSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:getSprite",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_getSprite'.",&tolua_err); #endif @@ -80977,18 +80977,18 @@ int lua_axis_base_ProgressTimer_setMidpoint(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_setMidpoint'", nullptr); @@ -81014,7 +81014,7 @@ int lua_axis_base_ProgressTimer_setMidpoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:setMidpoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_setMidpoint'.",&tolua_err); #endif @@ -81027,18 +81027,18 @@ int lua_axis_base_ProgressTimer_getBarChangeRate(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_getBarChangeRate'", nullptr); @@ -81061,7 +81061,7 @@ int lua_axis_base_ProgressTimer_getBarChangeRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:getBarChangeRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_getBarChangeRate'.",&tolua_err); #endif @@ -81074,18 +81074,18 @@ int lua_axis_base_ProgressTimer_setReverseDirection(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_setReverseDirection'", nullptr); @@ -81111,7 +81111,7 @@ int lua_axis_base_ProgressTimer_setReverseDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:setReverseDirection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_setReverseDirection'.",&tolua_err); #endif @@ -81124,18 +81124,18 @@ int lua_axis_base_ProgressTimer_getMidpoint(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_getMidpoint'", nullptr); @@ -81158,7 +81158,7 @@ int lua_axis_base_ProgressTimer_getMidpoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:getMidpoint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_getMidpoint'.",&tolua_err); #endif @@ -81171,18 +81171,18 @@ int lua_axis_base_ProgressTimer_setPercentage(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_setPercentage'", nullptr); @@ -81208,7 +81208,7 @@ int lua_axis_base_ProgressTimer_setPercentage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:setPercentage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_setPercentage'.",&tolua_err); #endif @@ -81221,18 +81221,18 @@ int lua_axis_base_ProgressTimer_setType(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProgressTimer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProgressTimer_setType'", nullptr); @@ -81258,7 +81258,7 @@ int lua_axis_base_ProgressTimer_setType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:setType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_setType'.",&tolua_err); #endif @@ -81270,11 +81270,11 @@ int lua_axis_base_ProgressTimer_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ProgressTimer",0,&tolua_err)) goto tolua_lerror; #endif @@ -81295,7 +81295,7 @@ int lua_axis_base_ProgressTimer_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ProgressTimer:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_create'.",&tolua_err); #endif @@ -81307,7 +81307,7 @@ int lua_axis_base_ProgressTimer_constructor(lua_State* tolua_S) axis::ProgressTimer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -81331,7 +81331,7 @@ int lua_axis_base_ProgressTimer_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProgressTimer:ProgressTimer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProgressTimer_constructor'.",&tolua_err); #endif @@ -81377,15 +81377,15 @@ int lua_axis_base_ProtectedNode_addProtectedChild(lua_State* tolua_S) int argc = 0; axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_addProtectedChild'", nullptr); @@ -81444,7 +81444,7 @@ int lua_axis_base_ProtectedNode_addProtectedChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:addProtectedChild",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_addProtectedChild'.",&tolua_err); #endif @@ -81457,18 +81457,18 @@ int lua_axis_base_ProtectedNode_disableCascadeColor(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_disableCascadeColor'", nullptr); @@ -81491,7 +81491,7 @@ int lua_axis_base_ProtectedNode_disableCascadeColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:disableCascadeColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_disableCascadeColor'.",&tolua_err); #endif @@ -81504,18 +81504,18 @@ int lua_axis_base_ProtectedNode_removeProtectedChildByTag(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_removeProtectedChildByTag'", nullptr); @@ -81558,7 +81558,7 @@ int lua_axis_base_ProtectedNode_removeProtectedChildByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:removeProtectedChildByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_removeProtectedChildByTag'.",&tolua_err); #endif @@ -81571,18 +81571,18 @@ int lua_axis_base_ProtectedNode_reorderProtectedChild(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_reorderProtectedChild'", nullptr); @@ -81611,7 +81611,7 @@ int lua_axis_base_ProtectedNode_reorderProtectedChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:reorderProtectedChild",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_reorderProtectedChild'.",&tolua_err); #endif @@ -81624,18 +81624,18 @@ int lua_axis_base_ProtectedNode_removeAllProtectedChildrenWithCleanup(lua_State* axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_removeAllProtectedChildrenWithCleanup'", nullptr); @@ -81661,7 +81661,7 @@ int lua_axis_base_ProtectedNode_removeAllProtectedChildrenWithCleanup(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:removeAllProtectedChildrenWithCleanup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_removeAllProtectedChildrenWithCleanup'.",&tolua_err); #endif @@ -81674,18 +81674,18 @@ int lua_axis_base_ProtectedNode_disableCascadeOpacity(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_disableCascadeOpacity'", nullptr); @@ -81708,7 +81708,7 @@ int lua_axis_base_ProtectedNode_disableCascadeOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:disableCascadeOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_disableCascadeOpacity'.",&tolua_err); #endif @@ -81721,18 +81721,18 @@ int lua_axis_base_ProtectedNode_sortAllProtectedChildren(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_sortAllProtectedChildren'", nullptr); @@ -81755,7 +81755,7 @@ int lua_axis_base_ProtectedNode_sortAllProtectedChildren(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:sortAllProtectedChildren",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_sortAllProtectedChildren'.",&tolua_err); #endif @@ -81768,18 +81768,18 @@ int lua_axis_base_ProtectedNode_getProtectedChildByTag(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_getProtectedChildByTag'", nullptr); @@ -81805,7 +81805,7 @@ int lua_axis_base_ProtectedNode_getProtectedChildByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:getProtectedChildByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_getProtectedChildByTag'.",&tolua_err); #endif @@ -81818,18 +81818,18 @@ int lua_axis_base_ProtectedNode_removeProtectedChild(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_removeProtectedChild'", nullptr); @@ -81872,7 +81872,7 @@ int lua_axis_base_ProtectedNode_removeProtectedChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:removeProtectedChild",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_removeProtectedChild'.",&tolua_err); #endif @@ -81885,18 +81885,18 @@ int lua_axis_base_ProtectedNode_removeAllProtectedChildren(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ProtectedNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ProtectedNode_removeAllProtectedChildren'", nullptr); @@ -81919,7 +81919,7 @@ int lua_axis_base_ProtectedNode_removeAllProtectedChildren(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:removeAllProtectedChildren",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_removeAllProtectedChildren'.",&tolua_err); #endif @@ -81931,11 +81931,11 @@ int lua_axis_base_ProtectedNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ProtectedNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -81954,7 +81954,7 @@ int lua_axis_base_ProtectedNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ProtectedNode:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_create'.",&tolua_err); #endif @@ -81966,7 +81966,7 @@ int lua_axis_base_ProtectedNode_constructor(lua_State* tolua_S) axis::ProtectedNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -81990,7 +81990,7 @@ int lua_axis_base_ProtectedNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ProtectedNode:ProtectedNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ProtectedNode_constructor'.",&tolua_err); #endif @@ -82034,18 +82034,18 @@ int lua_axis_base_RenderTexture_setVirtualViewport(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_setVirtualViewport'", nullptr); @@ -82077,7 +82077,7 @@ int lua_axis_base_RenderTexture_setVirtualViewport(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:setVirtualViewport",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_setVirtualViewport'.",&tolua_err); #endif @@ -82090,18 +82090,18 @@ int lua_axis_base_RenderTexture_clearStencil(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_clearStencil'", nullptr); @@ -82127,7 +82127,7 @@ int lua_axis_base_RenderTexture_clearStencil(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:clearStencil",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_clearStencil'.",&tolua_err); #endif @@ -82140,18 +82140,18 @@ int lua_axis_base_RenderTexture_getClearDepth(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_getClearDepth'", nullptr); @@ -82174,7 +82174,7 @@ int lua_axis_base_RenderTexture_getClearDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:getClearDepth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_getClearDepth'.",&tolua_err); #endif @@ -82187,18 +82187,18 @@ int lua_axis_base_RenderTexture_getClearStencil(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_getClearStencil'", nullptr); @@ -82221,7 +82221,7 @@ int lua_axis_base_RenderTexture_getClearStencil(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:getClearStencil",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_getClearStencil'.",&tolua_err); #endif @@ -82234,18 +82234,18 @@ int lua_axis_base_RenderTexture_setClearStencil(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_setClearStencil'", nullptr); @@ -82271,7 +82271,7 @@ int lua_axis_base_RenderTexture_setClearStencil(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:setClearStencil",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_setClearStencil'.",&tolua_err); #endif @@ -82284,18 +82284,18 @@ int lua_axis_base_RenderTexture_getRenderTarget(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_getRenderTarget'", nullptr); @@ -82318,7 +82318,7 @@ int lua_axis_base_RenderTexture_getRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:getRenderTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_getRenderTarget'.",&tolua_err); #endif @@ -82331,18 +82331,18 @@ int lua_axis_base_RenderTexture_setSprite(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_setSprite'", nullptr); @@ -82368,7 +82368,7 @@ int lua_axis_base_RenderTexture_setSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:setSprite",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_setSprite'.",&tolua_err); #endif @@ -82381,18 +82381,18 @@ int lua_axis_base_RenderTexture_getSprite(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_getSprite'", nullptr); @@ -82415,7 +82415,7 @@ int lua_axis_base_RenderTexture_getSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:getSprite",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_getSprite'.",&tolua_err); #endif @@ -82428,18 +82428,18 @@ int lua_axis_base_RenderTexture_isAutoDraw(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_isAutoDraw'", nullptr); @@ -82462,7 +82462,7 @@ int lua_axis_base_RenderTexture_isAutoDraw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:isAutoDraw",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_isAutoDraw'.",&tolua_err); #endif @@ -82474,15 +82474,15 @@ int lua_axis_base_RenderTexture_saveToFileAsNonPMA(lua_State* tolua_S) int argc = 0; axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_saveToFileAsNonPMA'", nullptr); @@ -82573,7 +82573,7 @@ int lua_axis_base_RenderTexture_saveToFileAsNonPMA(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:saveToFileAsNonPMA",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_saveToFileAsNonPMA'.",&tolua_err); #endif @@ -82586,18 +82586,18 @@ int lua_axis_base_RenderTexture_setKeepMatrix(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_setKeepMatrix'", nullptr); @@ -82623,7 +82623,7 @@ int lua_axis_base_RenderTexture_setKeepMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:setKeepMatrix",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_setKeepMatrix'.",&tolua_err); #endif @@ -82636,18 +82636,18 @@ int lua_axis_base_RenderTexture_setClearFlags(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_setClearFlags'", nullptr); @@ -82673,7 +82673,7 @@ int lua_axis_base_RenderTexture_setClearFlags(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:setClearFlags",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_setClearFlags'.",&tolua_err); #endif @@ -82686,18 +82686,18 @@ int lua_axis_base_RenderTexture_begin(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_begin'", nullptr); @@ -82720,7 +82720,7 @@ int lua_axis_base_RenderTexture_begin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:begin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_begin'.",&tolua_err); #endif @@ -82732,15 +82732,15 @@ int lua_axis_base_RenderTexture_saveToFile(lua_State* tolua_S) int argc = 0; axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_saveToFile'", nullptr); @@ -82867,7 +82867,7 @@ int lua_axis_base_RenderTexture_saveToFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:saveToFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_saveToFile'.",&tolua_err); #endif @@ -82880,18 +82880,18 @@ int lua_axis_base_RenderTexture_setAutoDraw(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_setAutoDraw'", nullptr); @@ -82917,7 +82917,7 @@ int lua_axis_base_RenderTexture_setAutoDraw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:setAutoDraw",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_setAutoDraw'.",&tolua_err); #endif @@ -82930,18 +82930,18 @@ int lua_axis_base_RenderTexture_setClearColor(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_setClearColor'", nullptr); @@ -82967,7 +82967,7 @@ int lua_axis_base_RenderTexture_setClearColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:setClearColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_setClearColor'.",&tolua_err); #endif @@ -82980,18 +82980,18 @@ int lua_axis_base_RenderTexture_end(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_end'", nullptr); @@ -83014,7 +83014,7 @@ int lua_axis_base_RenderTexture_end(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:end",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_end'.",&tolua_err); #endif @@ -83026,15 +83026,15 @@ int lua_axis_base_RenderTexture_beginWithClear(lua_State* tolua_S) int argc = 0; axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_beginWithClear'", nullptr); @@ -83129,7 +83129,7 @@ int lua_axis_base_RenderTexture_beginWithClear(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:beginWithClear",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_beginWithClear'.",&tolua_err); #endif @@ -83142,18 +83142,18 @@ int lua_axis_base_RenderTexture_clearDepth(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_clearDepth'", nullptr); @@ -83179,7 +83179,7 @@ int lua_axis_base_RenderTexture_clearDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:clearDepth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_clearDepth'.",&tolua_err); #endif @@ -83192,18 +83192,18 @@ int lua_axis_base_RenderTexture_getClearColor(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_getClearColor'", nullptr); @@ -83226,7 +83226,7 @@ int lua_axis_base_RenderTexture_getClearColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:getClearColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_getClearColor'.",&tolua_err); #endif @@ -83239,18 +83239,18 @@ int lua_axis_base_RenderTexture_clear(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_clear'", nullptr); @@ -83285,7 +83285,7 @@ int lua_axis_base_RenderTexture_clear(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:clear",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_clear'.",&tolua_err); #endif @@ -83298,18 +83298,18 @@ int lua_axis_base_RenderTexture_isSharedRenderTarget(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_isSharedRenderTarget'", nullptr); @@ -83332,7 +83332,7 @@ int lua_axis_base_RenderTexture_isSharedRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:isSharedRenderTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_isSharedRenderTarget'.",&tolua_err); #endif @@ -83345,18 +83345,18 @@ int lua_axis_base_RenderTexture_getClearFlags(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_getClearFlags'", nullptr); @@ -83379,7 +83379,7 @@ int lua_axis_base_RenderTexture_getClearFlags(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:getClearFlags",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_getClearFlags'.",&tolua_err); #endif @@ -83392,18 +83392,18 @@ int lua_axis_base_RenderTexture_setClearDepth(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_setClearDepth'", nullptr); @@ -83429,7 +83429,7 @@ int lua_axis_base_RenderTexture_setClearDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:setClearDepth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_setClearDepth'.",&tolua_err); #endif @@ -83441,15 +83441,15 @@ int lua_axis_base_RenderTexture_initWithWidthAndHeight(lua_State* tolua_S) int argc = 0; axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderTexture*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderTexture_initWithWidthAndHeight'", nullptr); @@ -83556,7 +83556,7 @@ int lua_axis_base_RenderTexture_initWithWidthAndHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:initWithWidthAndHeight",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_initWithWidthAndHeight'.",&tolua_err); #endif @@ -83567,11 +83567,11 @@ int lua_axis_base_RenderTexture_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.RenderTexture",0,&tolua_err)) goto tolua_lerror; #endif @@ -83702,7 +83702,7 @@ int lua_axis_base_RenderTexture_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.RenderTexture:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_create'.",&tolua_err); #endif @@ -83714,7 +83714,7 @@ int lua_axis_base_RenderTexture_constructor(lua_State* tolua_S) axis::RenderTexture* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -83738,7 +83738,7 @@ int lua_axis_base_RenderTexture_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderTexture:RenderTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderTexture_constructor'.",&tolua_err); #endif @@ -83797,18 +83797,18 @@ int lua_axis_base_TransitionEaseScene_easeActionWithAction(lua_State* tolua_S) axis::TransitionEaseScene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionEaseScene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionEaseScene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionEaseScene_easeActionWithAction'", nullptr); @@ -83834,7 +83834,7 @@ int lua_axis_base_TransitionEaseScene_easeActionWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionEaseScene:easeActionWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionEaseScene_easeActionWithAction'.",&tolua_err); #endif @@ -83867,18 +83867,18 @@ int lua_axis_base_TransitionScene_getInScene(lua_State* tolua_S) axis::TransitionScene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionScene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionScene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionScene_getInScene'", nullptr); @@ -83901,7 +83901,7 @@ int lua_axis_base_TransitionScene_getInScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionScene:getInScene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionScene_getInScene'.",&tolua_err); #endif @@ -83914,18 +83914,18 @@ int lua_axis_base_TransitionScene_finish(lua_State* tolua_S) axis::TransitionScene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionScene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionScene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionScene_finish'", nullptr); @@ -83948,7 +83948,7 @@ int lua_axis_base_TransitionScene_finish(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionScene:finish",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionScene_finish'.",&tolua_err); #endif @@ -83961,18 +83961,18 @@ int lua_axis_base_TransitionScene_initWithDuration(lua_State* tolua_S) axis::TransitionScene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionScene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionScene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionScene_initWithDuration'", nullptr); @@ -84001,7 +84001,7 @@ int lua_axis_base_TransitionScene_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionScene:initWithDuration",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionScene_initWithDuration'.",&tolua_err); #endif @@ -84014,18 +84014,18 @@ int lua_axis_base_TransitionScene_getDuration(lua_State* tolua_S) axis::TransitionScene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionScene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionScene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionScene_getDuration'", nullptr); @@ -84048,7 +84048,7 @@ int lua_axis_base_TransitionScene_getDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionScene:getDuration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionScene_getDuration'.",&tolua_err); #endif @@ -84061,18 +84061,18 @@ int lua_axis_base_TransitionScene_hideOutShowIn(lua_State* tolua_S) axis::TransitionScene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionScene",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionScene*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionScene_hideOutShowIn'", nullptr); @@ -84095,7 +84095,7 @@ int lua_axis_base_TransitionScene_hideOutShowIn(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionScene:hideOutShowIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionScene_hideOutShowIn'.",&tolua_err); #endif @@ -84107,11 +84107,11 @@ int lua_axis_base_TransitionScene_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionScene",0,&tolua_err)) goto tolua_lerror; #endif @@ -84134,7 +84134,7 @@ int lua_axis_base_TransitionScene_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionScene:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionScene_create'.",&tolua_err); #endif @@ -84146,7 +84146,7 @@ int lua_axis_base_TransitionScene_constructor(lua_State* tolua_S) axis::TransitionScene* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -84170,7 +84170,7 @@ int lua_axis_base_TransitionScene_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionScene:TransitionScene",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionScene_constructor'.",&tolua_err); #endif @@ -84209,18 +84209,18 @@ int lua_axis_base_TransitionSceneOriented_initWithDuration(lua_State* tolua_S) axis::TransitionSceneOriented* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionSceneOriented",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionSceneOriented*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionSceneOriented_initWithDuration'", nullptr); @@ -84252,7 +84252,7 @@ int lua_axis_base_TransitionSceneOriented_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSceneOriented:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSceneOriented_initWithDuration'.",&tolua_err); #endif @@ -84264,11 +84264,11 @@ int lua_axis_base_TransitionSceneOriented_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionSceneOriented",0,&tolua_err)) goto tolua_lerror; #endif @@ -84293,7 +84293,7 @@ int lua_axis_base_TransitionSceneOriented_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionSceneOriented:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSceneOriented_create'.",&tolua_err); #endif @@ -84305,7 +84305,7 @@ int lua_axis_base_TransitionSceneOriented_constructor(lua_State* tolua_S) axis::TransitionSceneOriented* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -84329,7 +84329,7 @@ int lua_axis_base_TransitionSceneOriented_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSceneOriented:TransitionSceneOriented",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSceneOriented_constructor'.",&tolua_err); #endif @@ -84363,11 +84363,11 @@ int lua_axis_base_TransitionRotoZoom_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionRotoZoom",0,&tolua_err)) goto tolua_lerror; #endif @@ -84390,7 +84390,7 @@ int lua_axis_base_TransitionRotoZoom_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionRotoZoom:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionRotoZoom_create'.",&tolua_err); #endif @@ -84402,7 +84402,7 @@ int lua_axis_base_TransitionRotoZoom_constructor(lua_State* tolua_S) axis::TransitionRotoZoom* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -84426,7 +84426,7 @@ int lua_axis_base_TransitionRotoZoom_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionRotoZoom:TransitionRotoZoom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionRotoZoom_constructor'.",&tolua_err); #endif @@ -84459,11 +84459,11 @@ int lua_axis_base_TransitionJumpZoom_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionJumpZoom",0,&tolua_err)) goto tolua_lerror; #endif @@ -84486,7 +84486,7 @@ int lua_axis_base_TransitionJumpZoom_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionJumpZoom:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionJumpZoom_create'.",&tolua_err); #endif @@ -84498,7 +84498,7 @@ int lua_axis_base_TransitionJumpZoom_constructor(lua_State* tolua_S) axis::TransitionJumpZoom* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -84522,7 +84522,7 @@ int lua_axis_base_TransitionJumpZoom_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionJumpZoom:TransitionJumpZoom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionJumpZoom_constructor'.",&tolua_err); #endif @@ -84556,18 +84556,18 @@ int lua_axis_base_TransitionMoveInL_action(lua_State* tolua_S) axis::TransitionMoveInL* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionMoveInL",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionMoveInL*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionMoveInL_action'", nullptr); @@ -84590,7 +84590,7 @@ int lua_axis_base_TransitionMoveInL_action(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionMoveInL:action",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInL_action'.",&tolua_err); #endif @@ -84603,18 +84603,18 @@ int lua_axis_base_TransitionMoveInL_easeActionWithAction(lua_State* tolua_S) axis::TransitionMoveInL* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionMoveInL",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionMoveInL*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionMoveInL_easeActionWithAction'", nullptr); @@ -84640,7 +84640,7 @@ int lua_axis_base_TransitionMoveInL_easeActionWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionMoveInL:easeActionWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInL_easeActionWithAction'.",&tolua_err); #endif @@ -84652,11 +84652,11 @@ int lua_axis_base_TransitionMoveInL_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionMoveInL",0,&tolua_err)) goto tolua_lerror; #endif @@ -84679,7 +84679,7 @@ int lua_axis_base_TransitionMoveInL_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionMoveInL:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInL_create'.",&tolua_err); #endif @@ -84691,7 +84691,7 @@ int lua_axis_base_TransitionMoveInL_constructor(lua_State* tolua_S) axis::TransitionMoveInL* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -84715,7 +84715,7 @@ int lua_axis_base_TransitionMoveInL_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionMoveInL:TransitionMoveInL",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInL_constructor'.",&tolua_err); #endif @@ -84750,11 +84750,11 @@ int lua_axis_base_TransitionMoveInR_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionMoveInR",0,&tolua_err)) goto tolua_lerror; #endif @@ -84777,7 +84777,7 @@ int lua_axis_base_TransitionMoveInR_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionMoveInR:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInR_create'.",&tolua_err); #endif @@ -84789,7 +84789,7 @@ int lua_axis_base_TransitionMoveInR_constructor(lua_State* tolua_S) axis::TransitionMoveInR* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -84813,7 +84813,7 @@ int lua_axis_base_TransitionMoveInR_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionMoveInR:TransitionMoveInR",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInR_constructor'.",&tolua_err); #endif @@ -84846,11 +84846,11 @@ int lua_axis_base_TransitionMoveInT_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionMoveInT",0,&tolua_err)) goto tolua_lerror; #endif @@ -84873,7 +84873,7 @@ int lua_axis_base_TransitionMoveInT_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionMoveInT:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInT_create'.",&tolua_err); #endif @@ -84885,7 +84885,7 @@ int lua_axis_base_TransitionMoveInT_constructor(lua_State* tolua_S) axis::TransitionMoveInT* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -84909,7 +84909,7 @@ int lua_axis_base_TransitionMoveInT_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionMoveInT:TransitionMoveInT",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInT_constructor'.",&tolua_err); #endif @@ -84942,11 +84942,11 @@ int lua_axis_base_TransitionMoveInB_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionMoveInB",0,&tolua_err)) goto tolua_lerror; #endif @@ -84969,7 +84969,7 @@ int lua_axis_base_TransitionMoveInB_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionMoveInB:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInB_create'.",&tolua_err); #endif @@ -84981,7 +84981,7 @@ int lua_axis_base_TransitionMoveInB_constructor(lua_State* tolua_S) axis::TransitionMoveInB* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85005,7 +85005,7 @@ int lua_axis_base_TransitionMoveInB_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionMoveInB:TransitionMoveInB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionMoveInB_constructor'.",&tolua_err); #endif @@ -85039,18 +85039,18 @@ int lua_axis_base_TransitionSlideInL_action(lua_State* tolua_S) axis::TransitionSlideInL* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionSlideInL",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionSlideInL*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionSlideInL_action'", nullptr); @@ -85073,7 +85073,7 @@ int lua_axis_base_TransitionSlideInL_action(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSlideInL:action",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInL_action'.",&tolua_err); #endif @@ -85086,18 +85086,18 @@ int lua_axis_base_TransitionSlideInL_easeActionWithAction(lua_State* tolua_S) axis::TransitionSlideInL* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionSlideInL",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionSlideInL*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionSlideInL_easeActionWithAction'", nullptr); @@ -85123,7 +85123,7 @@ int lua_axis_base_TransitionSlideInL_easeActionWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSlideInL:easeActionWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInL_easeActionWithAction'.",&tolua_err); #endif @@ -85135,11 +85135,11 @@ int lua_axis_base_TransitionSlideInL_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionSlideInL",0,&tolua_err)) goto tolua_lerror; #endif @@ -85162,7 +85162,7 @@ int lua_axis_base_TransitionSlideInL_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionSlideInL:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInL_create'.",&tolua_err); #endif @@ -85174,7 +85174,7 @@ int lua_axis_base_TransitionSlideInL_constructor(lua_State* tolua_S) axis::TransitionSlideInL* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85198,7 +85198,7 @@ int lua_axis_base_TransitionSlideInL_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSlideInL:TransitionSlideInL",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInL_constructor'.",&tolua_err); #endif @@ -85233,11 +85233,11 @@ int lua_axis_base_TransitionSlideInR_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionSlideInR",0,&tolua_err)) goto tolua_lerror; #endif @@ -85260,7 +85260,7 @@ int lua_axis_base_TransitionSlideInR_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionSlideInR:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInR_create'.",&tolua_err); #endif @@ -85272,7 +85272,7 @@ int lua_axis_base_TransitionSlideInR_constructor(lua_State* tolua_S) axis::TransitionSlideInR* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85296,7 +85296,7 @@ int lua_axis_base_TransitionSlideInR_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSlideInR:TransitionSlideInR",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInR_constructor'.",&tolua_err); #endif @@ -85329,11 +85329,11 @@ int lua_axis_base_TransitionSlideInB_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionSlideInB",0,&tolua_err)) goto tolua_lerror; #endif @@ -85356,7 +85356,7 @@ int lua_axis_base_TransitionSlideInB_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionSlideInB:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInB_create'.",&tolua_err); #endif @@ -85368,7 +85368,7 @@ int lua_axis_base_TransitionSlideInB_constructor(lua_State* tolua_S) axis::TransitionSlideInB* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85392,7 +85392,7 @@ int lua_axis_base_TransitionSlideInB_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSlideInB:TransitionSlideInB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInB_constructor'.",&tolua_err); #endif @@ -85425,11 +85425,11 @@ int lua_axis_base_TransitionSlideInT_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionSlideInT",0,&tolua_err)) goto tolua_lerror; #endif @@ -85452,7 +85452,7 @@ int lua_axis_base_TransitionSlideInT_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionSlideInT:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInT_create'.",&tolua_err); #endif @@ -85464,7 +85464,7 @@ int lua_axis_base_TransitionSlideInT_constructor(lua_State* tolua_S) axis::TransitionSlideInT* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85488,7 +85488,7 @@ int lua_axis_base_TransitionSlideInT_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSlideInT:TransitionSlideInT",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSlideInT_constructor'.",&tolua_err); #endif @@ -85522,18 +85522,18 @@ int lua_axis_base_TransitionShrinkGrow_easeActionWithAction(lua_State* tolua_S) axis::TransitionShrinkGrow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionShrinkGrow",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionShrinkGrow*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionShrinkGrow_easeActionWithAction'", nullptr); @@ -85559,7 +85559,7 @@ int lua_axis_base_TransitionShrinkGrow_easeActionWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionShrinkGrow:easeActionWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionShrinkGrow_easeActionWithAction'.",&tolua_err); #endif @@ -85571,11 +85571,11 @@ int lua_axis_base_TransitionShrinkGrow_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionShrinkGrow",0,&tolua_err)) goto tolua_lerror; #endif @@ -85598,7 +85598,7 @@ int lua_axis_base_TransitionShrinkGrow_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionShrinkGrow:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionShrinkGrow_create'.",&tolua_err); #endif @@ -85610,7 +85610,7 @@ int lua_axis_base_TransitionShrinkGrow_constructor(lua_State* tolua_S) axis::TransitionShrinkGrow* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85634,7 +85634,7 @@ int lua_axis_base_TransitionShrinkGrow_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionShrinkGrow:TransitionShrinkGrow",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionShrinkGrow_constructor'.",&tolua_err); #endif @@ -85667,11 +85667,11 @@ int lua_axis_base_TransitionFlipX_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionFlipX",0,&tolua_err)) goto tolua_lerror; #endif @@ -85714,7 +85714,7 @@ int lua_axis_base_TransitionFlipX_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TransitionFlipX:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFlipX_create'.",&tolua_err); #endif @@ -85726,7 +85726,7 @@ int lua_axis_base_TransitionFlipX_constructor(lua_State* tolua_S) axis::TransitionFlipX* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85750,7 +85750,7 @@ int lua_axis_base_TransitionFlipX_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFlipX:TransitionFlipX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFlipX_constructor'.",&tolua_err); #endif @@ -85782,11 +85782,11 @@ int lua_axis_base_TransitionFlipY_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionFlipY",0,&tolua_err)) goto tolua_lerror; #endif @@ -85829,7 +85829,7 @@ int lua_axis_base_TransitionFlipY_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TransitionFlipY:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFlipY_create'.",&tolua_err); #endif @@ -85841,7 +85841,7 @@ int lua_axis_base_TransitionFlipY_constructor(lua_State* tolua_S) axis::TransitionFlipY* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85865,7 +85865,7 @@ int lua_axis_base_TransitionFlipY_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFlipY:TransitionFlipY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFlipY_constructor'.",&tolua_err); #endif @@ -85897,11 +85897,11 @@ int lua_axis_base_TransitionFlipAngular_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionFlipAngular",0,&tolua_err)) goto tolua_lerror; #endif @@ -85944,7 +85944,7 @@ int lua_axis_base_TransitionFlipAngular_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TransitionFlipAngular:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFlipAngular_create'.",&tolua_err); #endif @@ -85956,7 +85956,7 @@ int lua_axis_base_TransitionFlipAngular_constructor(lua_State* tolua_S) axis::TransitionFlipAngular* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -85980,7 +85980,7 @@ int lua_axis_base_TransitionFlipAngular_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFlipAngular:TransitionFlipAngular",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFlipAngular_constructor'.",&tolua_err); #endif @@ -86012,11 +86012,11 @@ int lua_axis_base_TransitionZoomFlipX_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionZoomFlipX",0,&tolua_err)) goto tolua_lerror; #endif @@ -86059,7 +86059,7 @@ int lua_axis_base_TransitionZoomFlipX_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TransitionZoomFlipX:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionZoomFlipX_create'.",&tolua_err); #endif @@ -86071,7 +86071,7 @@ int lua_axis_base_TransitionZoomFlipX_constructor(lua_State* tolua_S) axis::TransitionZoomFlipX* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -86095,7 +86095,7 @@ int lua_axis_base_TransitionZoomFlipX_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionZoomFlipX:TransitionZoomFlipX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionZoomFlipX_constructor'.",&tolua_err); #endif @@ -86127,11 +86127,11 @@ int lua_axis_base_TransitionZoomFlipY_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionZoomFlipY",0,&tolua_err)) goto tolua_lerror; #endif @@ -86174,7 +86174,7 @@ int lua_axis_base_TransitionZoomFlipY_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TransitionZoomFlipY:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionZoomFlipY_create'.",&tolua_err); #endif @@ -86186,7 +86186,7 @@ int lua_axis_base_TransitionZoomFlipY_constructor(lua_State* tolua_S) axis::TransitionZoomFlipY* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -86210,7 +86210,7 @@ int lua_axis_base_TransitionZoomFlipY_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionZoomFlipY:TransitionZoomFlipY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionZoomFlipY_constructor'.",&tolua_err); #endif @@ -86242,11 +86242,11 @@ int lua_axis_base_TransitionZoomFlipAngular_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionZoomFlipAngular",0,&tolua_err)) goto tolua_lerror; #endif @@ -86289,7 +86289,7 @@ int lua_axis_base_TransitionZoomFlipAngular_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TransitionZoomFlipAngular:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionZoomFlipAngular_create'.",&tolua_err); #endif @@ -86301,7 +86301,7 @@ int lua_axis_base_TransitionZoomFlipAngular_constructor(lua_State* tolua_S) axis::TransitionZoomFlipAngular* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -86325,7 +86325,7 @@ int lua_axis_base_TransitionZoomFlipAngular_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionZoomFlipAngular:TransitionZoomFlipAngular",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionZoomFlipAngular_constructor'.",&tolua_err); #endif @@ -86358,15 +86358,15 @@ int lua_axis_base_TransitionFade_initWithDuration(lua_State* tolua_S) int argc = 0; axis::TransitionFade* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionFade",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionFade*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionFade_initWithDuration'", nullptr); @@ -86413,7 +86413,7 @@ int lua_axis_base_TransitionFade_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFade:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFade_initWithDuration'.",&tolua_err); #endif @@ -86424,11 +86424,11 @@ int lua_axis_base_TransitionFade_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionFade",0,&tolua_err)) goto tolua_lerror; #endif @@ -86471,7 +86471,7 @@ int lua_axis_base_TransitionFade_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TransitionFade:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFade_create'.",&tolua_err); #endif @@ -86483,7 +86483,7 @@ int lua_axis_base_TransitionFade_constructor(lua_State* tolua_S) axis::TransitionFade* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -86507,7 +86507,7 @@ int lua_axis_base_TransitionFade_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFade:TransitionFade",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFade_constructor'.",&tolua_err); #endif @@ -86541,11 +86541,11 @@ int lua_axis_base_TransitionCrossFade_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionCrossFade",0,&tolua_err)) goto tolua_lerror; #endif @@ -86568,7 +86568,7 @@ int lua_axis_base_TransitionCrossFade_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionCrossFade:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionCrossFade_create'.",&tolua_err); #endif @@ -86580,7 +86580,7 @@ int lua_axis_base_TransitionCrossFade_constructor(lua_State* tolua_S) axis::TransitionCrossFade* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -86604,7 +86604,7 @@ int lua_axis_base_TransitionCrossFade_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionCrossFade:TransitionCrossFade",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionCrossFade_constructor'.",&tolua_err); #endif @@ -86638,18 +86638,18 @@ int lua_axis_base_TransitionTurnOffTiles_easeActionWithAction(lua_State* tolua_S axis::TransitionTurnOffTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionTurnOffTiles",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionTurnOffTiles*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionTurnOffTiles_easeActionWithAction'", nullptr); @@ -86675,7 +86675,7 @@ int lua_axis_base_TransitionTurnOffTiles_easeActionWithAction(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionTurnOffTiles:easeActionWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionTurnOffTiles_easeActionWithAction'.",&tolua_err); #endif @@ -86687,11 +86687,11 @@ int lua_axis_base_TransitionTurnOffTiles_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionTurnOffTiles",0,&tolua_err)) goto tolua_lerror; #endif @@ -86714,7 +86714,7 @@ int lua_axis_base_TransitionTurnOffTiles_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionTurnOffTiles:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionTurnOffTiles_create'.",&tolua_err); #endif @@ -86726,7 +86726,7 @@ int lua_axis_base_TransitionTurnOffTiles_constructor(lua_State* tolua_S) axis::TransitionTurnOffTiles* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -86750,7 +86750,7 @@ int lua_axis_base_TransitionTurnOffTiles_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionTurnOffTiles:TransitionTurnOffTiles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionTurnOffTiles_constructor'.",&tolua_err); #endif @@ -86785,18 +86785,18 @@ int lua_axis_base_TransitionSplitCols_action(lua_State* tolua_S) axis::TransitionSplitCols* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionSplitCols",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionSplitCols*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionSplitCols_action'", nullptr); @@ -86819,7 +86819,7 @@ int lua_axis_base_TransitionSplitCols_action(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSplitCols:action",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSplitCols_action'.",&tolua_err); #endif @@ -86832,18 +86832,18 @@ int lua_axis_base_TransitionSplitCols_easeActionWithAction(lua_State* tolua_S) axis::TransitionSplitCols* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionSplitCols",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionSplitCols*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionSplitCols_easeActionWithAction'", nullptr); @@ -86869,7 +86869,7 @@ int lua_axis_base_TransitionSplitCols_easeActionWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSplitCols:easeActionWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSplitCols_easeActionWithAction'.",&tolua_err); #endif @@ -86881,11 +86881,11 @@ int lua_axis_base_TransitionSplitCols_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionSplitCols",0,&tolua_err)) goto tolua_lerror; #endif @@ -86908,7 +86908,7 @@ int lua_axis_base_TransitionSplitCols_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionSplitCols:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSplitCols_create'.",&tolua_err); #endif @@ -86920,7 +86920,7 @@ int lua_axis_base_TransitionSplitCols_constructor(lua_State* tolua_S) axis::TransitionSplitCols* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -86944,7 +86944,7 @@ int lua_axis_base_TransitionSplitCols_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSplitCols:TransitionSplitCols",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSplitCols_constructor'.",&tolua_err); #endif @@ -86979,11 +86979,11 @@ int lua_axis_base_TransitionSplitRows_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionSplitRows",0,&tolua_err)) goto tolua_lerror; #endif @@ -87006,7 +87006,7 @@ int lua_axis_base_TransitionSplitRows_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionSplitRows:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSplitRows_create'.",&tolua_err); #endif @@ -87018,7 +87018,7 @@ int lua_axis_base_TransitionSplitRows_constructor(lua_State* tolua_S) axis::TransitionSplitRows* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -87042,7 +87042,7 @@ int lua_axis_base_TransitionSplitRows_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionSplitRows:TransitionSplitRows",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionSplitRows_constructor'.",&tolua_err); #endif @@ -87076,18 +87076,18 @@ int lua_axis_base_TransitionFadeTR_easeActionWithAction(lua_State* tolua_S) axis::TransitionFadeTR* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionFadeTR",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionFadeTR*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionFadeTR_easeActionWithAction'", nullptr); @@ -87113,7 +87113,7 @@ int lua_axis_base_TransitionFadeTR_easeActionWithAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFadeTR:easeActionWithAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeTR_easeActionWithAction'.",&tolua_err); #endif @@ -87126,18 +87126,18 @@ int lua_axis_base_TransitionFadeTR_actionWithSize(lua_State* tolua_S) axis::TransitionFadeTR* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionFadeTR",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionFadeTR*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionFadeTR_actionWithSize'", nullptr); @@ -87163,7 +87163,7 @@ int lua_axis_base_TransitionFadeTR_actionWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFadeTR:actionWithSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeTR_actionWithSize'.",&tolua_err); #endif @@ -87175,11 +87175,11 @@ int lua_axis_base_TransitionFadeTR_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionFadeTR",0,&tolua_err)) goto tolua_lerror; #endif @@ -87202,7 +87202,7 @@ int lua_axis_base_TransitionFadeTR_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionFadeTR:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeTR_create'.",&tolua_err); #endif @@ -87214,7 +87214,7 @@ int lua_axis_base_TransitionFadeTR_constructor(lua_State* tolua_S) axis::TransitionFadeTR* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -87238,7 +87238,7 @@ int lua_axis_base_TransitionFadeTR_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFadeTR:TransitionFadeTR",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeTR_constructor'.",&tolua_err); #endif @@ -87273,11 +87273,11 @@ int lua_axis_base_TransitionFadeBL_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionFadeBL",0,&tolua_err)) goto tolua_lerror; #endif @@ -87300,7 +87300,7 @@ int lua_axis_base_TransitionFadeBL_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionFadeBL:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeBL_create'.",&tolua_err); #endif @@ -87312,7 +87312,7 @@ int lua_axis_base_TransitionFadeBL_constructor(lua_State* tolua_S) axis::TransitionFadeBL* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -87336,7 +87336,7 @@ int lua_axis_base_TransitionFadeBL_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFadeBL:TransitionFadeBL",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeBL_constructor'.",&tolua_err); #endif @@ -87369,11 +87369,11 @@ int lua_axis_base_TransitionFadeUp_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionFadeUp",0,&tolua_err)) goto tolua_lerror; #endif @@ -87396,7 +87396,7 @@ int lua_axis_base_TransitionFadeUp_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionFadeUp:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeUp_create'.",&tolua_err); #endif @@ -87408,7 +87408,7 @@ int lua_axis_base_TransitionFadeUp_constructor(lua_State* tolua_S) axis::TransitionFadeUp* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -87432,7 +87432,7 @@ int lua_axis_base_TransitionFadeUp_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFadeUp:TransitionFadeUp",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeUp_constructor'.",&tolua_err); #endif @@ -87465,11 +87465,11 @@ int lua_axis_base_TransitionFadeDown_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionFadeDown",0,&tolua_err)) goto tolua_lerror; #endif @@ -87492,7 +87492,7 @@ int lua_axis_base_TransitionFadeDown_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionFadeDown:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeDown_create'.",&tolua_err); #endif @@ -87504,7 +87504,7 @@ int lua_axis_base_TransitionFadeDown_constructor(lua_State* tolua_S) axis::TransitionFadeDown* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -87528,7 +87528,7 @@ int lua_axis_base_TransitionFadeDown_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionFadeDown:TransitionFadeDown",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionFadeDown_constructor'.",&tolua_err); #endif @@ -87562,18 +87562,18 @@ int lua_axis_base_TransitionPageTurn_actionWithSize(lua_State* tolua_S) axis::TransitionPageTurn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionPageTurn",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionPageTurn*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionPageTurn_actionWithSize'", nullptr); @@ -87599,7 +87599,7 @@ int lua_axis_base_TransitionPageTurn_actionWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionPageTurn:actionWithSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionPageTurn_actionWithSize'.",&tolua_err); #endif @@ -87612,18 +87612,18 @@ int lua_axis_base_TransitionPageTurn_initWithDuration(lua_State* tolua_S) axis::TransitionPageTurn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TransitionPageTurn",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TransitionPageTurn*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TransitionPageTurn_initWithDuration'", nullptr); @@ -87655,7 +87655,7 @@ int lua_axis_base_TransitionPageTurn_initWithDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionPageTurn:initWithDuration",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionPageTurn_initWithDuration'.",&tolua_err); #endif @@ -87667,11 +87667,11 @@ int lua_axis_base_TransitionPageTurn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionPageTurn",0,&tolua_err)) goto tolua_lerror; #endif @@ -87696,7 +87696,7 @@ int lua_axis_base_TransitionPageTurn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionPageTurn:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionPageTurn_create'.",&tolua_err); #endif @@ -87708,7 +87708,7 @@ int lua_axis_base_TransitionPageTurn_constructor(lua_State* tolua_S) axis::TransitionPageTurn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -87732,7 +87732,7 @@ int lua_axis_base_TransitionPageTurn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionPageTurn:TransitionPageTurn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionPageTurn_constructor'.",&tolua_err); #endif @@ -87767,11 +87767,11 @@ int lua_axis_base_TransitionProgress_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionProgress",0,&tolua_err)) goto tolua_lerror; #endif @@ -87794,7 +87794,7 @@ int lua_axis_base_TransitionProgress_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionProgress:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgress_create'.",&tolua_err); #endif @@ -87806,7 +87806,7 @@ int lua_axis_base_TransitionProgress_constructor(lua_State* tolua_S) axis::TransitionProgress* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -87830,7 +87830,7 @@ int lua_axis_base_TransitionProgress_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionProgress:TransitionProgress",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgress_constructor'.",&tolua_err); #endif @@ -87863,11 +87863,11 @@ int lua_axis_base_TransitionProgressRadialCCW_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionProgressRadialCCW",0,&tolua_err)) goto tolua_lerror; #endif @@ -87890,7 +87890,7 @@ int lua_axis_base_TransitionProgressRadialCCW_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionProgressRadialCCW:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressRadialCCW_create'.",&tolua_err); #endif @@ -87902,7 +87902,7 @@ int lua_axis_base_TransitionProgressRadialCCW_constructor(lua_State* tolua_S) axis::TransitionProgressRadialCCW* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -87926,7 +87926,7 @@ int lua_axis_base_TransitionProgressRadialCCW_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionProgressRadialCCW:TransitionProgressRadialCCW",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressRadialCCW_constructor'.",&tolua_err); #endif @@ -87959,11 +87959,11 @@ int lua_axis_base_TransitionProgressRadialCW_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionProgressRadialCW",0,&tolua_err)) goto tolua_lerror; #endif @@ -87986,7 +87986,7 @@ int lua_axis_base_TransitionProgressRadialCW_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionProgressRadialCW:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressRadialCW_create'.",&tolua_err); #endif @@ -87998,7 +87998,7 @@ int lua_axis_base_TransitionProgressRadialCW_constructor(lua_State* tolua_S) axis::TransitionProgressRadialCW* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -88022,7 +88022,7 @@ int lua_axis_base_TransitionProgressRadialCW_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionProgressRadialCW:TransitionProgressRadialCW",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressRadialCW_constructor'.",&tolua_err); #endif @@ -88055,11 +88055,11 @@ int lua_axis_base_TransitionProgressHorizontal_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionProgressHorizontal",0,&tolua_err)) goto tolua_lerror; #endif @@ -88082,7 +88082,7 @@ int lua_axis_base_TransitionProgressHorizontal_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionProgressHorizontal:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressHorizontal_create'.",&tolua_err); #endif @@ -88094,7 +88094,7 @@ int lua_axis_base_TransitionProgressHorizontal_constructor(lua_State* tolua_S) axis::TransitionProgressHorizontal* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -88118,7 +88118,7 @@ int lua_axis_base_TransitionProgressHorizontal_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionProgressHorizontal:TransitionProgressHorizontal",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressHorizontal_constructor'.",&tolua_err); #endif @@ -88151,11 +88151,11 @@ int lua_axis_base_TransitionProgressVertical_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionProgressVertical",0,&tolua_err)) goto tolua_lerror; #endif @@ -88178,7 +88178,7 @@ int lua_axis_base_TransitionProgressVertical_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionProgressVertical:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressVertical_create'.",&tolua_err); #endif @@ -88190,7 +88190,7 @@ int lua_axis_base_TransitionProgressVertical_constructor(lua_State* tolua_S) axis::TransitionProgressVertical* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -88214,7 +88214,7 @@ int lua_axis_base_TransitionProgressVertical_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionProgressVertical:TransitionProgressVertical",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressVertical_constructor'.",&tolua_err); #endif @@ -88247,11 +88247,11 @@ int lua_axis_base_TransitionProgressInOut_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionProgressInOut",0,&tolua_err)) goto tolua_lerror; #endif @@ -88274,7 +88274,7 @@ int lua_axis_base_TransitionProgressInOut_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionProgressInOut:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressInOut_create'.",&tolua_err); #endif @@ -88286,7 +88286,7 @@ int lua_axis_base_TransitionProgressInOut_constructor(lua_State* tolua_S) axis::TransitionProgressInOut* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -88310,7 +88310,7 @@ int lua_axis_base_TransitionProgressInOut_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionProgressInOut:TransitionProgressInOut",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressInOut_constructor'.",&tolua_err); #endif @@ -88343,11 +88343,11 @@ int lua_axis_base_TransitionProgressOutIn_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TransitionProgressOutIn",0,&tolua_err)) goto tolua_lerror; #endif @@ -88370,7 +88370,7 @@ int lua_axis_base_TransitionProgressOutIn_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TransitionProgressOutIn:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressOutIn_create'.",&tolua_err); #endif @@ -88382,7 +88382,7 @@ int lua_axis_base_TransitionProgressOutIn_constructor(lua_State* tolua_S) axis::TransitionProgressOutIn* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -88406,7 +88406,7 @@ int lua_axis_base_TransitionProgressOutIn_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TransitionProgressOutIn:TransitionProgressOutIn",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TransitionProgressOutIn_constructor'.",&tolua_err); #endif @@ -88440,18 +88440,18 @@ int lua_axis_base_Camera_getDepth(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getDepth'", nullptr); @@ -88474,7 +88474,7 @@ int lua_axis_base_Camera_getDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getDepth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getDepth'.",&tolua_err); #endif @@ -88487,18 +88487,18 @@ int lua_axis_base_Camera_getViewProjectionMatrix(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getViewProjectionMatrix'", nullptr); @@ -88521,7 +88521,7 @@ int lua_axis_base_Camera_getViewProjectionMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getViewProjectionMatrix",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getViewProjectionMatrix'.",&tolua_err); #endif @@ -88534,18 +88534,18 @@ int lua_axis_base_Camera_applyViewport(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_applyViewport'", nullptr); @@ -88568,7 +88568,7 @@ int lua_axis_base_Camera_applyViewport(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:applyViewport",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_applyViewport'.",&tolua_err); #endif @@ -88581,18 +88581,18 @@ int lua_axis_base_Camera_setBackgroundBrush(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setBackgroundBrush'", nullptr); @@ -88618,7 +88618,7 @@ int lua_axis_base_Camera_setBackgroundBrush(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setBackgroundBrush",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setBackgroundBrush'.",&tolua_err); #endif @@ -88631,18 +88631,18 @@ int lua_axis_base_Camera_getZoom(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getZoom'", nullptr); @@ -88665,7 +88665,7 @@ int lua_axis_base_Camera_getZoom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getZoom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getZoom'.",&tolua_err); #endif @@ -88678,18 +88678,18 @@ int lua_axis_base_Camera_lookAt(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_lookAt'", nullptr); @@ -88732,7 +88732,7 @@ int lua_axis_base_Camera_lookAt(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:lookAt",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_lookAt'.",&tolua_err); #endif @@ -88745,18 +88745,18 @@ int lua_axis_base_Camera_apply(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_apply'", nullptr); @@ -88779,7 +88779,7 @@ int lua_axis_base_Camera_apply(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:apply",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_apply'.",&tolua_err); #endif @@ -88792,18 +88792,18 @@ int lua_axis_base_Camera_getBackgroundBrush(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getBackgroundBrush'", nullptr); @@ -88826,7 +88826,7 @@ int lua_axis_base_Camera_getBackgroundBrush(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getBackgroundBrush",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getBackgroundBrush'.",&tolua_err); #endif @@ -88839,18 +88839,18 @@ int lua_axis_base_Camera_setAspectRatio(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setAspectRatio'", nullptr); @@ -88876,7 +88876,7 @@ int lua_axis_base_Camera_setAspectRatio(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setAspectRatio",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setAspectRatio'.",&tolua_err); #endif @@ -88889,18 +88889,18 @@ int lua_axis_base_Camera_setFarPlane(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setFarPlane'", nullptr); @@ -88926,7 +88926,7 @@ int lua_axis_base_Camera_setFarPlane(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setFarPlane",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setFarPlane'.",&tolua_err); #endif @@ -88939,18 +88939,18 @@ int lua_axis_base_Camera_getProjectionMatrix(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getProjectionMatrix'", nullptr); @@ -88973,7 +88973,7 @@ int lua_axis_base_Camera_getProjectionMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getProjectionMatrix",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getProjectionMatrix'.",&tolua_err); #endif @@ -88986,18 +88986,18 @@ int lua_axis_base_Camera_isBrushValid(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_isBrushValid'", nullptr); @@ -89020,7 +89020,7 @@ int lua_axis_base_Camera_isBrushValid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:isBrushValid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_isBrushValid'.",&tolua_err); #endif @@ -89033,18 +89033,18 @@ int lua_axis_base_Camera_getDepthInView(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getDepthInView'", nullptr); @@ -89070,7 +89070,7 @@ int lua_axis_base_Camera_getDepthInView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getDepthInView",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getDepthInView'.",&tolua_err); #endif @@ -89083,18 +89083,18 @@ int lua_axis_base_Camera_clearBackground(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_clearBackground'", nullptr); @@ -89117,7 +89117,7 @@ int lua_axis_base_Camera_clearBackground(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:clearBackground",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_clearBackground'.",&tolua_err); #endif @@ -89130,18 +89130,18 @@ int lua_axis_base_Camera_setAdditionalProjection(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setAdditionalProjection'", nullptr); @@ -89167,7 +89167,7 @@ int lua_axis_base_Camera_setAdditionalProjection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setAdditionalProjection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setAdditionalProjection'.",&tolua_err); #endif @@ -89180,18 +89180,18 @@ int lua_axis_base_Camera_initDefault(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_initDefault'", nullptr); @@ -89214,7 +89214,7 @@ int lua_axis_base_Camera_initDefault(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:initDefault",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_initDefault'.",&tolua_err); #endif @@ -89227,18 +89227,18 @@ int lua_axis_base_Camera_setNearPlane(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setNearPlane'", nullptr); @@ -89264,7 +89264,7 @@ int lua_axis_base_Camera_setNearPlane(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setNearPlane",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setNearPlane'.",&tolua_err); #endif @@ -89277,18 +89277,18 @@ int lua_axis_base_Camera_getAspectRatio(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getAspectRatio'", nullptr); @@ -89311,7 +89311,7 @@ int lua_axis_base_Camera_getAspectRatio(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getAspectRatio",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getAspectRatio'.",&tolua_err); #endif @@ -89324,18 +89324,18 @@ int lua_axis_base_Camera_applyZoom(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_applyZoom'", nullptr); @@ -89358,7 +89358,7 @@ int lua_axis_base_Camera_applyZoom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:applyZoom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_applyZoom'.",&tolua_err); #endif @@ -89371,18 +89371,18 @@ int lua_axis_base_Camera_setFOV(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setFOV'", nullptr); @@ -89408,7 +89408,7 @@ int lua_axis_base_Camera_setFOV(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setFOV",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setFOV'.",&tolua_err); #endif @@ -89421,18 +89421,18 @@ int lua_axis_base_Camera_getCameraFlag(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getCameraFlag'", nullptr); @@ -89455,7 +89455,7 @@ int lua_axis_base_Camera_getCameraFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getCameraFlag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getCameraFlag'.",&tolua_err); #endif @@ -89468,18 +89468,18 @@ int lua_axis_base_Camera_getType(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getType'", nullptr); @@ -89502,7 +89502,7 @@ int lua_axis_base_Camera_getType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getType'.",&tolua_err); #endif @@ -89515,18 +89515,18 @@ int lua_axis_base_Camera_setZoom(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setZoom'", nullptr); @@ -89552,7 +89552,7 @@ int lua_axis_base_Camera_setZoom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setZoom",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setZoom'.",&tolua_err); #endif @@ -89565,18 +89565,18 @@ int lua_axis_base_Camera_initOrthographic(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_initOrthographic'", nullptr); @@ -89611,7 +89611,7 @@ int lua_axis_base_Camera_initOrthographic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:initOrthographic",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_initOrthographic'.",&tolua_err); #endif @@ -89624,18 +89624,18 @@ int lua_axis_base_Camera_getRenderOrder(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getRenderOrder'", nullptr); @@ -89658,7 +89658,7 @@ int lua_axis_base_Camera_getRenderOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getRenderOrder",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getRenderOrder'.",&tolua_err); #endif @@ -89671,18 +89671,18 @@ int lua_axis_base_Camera_projectGL(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_projectGL'", nullptr); @@ -89708,7 +89708,7 @@ int lua_axis_base_Camera_projectGL(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:projectGL",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_projectGL'.",&tolua_err); #endif @@ -89721,18 +89721,18 @@ int lua_axis_base_Camera_isVisibleInFrustum(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_isVisibleInFrustum'", nullptr); @@ -89758,7 +89758,7 @@ int lua_axis_base_Camera_isVisibleInFrustum(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:isVisibleInFrustum",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_isVisibleInFrustum'.",&tolua_err); #endif @@ -89771,18 +89771,18 @@ int lua_axis_base_Camera_applyCustomProperties(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_applyCustomProperties'", nullptr); @@ -89805,7 +89805,7 @@ int lua_axis_base_Camera_applyCustomProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:applyCustomProperties",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_applyCustomProperties'.",&tolua_err); #endif @@ -89818,18 +89818,18 @@ int lua_axis_base_Camera_setDepth(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setDepth'", nullptr); @@ -89855,7 +89855,7 @@ int lua_axis_base_Camera_setDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setDepth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setDepth'.",&tolua_err); #endif @@ -89868,18 +89868,18 @@ int lua_axis_base_Camera_setScene(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setScene'", nullptr); @@ -89905,7 +89905,7 @@ int lua_axis_base_Camera_setScene(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setScene",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setScene'.",&tolua_err); #endif @@ -89918,18 +89918,18 @@ int lua_axis_base_Camera_getFOV(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getFOV'", nullptr); @@ -89952,7 +89952,7 @@ int lua_axis_base_Camera_getFOV(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getFOV",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getFOV'.",&tolua_err); #endif @@ -89965,18 +89965,18 @@ int lua_axis_base_Camera_getViewMatrix(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getViewMatrix'", nullptr); @@ -89999,7 +89999,7 @@ int lua_axis_base_Camera_getViewMatrix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getViewMatrix",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getViewMatrix'.",&tolua_err); #endif @@ -90012,18 +90012,18 @@ int lua_axis_base_Camera_getNearPlane(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getNearPlane'", nullptr); @@ -90046,7 +90046,7 @@ int lua_axis_base_Camera_getNearPlane(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getNearPlane",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getNearPlane'.",&tolua_err); #endif @@ -90059,18 +90059,18 @@ int lua_axis_base_Camera_project(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_project'", nullptr); @@ -90096,7 +90096,7 @@ int lua_axis_base_Camera_project(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:project",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_project'.",&tolua_err); #endif @@ -90109,18 +90109,18 @@ int lua_axis_base_Camera_setCameraFlag(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_setCameraFlag'", nullptr); @@ -90146,7 +90146,7 @@ int lua_axis_base_Camera_setCameraFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:setCameraFlag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setCameraFlag'.",&tolua_err); #endif @@ -90159,18 +90159,18 @@ int lua_axis_base_Camera_getFarPlane(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_getFarPlane'", nullptr); @@ -90193,7 +90193,7 @@ int lua_axis_base_Camera_getFarPlane(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:getFarPlane",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getFarPlane'.",&tolua_err); #endif @@ -90206,18 +90206,18 @@ int lua_axis_base_Camera_isViewProjectionUpdated(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_isViewProjectionUpdated'", nullptr); @@ -90240,7 +90240,7 @@ int lua_axis_base_Camera_isViewProjectionUpdated(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:isViewProjectionUpdated",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_isViewProjectionUpdated'.",&tolua_err); #endif @@ -90253,18 +90253,18 @@ int lua_axis_base_Camera_initPerspective(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Camera*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Camera_initPerspective'", nullptr); @@ -90299,7 +90299,7 @@ int lua_axis_base_Camera_initPerspective(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:initPerspective",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_initPerspective'.",&tolua_err); #endif @@ -90311,11 +90311,11 @@ int lua_axis_base_Camera_createOrthographic(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif @@ -90342,7 +90342,7 @@ int lua_axis_base_Camera_createOrthographic(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Camera:createOrthographic",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_createOrthographic'.",&tolua_err); #endif @@ -90353,11 +90353,11 @@ int lua_axis_base_Camera_getVisitingCamera(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif @@ -90376,7 +90376,7 @@ int lua_axis_base_Camera_getVisitingCamera(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Camera:getVisitingCamera",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getVisitingCamera'.",&tolua_err); #endif @@ -90387,11 +90387,11 @@ int lua_axis_base_Camera_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif @@ -90410,7 +90410,7 @@ int lua_axis_base_Camera_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Camera:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_create'.",&tolua_err); #endif @@ -90421,11 +90421,11 @@ int lua_axis_base_Camera_createPerspective(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif @@ -90452,7 +90452,7 @@ int lua_axis_base_Camera_createPerspective(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Camera:createPerspective",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_createPerspective'.",&tolua_err); #endif @@ -90463,11 +90463,11 @@ int lua_axis_base_Camera_getDefaultViewport(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif @@ -90486,7 +90486,7 @@ int lua_axis_base_Camera_getDefaultViewport(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Camera:getDefaultViewport",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getDefaultViewport'.",&tolua_err); #endif @@ -90497,11 +90497,11 @@ int lua_axis_base_Camera_setDefaultViewport(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif @@ -90523,7 +90523,7 @@ int lua_axis_base_Camera_setDefaultViewport(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Camera:setDefaultViewport",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_setDefaultViewport'.",&tolua_err); #endif @@ -90534,11 +90534,11 @@ int lua_axis_base_Camera_getDefaultCamera(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Camera",0,&tolua_err)) goto tolua_lerror; #endif @@ -90557,7 +90557,7 @@ int lua_axis_base_Camera_getDefaultCamera(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Camera:getDefaultCamera",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_getDefaultCamera'.",&tolua_err); #endif @@ -90569,7 +90569,7 @@ int lua_axis_base_Camera_constructor(lua_State* tolua_S) axis::Camera* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -90593,7 +90593,7 @@ int lua_axis_base_Camera_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Camera:Camera",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Camera_constructor'.",&tolua_err); #endif @@ -90671,18 +90671,18 @@ int lua_axis_base_CameraBackgroundBrush_getBrushType(lua_State* tolua_S) axis::CameraBackgroundBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundBrush_getBrushType'", nullptr); @@ -90705,7 +90705,7 @@ int lua_axis_base_CameraBackgroundBrush_getBrushType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundBrush:getBrushType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_getBrushType'.",&tolua_err); #endif @@ -90718,18 +90718,18 @@ int lua_axis_base_CameraBackgroundBrush_drawBackground(lua_State* tolua_S) axis::CameraBackgroundBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundBrush_drawBackground'", nullptr); @@ -90755,7 +90755,7 @@ int lua_axis_base_CameraBackgroundBrush_drawBackground(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundBrush:drawBackground",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_drawBackground'.",&tolua_err); #endif @@ -90768,18 +90768,18 @@ int lua_axis_base_CameraBackgroundBrush_init(lua_State* tolua_S) axis::CameraBackgroundBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundBrush_init'", nullptr); @@ -90802,7 +90802,7 @@ int lua_axis_base_CameraBackgroundBrush_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundBrush:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_init'.",&tolua_err); #endif @@ -90815,18 +90815,18 @@ int lua_axis_base_CameraBackgroundBrush_isValid(lua_State* tolua_S) axis::CameraBackgroundBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundBrush_isValid'", nullptr); @@ -90849,7 +90849,7 @@ int lua_axis_base_CameraBackgroundBrush_isValid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundBrush:isValid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_isValid'.",&tolua_err); #endif @@ -90861,11 +90861,11 @@ int lua_axis_base_CameraBackgroundBrush_createSkyboxBrush(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CameraBackgroundBrush",0,&tolua_err)) goto tolua_lerror; #endif @@ -90896,7 +90896,7 @@ int lua_axis_base_CameraBackgroundBrush_createSkyboxBrush(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.CameraBackgroundBrush:createSkyboxBrush",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_createSkyboxBrush'.",&tolua_err); #endif @@ -90907,11 +90907,11 @@ int lua_axis_base_CameraBackgroundBrush_createColorBrush(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CameraBackgroundBrush",0,&tolua_err)) goto tolua_lerror; #endif @@ -90934,7 +90934,7 @@ int lua_axis_base_CameraBackgroundBrush_createColorBrush(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.CameraBackgroundBrush:createColorBrush",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_createColorBrush'.",&tolua_err); #endif @@ -90945,11 +90945,11 @@ int lua_axis_base_CameraBackgroundBrush_createNoneBrush(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CameraBackgroundBrush",0,&tolua_err)) goto tolua_lerror; #endif @@ -90968,7 +90968,7 @@ int lua_axis_base_CameraBackgroundBrush_createNoneBrush(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.CameraBackgroundBrush:createNoneBrush",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_createNoneBrush'.",&tolua_err); #endif @@ -90979,11 +90979,11 @@ int lua_axis_base_CameraBackgroundBrush_createDepthBrush(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CameraBackgroundBrush",0,&tolua_err)) goto tolua_lerror; #endif @@ -91015,7 +91015,7 @@ int lua_axis_base_CameraBackgroundBrush_createDepthBrush(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.CameraBackgroundBrush:createDepthBrush",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_createDepthBrush'.",&tolua_err); #endif @@ -91027,7 +91027,7 @@ int lua_axis_base_CameraBackgroundBrush_constructor(lua_State* tolua_S) axis::CameraBackgroundBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -91051,7 +91051,7 @@ int lua_axis_base_CameraBackgroundBrush_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundBrush:CameraBackgroundBrush",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundBrush_constructor'.",&tolua_err); #endif @@ -91092,18 +91092,18 @@ int lua_axis_base_CameraBackgroundDepthBrush_setDepth(lua_State* tolua_S) axis::CameraBackgroundDepthBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundDepthBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundDepthBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundDepthBrush_setDepth'", nullptr); @@ -91129,7 +91129,7 @@ int lua_axis_base_CameraBackgroundDepthBrush_setDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundDepthBrush:setDepth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundDepthBrush_setDepth'.",&tolua_err); #endif @@ -91141,11 +91141,11 @@ int lua_axis_base_CameraBackgroundDepthBrush_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CameraBackgroundDepthBrush",0,&tolua_err)) goto tolua_lerror; #endif @@ -91166,7 +91166,7 @@ int lua_axis_base_CameraBackgroundDepthBrush_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.CameraBackgroundDepthBrush:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundDepthBrush_create'.",&tolua_err); #endif @@ -91178,7 +91178,7 @@ int lua_axis_base_CameraBackgroundDepthBrush_constructor(lua_State* tolua_S) axis::CameraBackgroundDepthBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -91202,7 +91202,7 @@ int lua_axis_base_CameraBackgroundDepthBrush_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundDepthBrush:CameraBackgroundDepthBrush",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundDepthBrush_constructor'.",&tolua_err); #endif @@ -91237,18 +91237,18 @@ int lua_axis_base_CameraBackgroundColorBrush_setColor(lua_State* tolua_S) axis::CameraBackgroundColorBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundColorBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundColorBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundColorBrush_setColor'", nullptr); @@ -91274,7 +91274,7 @@ int lua_axis_base_CameraBackgroundColorBrush_setColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundColorBrush:setColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundColorBrush_setColor'.",&tolua_err); #endif @@ -91286,11 +91286,11 @@ int lua_axis_base_CameraBackgroundColorBrush_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CameraBackgroundColorBrush",0,&tolua_err)) goto tolua_lerror; #endif @@ -91313,7 +91313,7 @@ int lua_axis_base_CameraBackgroundColorBrush_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.CameraBackgroundColorBrush:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundColorBrush_create'.",&tolua_err); #endif @@ -91325,7 +91325,7 @@ int lua_axis_base_CameraBackgroundColorBrush_constructor(lua_State* tolua_S) axis::CameraBackgroundColorBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -91349,7 +91349,7 @@ int lua_axis_base_CameraBackgroundColorBrush_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundColorBrush:CameraBackgroundColorBrush",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundColorBrush_constructor'.",&tolua_err); #endif @@ -91384,18 +91384,18 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_setTexture(lua_State* tolua_S) axis::CameraBackgroundSkyBoxBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundSkyBoxBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundSkyBoxBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_setTexture'", nullptr); @@ -91421,7 +91421,7 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundSkyBoxBrush:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_setTexture'.",&tolua_err); #endif @@ -91434,18 +91434,18 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_getTexture(lua_State* tolua_S) axis::CameraBackgroundSkyBoxBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundSkyBoxBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundSkyBoxBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_getTexture'", nullptr); @@ -91468,7 +91468,7 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundSkyBoxBrush:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_getTexture'.",&tolua_err); #endif @@ -91481,18 +91481,18 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_isActived(lua_State* tolua_S) axis::CameraBackgroundSkyBoxBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundSkyBoxBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundSkyBoxBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_isActived'", nullptr); @@ -91515,7 +91515,7 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_isActived(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundSkyBoxBrush:isActived",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_isActived'.",&tolua_err); #endif @@ -91528,18 +91528,18 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_setTextureValid(lua_State* tolua_S axis::CameraBackgroundSkyBoxBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundSkyBoxBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundSkyBoxBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_setTextureValid'", nullptr); @@ -91565,7 +91565,7 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_setTextureValid(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundSkyBoxBrush:setTextureValid",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_setTextureValid'.",&tolua_err); #endif @@ -91578,18 +91578,18 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_setActived(lua_State* tolua_S) axis::CameraBackgroundSkyBoxBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CameraBackgroundSkyBoxBrush",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CameraBackgroundSkyBoxBrush*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_setActived'", nullptr); @@ -91615,7 +91615,7 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_setActived(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundSkyBoxBrush:setActived",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_setActived'.",&tolua_err); #endif @@ -91626,11 +91626,11 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CameraBackgroundSkyBoxBrush",0,&tolua_err)) goto tolua_lerror; #endif @@ -91676,7 +91676,7 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.CameraBackgroundSkyBoxBrush:create",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_create'.",&tolua_err); #endif @@ -91688,7 +91688,7 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_constructor(lua_State* tolua_S) axis::CameraBackgroundSkyBoxBrush* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -91712,7 +91712,7 @@ int lua_axis_base_CameraBackgroundSkyBoxBrush_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CameraBackgroundSkyBoxBrush:CameraBackgroundSkyBoxBrush",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_CameraBackgroundSkyBoxBrush_constructor'.",&tolua_err); #endif @@ -91751,18 +91751,18 @@ int lua_axis_base_GridBase_setGridSize(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_setGridSize'", nullptr); @@ -91788,7 +91788,7 @@ int lua_axis_base_GridBase_setGridSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:setGridSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_setGridSize'.",&tolua_err); #endif @@ -91801,18 +91801,18 @@ int lua_axis_base_GridBase_setGridRect(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_setGridRect'", nullptr); @@ -91838,7 +91838,7 @@ int lua_axis_base_GridBase_setGridRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:setGridRect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_setGridRect'.",&tolua_err); #endif @@ -91851,18 +91851,18 @@ int lua_axis_base_GridBase_calculateVertexPoints(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_calculateVertexPoints'", nullptr); @@ -91885,7 +91885,7 @@ int lua_axis_base_GridBase_calculateVertexPoints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:calculateVertexPoints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_calculateVertexPoints'.",&tolua_err); #endif @@ -91898,18 +91898,18 @@ int lua_axis_base_GridBase_reuse(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_reuse'", nullptr); @@ -91932,7 +91932,7 @@ int lua_axis_base_GridBase_reuse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:reuse",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_reuse'.",&tolua_err); #endif @@ -91945,18 +91945,18 @@ int lua_axis_base_GridBase_beforeDraw(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_beforeDraw'", nullptr); @@ -91979,7 +91979,7 @@ int lua_axis_base_GridBase_beforeDraw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:beforeDraw",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_beforeDraw'.",&tolua_err); #endif @@ -91992,18 +91992,18 @@ int lua_axis_base_GridBase_getGridRect(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_getGridRect'", nullptr); @@ -92026,7 +92026,7 @@ int lua_axis_base_GridBase_getGridRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:getGridRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_getGridRect'.",&tolua_err); #endif @@ -92039,18 +92039,18 @@ int lua_axis_base_GridBase_isTextureFlipped(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_isTextureFlipped'", nullptr); @@ -92073,7 +92073,7 @@ int lua_axis_base_GridBase_isTextureFlipped(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:isTextureFlipped",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_isTextureFlipped'.",&tolua_err); #endif @@ -92086,18 +92086,18 @@ int lua_axis_base_GridBase_getGridSize(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_getGridSize'", nullptr); @@ -92120,7 +92120,7 @@ int lua_axis_base_GridBase_getGridSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:getGridSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_getGridSize'.",&tolua_err); #endif @@ -92133,18 +92133,18 @@ int lua_axis_base_GridBase_afterBlit(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_afterBlit'", nullptr); @@ -92167,7 +92167,7 @@ int lua_axis_base_GridBase_afterBlit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:afterBlit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_afterBlit'.",&tolua_err); #endif @@ -92180,18 +92180,18 @@ int lua_axis_base_GridBase_set2DProjection(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_set2DProjection'", nullptr); @@ -92214,7 +92214,7 @@ int lua_axis_base_GridBase_set2DProjection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:set2DProjection",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_set2DProjection'.",&tolua_err); #endif @@ -92227,18 +92227,18 @@ int lua_axis_base_GridBase_getStep(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_getStep'", nullptr); @@ -92261,7 +92261,7 @@ int lua_axis_base_GridBase_getStep(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:getStep",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_getStep'.",&tolua_err); #endif @@ -92274,18 +92274,18 @@ int lua_axis_base_GridBase_setStep(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_setStep'", nullptr); @@ -92311,7 +92311,7 @@ int lua_axis_base_GridBase_setStep(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:setStep",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_setStep'.",&tolua_err); #endif @@ -92324,18 +92324,18 @@ int lua_axis_base_GridBase_setTextureFlipped(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_setTextureFlipped'", nullptr); @@ -92361,7 +92361,7 @@ int lua_axis_base_GridBase_setTextureFlipped(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:setTextureFlipped",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_setTextureFlipped'.",&tolua_err); #endif @@ -92374,18 +92374,18 @@ int lua_axis_base_GridBase_blit(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_blit'", nullptr); @@ -92408,7 +92408,7 @@ int lua_axis_base_GridBase_blit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:blit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_blit'.",&tolua_err); #endif @@ -92421,18 +92421,18 @@ int lua_axis_base_GridBase_setActive(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_setActive'", nullptr); @@ -92458,7 +92458,7 @@ int lua_axis_base_GridBase_setActive(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:setActive",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_setActive'.",&tolua_err); #endif @@ -92471,18 +92471,18 @@ int lua_axis_base_GridBase_getReuseGrid(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_getReuseGrid'", nullptr); @@ -92505,7 +92505,7 @@ int lua_axis_base_GridBase_getReuseGrid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:getReuseGrid",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_getReuseGrid'.",&tolua_err); #endif @@ -92517,15 +92517,15 @@ int lua_axis_base_GridBase_initWithSize(lua_State* tolua_S) int argc = 0; axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_initWithSize'", nullptr); @@ -92608,7 +92608,7 @@ int lua_axis_base_GridBase_initWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:initWithSize",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_initWithSize'.",&tolua_err); #endif @@ -92621,18 +92621,18 @@ int lua_axis_base_GridBase_beforeBlit(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_beforeBlit'", nullptr); @@ -92655,7 +92655,7 @@ int lua_axis_base_GridBase_beforeBlit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:beforeBlit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_beforeBlit'.",&tolua_err); #endif @@ -92668,18 +92668,18 @@ int lua_axis_base_GridBase_setReuseGrid(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_setReuseGrid'", nullptr); @@ -92705,7 +92705,7 @@ int lua_axis_base_GridBase_setReuseGrid(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:setReuseGrid",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_setReuseGrid'.",&tolua_err); #endif @@ -92718,18 +92718,18 @@ int lua_axis_base_GridBase_isActive(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_isActive'", nullptr); @@ -92752,7 +92752,7 @@ int lua_axis_base_GridBase_isActive(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:isActive",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_isActive'.",&tolua_err); #endif @@ -92765,18 +92765,18 @@ int lua_axis_base_GridBase_afterDraw(lua_State* tolua_S) axis::GridBase* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.GridBase",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::GridBase*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_GridBase_afterDraw'", nullptr); @@ -92802,7 +92802,7 @@ int lua_axis_base_GridBase_afterDraw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.GridBase:afterDraw",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GridBase_afterDraw'.",&tolua_err); #endif @@ -92855,18 +92855,18 @@ int lua_axis_base_Grid3D_getNeedDepthTestForBlit(lua_State* tolua_S) axis::Grid3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Grid3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Grid3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Grid3D_getNeedDepthTestForBlit'", nullptr); @@ -92889,7 +92889,7 @@ int lua_axis_base_Grid3D_getNeedDepthTestForBlit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Grid3D:getNeedDepthTestForBlit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Grid3D_getNeedDepthTestForBlit'.",&tolua_err); #endif @@ -92902,18 +92902,18 @@ int lua_axis_base_Grid3D_setNeedDepthTestForBlit(lua_State* tolua_S) axis::Grid3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Grid3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Grid3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Grid3D_setNeedDepthTestForBlit'", nullptr); @@ -92939,7 +92939,7 @@ int lua_axis_base_Grid3D_setNeedDepthTestForBlit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Grid3D:setNeedDepthTestForBlit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Grid3D_setNeedDepthTestForBlit'.",&tolua_err); #endif @@ -92950,11 +92950,11 @@ int lua_axis_base_Grid3D_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Grid3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -93032,7 +93032,7 @@ int lua_axis_base_Grid3D_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Grid3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Grid3D_create'.",&tolua_err); #endif @@ -93044,7 +93044,7 @@ int lua_axis_base_Grid3D_constructor(lua_State* tolua_S) axis::Grid3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -93068,7 +93068,7 @@ int lua_axis_base_Grid3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Grid3D:Grid3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Grid3D_constructor'.",&tolua_err); #endif @@ -93102,11 +93102,11 @@ int lua_axis_base_TiledGrid3D_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TiledGrid3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -93184,7 +93184,7 @@ int lua_axis_base_TiledGrid3D_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.TiledGrid3D:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TiledGrid3D_create'.",&tolua_err); #endif @@ -93216,18 +93216,18 @@ int lua_axis_base_BaseLight_setEnabled(lua_State* tolua_S) axis::BaseLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BaseLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BaseLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BaseLight_setEnabled'", nullptr); @@ -93253,7 +93253,7 @@ int lua_axis_base_BaseLight_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BaseLight:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BaseLight_setEnabled'.",&tolua_err); #endif @@ -93266,18 +93266,18 @@ int lua_axis_base_BaseLight_getIntensity(lua_State* tolua_S) axis::BaseLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BaseLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BaseLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BaseLight_getIntensity'", nullptr); @@ -93300,7 +93300,7 @@ int lua_axis_base_BaseLight_getIntensity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BaseLight:getIntensity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BaseLight_getIntensity'.",&tolua_err); #endif @@ -93313,18 +93313,18 @@ int lua_axis_base_BaseLight_isEnabled(lua_State* tolua_S) axis::BaseLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BaseLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BaseLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BaseLight_isEnabled'", nullptr); @@ -93347,7 +93347,7 @@ int lua_axis_base_BaseLight_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BaseLight:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BaseLight_isEnabled'.",&tolua_err); #endif @@ -93360,18 +93360,18 @@ int lua_axis_base_BaseLight_getLightType(lua_State* tolua_S) axis::BaseLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BaseLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BaseLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BaseLight_getLightType'", nullptr); @@ -93394,7 +93394,7 @@ int lua_axis_base_BaseLight_getLightType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BaseLight:getLightType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BaseLight_getLightType'.",&tolua_err); #endif @@ -93407,18 +93407,18 @@ int lua_axis_base_BaseLight_setLightFlag(lua_State* tolua_S) axis::BaseLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BaseLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BaseLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BaseLight_setLightFlag'", nullptr); @@ -93444,7 +93444,7 @@ int lua_axis_base_BaseLight_setLightFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BaseLight:setLightFlag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BaseLight_setLightFlag'.",&tolua_err); #endif @@ -93457,18 +93457,18 @@ int lua_axis_base_BaseLight_setIntensity(lua_State* tolua_S) axis::BaseLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BaseLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BaseLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BaseLight_setIntensity'", nullptr); @@ -93494,7 +93494,7 @@ int lua_axis_base_BaseLight_setIntensity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BaseLight:setIntensity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BaseLight_setIntensity'.",&tolua_err); #endif @@ -93507,18 +93507,18 @@ int lua_axis_base_BaseLight_getLightFlag(lua_State* tolua_S) axis::BaseLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.BaseLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::BaseLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_BaseLight_getLightFlag'", nullptr); @@ -93541,7 +93541,7 @@ int lua_axis_base_BaseLight_getLightFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.BaseLight:getLightFlag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_BaseLight_getLightFlag'.",&tolua_err); #endif @@ -93580,18 +93580,18 @@ int lua_axis_base_DirectionLight_getDirection(lua_State* tolua_S) axis::DirectionLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DirectionLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DirectionLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DirectionLight_getDirection'", nullptr); @@ -93614,7 +93614,7 @@ int lua_axis_base_DirectionLight_getDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DirectionLight:getDirection",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DirectionLight_getDirection'.",&tolua_err); #endif @@ -93627,18 +93627,18 @@ int lua_axis_base_DirectionLight_getDirectionInWorld(lua_State* tolua_S) axis::DirectionLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DirectionLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DirectionLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DirectionLight_getDirectionInWorld'", nullptr); @@ -93661,7 +93661,7 @@ int lua_axis_base_DirectionLight_getDirectionInWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DirectionLight:getDirectionInWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DirectionLight_getDirectionInWorld'.",&tolua_err); #endif @@ -93674,18 +93674,18 @@ int lua_axis_base_DirectionLight_setDirection(lua_State* tolua_S) axis::DirectionLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.DirectionLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::DirectionLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_DirectionLight_setDirection'", nullptr); @@ -93711,7 +93711,7 @@ int lua_axis_base_DirectionLight_setDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DirectionLight:setDirection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DirectionLight_setDirection'.",&tolua_err); #endif @@ -93723,11 +93723,11 @@ int lua_axis_base_DirectionLight_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.DirectionLight",0,&tolua_err)) goto tolua_lerror; #endif @@ -93750,7 +93750,7 @@ int lua_axis_base_DirectionLight_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.DirectionLight:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DirectionLight_create'.",&tolua_err); #endif @@ -93762,7 +93762,7 @@ int lua_axis_base_DirectionLight_constructor(lua_State* tolua_S) axis::DirectionLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -93786,7 +93786,7 @@ int lua_axis_base_DirectionLight_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.DirectionLight:DirectionLight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_DirectionLight_constructor'.",&tolua_err); #endif @@ -93823,18 +93823,18 @@ int lua_axis_base_PointLight_getRange(lua_State* tolua_S) axis::PointLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PointLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PointLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PointLight_getRange'", nullptr); @@ -93857,7 +93857,7 @@ int lua_axis_base_PointLight_getRange(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PointLight:getRange",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PointLight_getRange'.",&tolua_err); #endif @@ -93870,18 +93870,18 @@ int lua_axis_base_PointLight_setRange(lua_State* tolua_S) axis::PointLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PointLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PointLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_PointLight_setRange'", nullptr); @@ -93907,7 +93907,7 @@ int lua_axis_base_PointLight_setRange(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PointLight:setRange",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PointLight_setRange'.",&tolua_err); #endif @@ -93919,11 +93919,11 @@ int lua_axis_base_PointLight_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PointLight",0,&tolua_err)) goto tolua_lerror; #endif @@ -93948,7 +93948,7 @@ int lua_axis_base_PointLight_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PointLight:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PointLight_create'.",&tolua_err); #endif @@ -93960,7 +93960,7 @@ int lua_axis_base_PointLight_constructor(lua_State* tolua_S) axis::PointLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -93984,7 +93984,7 @@ int lua_axis_base_PointLight_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PointLight:PointLight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_PointLight_constructor'.",&tolua_err); #endif @@ -94020,18 +94020,18 @@ int lua_axis_base_SpotLight_getRange(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_getRange'", nullptr); @@ -94054,7 +94054,7 @@ int lua_axis_base_SpotLight_getRange(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:getRange",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_getRange'.",&tolua_err); #endif @@ -94067,18 +94067,18 @@ int lua_axis_base_SpotLight_setDirection(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_setDirection'", nullptr); @@ -94104,7 +94104,7 @@ int lua_axis_base_SpotLight_setDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:setDirection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_setDirection'.",&tolua_err); #endif @@ -94117,18 +94117,18 @@ int lua_axis_base_SpotLight_getCosInnerAngle(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_getCosInnerAngle'", nullptr); @@ -94151,7 +94151,7 @@ int lua_axis_base_SpotLight_getCosInnerAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:getCosInnerAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_getCosInnerAngle'.",&tolua_err); #endif @@ -94164,18 +94164,18 @@ int lua_axis_base_SpotLight_getOuterAngle(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_getOuterAngle'", nullptr); @@ -94198,7 +94198,7 @@ int lua_axis_base_SpotLight_getOuterAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:getOuterAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_getOuterAngle'.",&tolua_err); #endif @@ -94211,18 +94211,18 @@ int lua_axis_base_SpotLight_getInnerAngle(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_getInnerAngle'", nullptr); @@ -94245,7 +94245,7 @@ int lua_axis_base_SpotLight_getInnerAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:getInnerAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_getInnerAngle'.",&tolua_err); #endif @@ -94258,18 +94258,18 @@ int lua_axis_base_SpotLight_getDirection(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_getDirection'", nullptr); @@ -94292,7 +94292,7 @@ int lua_axis_base_SpotLight_getDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:getDirection",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_getDirection'.",&tolua_err); #endif @@ -94305,18 +94305,18 @@ int lua_axis_base_SpotLight_getCosOuterAngle(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_getCosOuterAngle'", nullptr); @@ -94339,7 +94339,7 @@ int lua_axis_base_SpotLight_getCosOuterAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:getCosOuterAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_getCosOuterAngle'.",&tolua_err); #endif @@ -94352,18 +94352,18 @@ int lua_axis_base_SpotLight_setOuterAngle(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_setOuterAngle'", nullptr); @@ -94389,7 +94389,7 @@ int lua_axis_base_SpotLight_setOuterAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:setOuterAngle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_setOuterAngle'.",&tolua_err); #endif @@ -94402,18 +94402,18 @@ int lua_axis_base_SpotLight_setInnerAngle(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_setInnerAngle'", nullptr); @@ -94439,7 +94439,7 @@ int lua_axis_base_SpotLight_setInnerAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:setInnerAngle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_setInnerAngle'.",&tolua_err); #endif @@ -94452,18 +94452,18 @@ int lua_axis_base_SpotLight_getDirectionInWorld(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_getDirectionInWorld'", nullptr); @@ -94486,7 +94486,7 @@ int lua_axis_base_SpotLight_getDirectionInWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:getDirectionInWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_getDirectionInWorld'.",&tolua_err); #endif @@ -94499,18 +94499,18 @@ int lua_axis_base_SpotLight_setRange(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpotLight*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpotLight_setRange'", nullptr); @@ -94536,7 +94536,7 @@ int lua_axis_base_SpotLight_setRange(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:setRange",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_setRange'.",&tolua_err); #endif @@ -94548,11 +94548,11 @@ int lua_axis_base_SpotLight_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SpotLight",0,&tolua_err)) goto tolua_lerror; #endif @@ -94583,7 +94583,7 @@ int lua_axis_base_SpotLight_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SpotLight:create",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_create'.",&tolua_err); #endif @@ -94595,7 +94595,7 @@ int lua_axis_base_SpotLight_constructor(lua_State* tolua_S) axis::SpotLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -94619,7 +94619,7 @@ int lua_axis_base_SpotLight_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpotLight:SpotLight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpotLight_constructor'.",&tolua_err); #endif @@ -94663,11 +94663,11 @@ int lua_axis_base_AmbientLight_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AmbientLight",0,&tolua_err)) goto tolua_lerror; #endif @@ -94688,7 +94688,7 @@ int lua_axis_base_AmbientLight_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AmbientLight:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AmbientLight_create'.",&tolua_err); #endif @@ -94700,7 +94700,7 @@ int lua_axis_base_AmbientLight_constructor(lua_State* tolua_S) axis::AmbientLight* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -94724,7 +94724,7 @@ int lua_axis_base_AmbientLight_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AmbientLight:AmbientLight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AmbientLight_constructor'.",&tolua_err); #endif @@ -94758,18 +94758,18 @@ int lua_axis_base_RenderState_getName(lua_State* tolua_S) axis::RenderState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderState_getName'", nullptr); @@ -94792,7 +94792,7 @@ int lua_axis_base_RenderState_getName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderState:getName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderState_getName'.",&tolua_err); #endif @@ -94805,18 +94805,18 @@ int lua_axis_base_RenderState_bindPass(lua_State* tolua_S) axis::RenderState* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.RenderState",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::RenderState*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_RenderState_bindPass'", nullptr); @@ -94845,7 +94845,7 @@ int lua_axis_base_RenderState_bindPass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.RenderState:bindPass",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_RenderState_bindPass'.",&tolua_err); #endif @@ -94879,18 +94879,18 @@ int lua_axis_base_Technique_getPassCount(lua_State* tolua_S) axis::Technique* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Technique*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Technique_getPassCount'", nullptr); @@ -94913,7 +94913,7 @@ int lua_axis_base_Technique_getPassCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Technique:getPassCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_getPassCount'.",&tolua_err); #endif @@ -94926,18 +94926,18 @@ int lua_axis_base_Technique_setMaterial(lua_State* tolua_S) axis::Technique* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Technique*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Technique_setMaterial'", nullptr); @@ -94963,7 +94963,7 @@ int lua_axis_base_Technique_setMaterial(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Technique:setMaterial",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_setMaterial'.",&tolua_err); #endif @@ -94976,18 +94976,18 @@ int lua_axis_base_Technique_clone(lua_State* tolua_S) axis::Technique* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Technique*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Technique_clone'", nullptr); @@ -95010,7 +95010,7 @@ int lua_axis_base_Technique_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Technique:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_clone'.",&tolua_err); #endif @@ -95023,18 +95023,18 @@ int lua_axis_base_Technique_addPass(lua_State* tolua_S) axis::Technique* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Technique*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Technique_addPass'", nullptr); @@ -95060,7 +95060,7 @@ int lua_axis_base_Technique_addPass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Technique:addPass",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_addPass'.",&tolua_err); #endif @@ -95073,18 +95073,18 @@ int lua_axis_base_Technique_getPasses(lua_State* tolua_S) axis::Technique* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Technique*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Technique_getPasses'", nullptr); @@ -95107,7 +95107,7 @@ int lua_axis_base_Technique_getPasses(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Technique:getPasses",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_getPasses'.",&tolua_err); #endif @@ -95120,18 +95120,18 @@ int lua_axis_base_Technique_getName(lua_State* tolua_S) axis::Technique* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Technique*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Technique_getName'", nullptr); @@ -95154,7 +95154,7 @@ int lua_axis_base_Technique_getName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Technique:getName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_getName'.",&tolua_err); #endif @@ -95167,18 +95167,18 @@ int lua_axis_base_Technique_getPassByIndex(lua_State* tolua_S) axis::Technique* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Technique*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Technique_getPassByIndex'", nullptr); @@ -95204,7 +95204,7 @@ int lua_axis_base_Technique_getPassByIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Technique:getPassByIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_getPassByIndex'.",&tolua_err); #endif @@ -95216,11 +95216,11 @@ int lua_axis_base_Technique_createWithProgramState(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif @@ -95243,7 +95243,7 @@ int lua_axis_base_Technique_createWithProgramState(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Technique:createWithProgramState",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_createWithProgramState'.",&tolua_err); #endif @@ -95254,11 +95254,11 @@ int lua_axis_base_Technique_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Technique",0,&tolua_err)) goto tolua_lerror; #endif @@ -95279,7 +95279,7 @@ int lua_axis_base_Technique_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Technique:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Technique_create'.",&tolua_err); #endif @@ -95319,18 +95319,18 @@ int lua_axis_base_Material_clone(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_clone'", nullptr); @@ -95353,7 +95353,7 @@ int lua_axis_base_Material_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_clone'.",&tolua_err); #endif @@ -95366,18 +95366,18 @@ int lua_axis_base_Material_draw(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_draw'", nullptr); @@ -95424,7 +95424,7 @@ int lua_axis_base_Material_draw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:draw",argc, 8); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_draw'.",&tolua_err); #endif @@ -95437,18 +95437,18 @@ int lua_axis_base_Material_getRenderState(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_getRenderState'", nullptr); @@ -95471,7 +95471,7 @@ int lua_axis_base_Material_getRenderState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:getRenderState",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_getRenderState'.",&tolua_err); #endif @@ -95484,18 +95484,18 @@ int lua_axis_base_Material_setName(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_setName'", nullptr); @@ -95521,7 +95521,7 @@ int lua_axis_base_Material_setName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:setName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_setName'.",&tolua_err); #endif @@ -95534,18 +95534,18 @@ int lua_axis_base_Material_getTechniqueByIndex(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_getTechniqueByIndex'", nullptr); @@ -95571,7 +95571,7 @@ int lua_axis_base_Material_getTechniqueByIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:getTechniqueByIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_getTechniqueByIndex'.",&tolua_err); #endif @@ -95584,18 +95584,18 @@ int lua_axis_base_Material_getName(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_getName'", nullptr); @@ -95618,7 +95618,7 @@ int lua_axis_base_Material_getName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:getName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_getName'.",&tolua_err); #endif @@ -95631,18 +95631,18 @@ int lua_axis_base_Material_getTechniques(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_getTechniques'", nullptr); @@ -95665,7 +95665,7 @@ int lua_axis_base_Material_getTechniques(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:getTechniques",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_getTechniques'.",&tolua_err); #endif @@ -95678,18 +95678,18 @@ int lua_axis_base_Material_getTechniqueCount(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_getTechniqueCount'", nullptr); @@ -95712,7 +95712,7 @@ int lua_axis_base_Material_getTechniqueCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:getTechniqueCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_getTechniqueCount'.",&tolua_err); #endif @@ -95725,18 +95725,18 @@ int lua_axis_base_Material_setTechnique(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_setTechnique'", nullptr); @@ -95762,7 +95762,7 @@ int lua_axis_base_Material_setTechnique(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:setTechnique",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_setTechnique'.",&tolua_err); #endif @@ -95775,18 +95775,18 @@ int lua_axis_base_Material_getTechniqueByName(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_getTechniqueByName'", nullptr); @@ -95812,7 +95812,7 @@ int lua_axis_base_Material_getTechniqueByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:getTechniqueByName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_getTechniqueByName'.",&tolua_err); #endif @@ -95825,18 +95825,18 @@ int lua_axis_base_Material_addTechnique(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_addTechnique'", nullptr); @@ -95862,7 +95862,7 @@ int lua_axis_base_Material_addTechnique(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:addTechnique",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_addTechnique'.",&tolua_err); #endif @@ -95875,18 +95875,18 @@ int lua_axis_base_Material_getTechnique(lua_State* tolua_S) axis::Material* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Material*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Material_getTechnique'", nullptr); @@ -95909,7 +95909,7 @@ int lua_axis_base_Material_getTechnique(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Material:getTechnique",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_getTechnique'.",&tolua_err); #endif @@ -95921,11 +95921,11 @@ int lua_axis_base_Material_createWithFilename(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif @@ -95946,7 +95946,7 @@ int lua_axis_base_Material_createWithFilename(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Material:createWithFilename",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_createWithFilename'.",&tolua_err); #endif @@ -95957,11 +95957,11 @@ int lua_axis_base_Material_createWithProperties(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif @@ -95982,7 +95982,7 @@ int lua_axis_base_Material_createWithProperties(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Material:createWithProperties",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_createWithProperties'.",&tolua_err); #endif @@ -95993,11 +95993,11 @@ int lua_axis_base_Material_createWithProgramState(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Material",0,&tolua_err)) goto tolua_lerror; #endif @@ -96018,7 +96018,7 @@ int lua_axis_base_Material_createWithProgramState(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Material:createWithProgramState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Material_createWithProgramState'.",&tolua_err); #endif @@ -96064,18 +96064,18 @@ int lua_axis_base_Pass_setUniformPointLightPosition(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformPointLightPosition'", nullptr); @@ -96105,7 +96105,7 @@ int lua_axis_base_Pass_setUniformPointLightPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformPointLightPosition",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformPointLightPosition'.",&tolua_err); #endif @@ -96118,18 +96118,18 @@ int lua_axis_base_Pass_setUniformDirLightDir(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformDirLightDir'", nullptr); @@ -96159,7 +96159,7 @@ int lua_axis_base_Pass_setUniformDirLightDir(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformDirLightDir",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformDirLightDir'.",&tolua_err); #endif @@ -96172,18 +96172,18 @@ int lua_axis_base_Pass_setTechnique(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setTechnique'", nullptr); @@ -96209,7 +96209,7 @@ int lua_axis_base_Pass_setTechnique(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setTechnique",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setTechnique'.",&tolua_err); #endif @@ -96222,18 +96222,18 @@ int lua_axis_base_Pass_getVertexAttributeBinding(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_getVertexAttributeBinding'", nullptr); @@ -96256,7 +96256,7 @@ int lua_axis_base_Pass_getVertexAttributeBinding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:getVertexAttributeBinding",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_getVertexAttributeBinding'.",&tolua_err); #endif @@ -96269,18 +96269,18 @@ int lua_axis_base_Pass_setUniformSpotLightOuterAngleCos(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformSpotLightOuterAngleCos'", nullptr); @@ -96310,7 +96310,7 @@ int lua_axis_base_Pass_setUniformSpotLightOuterAngleCos(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformSpotLightOuterAngleCos",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformSpotLightOuterAngleCos'.",&tolua_err); #endif @@ -96323,18 +96323,18 @@ int lua_axis_base_Pass_setUniformSpotLightDir(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformSpotLightDir'", nullptr); @@ -96364,7 +96364,7 @@ int lua_axis_base_Pass_setUniformSpotLightDir(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformSpotLightDir",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformSpotLightDir'.",&tolua_err); #endif @@ -96377,18 +96377,18 @@ int lua_axis_base_Pass_setUniformMatrixPalette(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformMatrixPalette'", nullptr); @@ -96418,7 +96418,7 @@ int lua_axis_base_Pass_setUniformMatrixPalette(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformMatrixPalette",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformMatrixPalette'.",&tolua_err); #endif @@ -96431,18 +96431,18 @@ int lua_axis_base_Pass_setName(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setName'", nullptr); @@ -96468,7 +96468,7 @@ int lua_axis_base_Pass_setName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setName'.",&tolua_err); #endif @@ -96481,18 +96481,18 @@ int lua_axis_base_Pass_getName(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_getName'", nullptr); @@ -96515,7 +96515,7 @@ int lua_axis_base_Pass_getName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:getName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_getName'.",&tolua_err); #endif @@ -96528,18 +96528,18 @@ int lua_axis_base_Pass_setUniformSpotLightRangeInverse(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformSpotLightRangeInverse'", nullptr); @@ -96569,7 +96569,7 @@ int lua_axis_base_Pass_setUniformSpotLightRangeInverse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformSpotLightRangeInverse",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformSpotLightRangeInverse'.",&tolua_err); #endif @@ -96582,18 +96582,18 @@ int lua_axis_base_Pass_clone(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_clone'", nullptr); @@ -96616,7 +96616,7 @@ int lua_axis_base_Pass_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_clone'.",&tolua_err); #endif @@ -96629,18 +96629,18 @@ int lua_axis_base_Pass_draw(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_draw'", nullptr); @@ -96687,7 +96687,7 @@ int lua_axis_base_Pass_draw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:draw",argc, 8); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_draw'.",&tolua_err); #endif @@ -96700,18 +96700,18 @@ int lua_axis_base_Pass_setUniformPointLightRangeInverse(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformPointLightRangeInverse'", nullptr); @@ -96741,7 +96741,7 @@ int lua_axis_base_Pass_setUniformPointLightRangeInverse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformPointLightRangeInverse",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformPointLightRangeInverse'.",&tolua_err); #endif @@ -96754,18 +96754,18 @@ int lua_axis_base_Pass_setUniformNormTexture(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformNormTexture'", nullptr); @@ -96794,7 +96794,7 @@ int lua_axis_base_Pass_setUniformNormTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformNormTexture",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformNormTexture'.",&tolua_err); #endif @@ -96807,18 +96807,18 @@ int lua_axis_base_Pass_updateMVPUniform(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_updateMVPUniform'", nullptr); @@ -96844,7 +96844,7 @@ int lua_axis_base_Pass_updateMVPUniform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:updateMVPUniform",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_updateMVPUniform'.",&tolua_err); #endif @@ -96857,18 +96857,18 @@ int lua_axis_base_Pass_getProgramState(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_getProgramState'", nullptr); @@ -96891,7 +96891,7 @@ int lua_axis_base_Pass_getProgramState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:getProgramState",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_getProgramState'.",&tolua_err); #endif @@ -96904,18 +96904,18 @@ int lua_axis_base_Pass_setUniformSpotLightColor(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformSpotLightColor'", nullptr); @@ -96945,7 +96945,7 @@ int lua_axis_base_Pass_setUniformSpotLightColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformSpotLightColor",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformSpotLightColor'.",&tolua_err); #endif @@ -96958,18 +96958,18 @@ int lua_axis_base_Pass_setUniformAmbientLigthColor(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformAmbientLigthColor'", nullptr); @@ -96999,7 +96999,7 @@ int lua_axis_base_Pass_setUniformAmbientLigthColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformAmbientLigthColor",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformAmbientLigthColor'.",&tolua_err); #endif @@ -97012,18 +97012,18 @@ int lua_axis_base_Pass_setUniformDirLightColor(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformDirLightColor'", nullptr); @@ -97053,7 +97053,7 @@ int lua_axis_base_Pass_setUniformDirLightColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformDirLightColor",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformDirLightColor'.",&tolua_err); #endif @@ -97066,18 +97066,18 @@ int lua_axis_base_Pass_setUniformSpotLightPosition(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformSpotLightPosition'", nullptr); @@ -97107,7 +97107,7 @@ int lua_axis_base_Pass_setUniformSpotLightPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformSpotLightPosition",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformSpotLightPosition'.",&tolua_err); #endif @@ -97120,18 +97120,18 @@ int lua_axis_base_Pass_setVertexAttribBinding(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setVertexAttribBinding'", nullptr); @@ -97157,7 +97157,7 @@ int lua_axis_base_Pass_setVertexAttribBinding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setVertexAttribBinding",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setVertexAttribBinding'.",&tolua_err); #endif @@ -97170,18 +97170,18 @@ int lua_axis_base_Pass_setUniformTexture(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformTexture'", nullptr); @@ -97210,7 +97210,7 @@ int lua_axis_base_Pass_setUniformTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformTexture",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformTexture'.",&tolua_err); #endif @@ -97223,18 +97223,18 @@ int lua_axis_base_Pass_setUniformSpotLightInnerAngleCos(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformSpotLightInnerAngleCos'", nullptr); @@ -97264,7 +97264,7 @@ int lua_axis_base_Pass_setUniformSpotLightInnerAngleCos(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformSpotLightInnerAngleCos",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformSpotLightInnerAngleCos'.",&tolua_err); #endif @@ -97277,18 +97277,18 @@ int lua_axis_base_Pass_setUniformColor(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformColor'", nullptr); @@ -97318,7 +97318,7 @@ int lua_axis_base_Pass_setUniformColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformColor",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformColor'.",&tolua_err); #endif @@ -97331,18 +97331,18 @@ int lua_axis_base_Pass_setUniformPointLightColor(lua_State* tolua_S) axis::Pass* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Pass*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Pass_setUniformPointLightColor'", nullptr); @@ -97372,7 +97372,7 @@ int lua_axis_base_Pass_setUniformPointLightColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Pass:setUniformPointLightColor",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_setUniformPointLightColor'.",&tolua_err); #endif @@ -97384,11 +97384,11 @@ int lua_axis_base_Pass_createWithProgramState(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif @@ -97411,7 +97411,7 @@ int lua_axis_base_Pass_createWithProgramState(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Pass:createWithProgramState",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_createWithProgramState'.",&tolua_err); #endif @@ -97422,11 +97422,11 @@ int lua_axis_base_Pass_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Pass",0,&tolua_err)) goto tolua_lerror; #endif @@ -97447,7 +97447,7 @@ int lua_axis_base_Pass_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Pass:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Pass_create'.",&tolua_err); #endif @@ -97505,18 +97505,18 @@ int lua_axis_base_Renderer_getWinding(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getWinding'", nullptr); @@ -97539,7 +97539,7 @@ int lua_axis_base_Renderer_getWinding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getWinding",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getWinding'.",&tolua_err); #endif @@ -97552,18 +97552,18 @@ int lua_axis_base_Renderer_getDrawnVertices(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getDrawnVertices'", nullptr); @@ -97586,7 +97586,7 @@ int lua_axis_base_Renderer_getDrawnVertices(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getDrawnVertices",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getDrawnVertices'.",&tolua_err); #endif @@ -97599,18 +97599,18 @@ int lua_axis_base_Renderer_render(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_render'", nullptr); @@ -97633,7 +97633,7 @@ int lua_axis_base_Renderer_render(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:render",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_render'.",&tolua_err); #endif @@ -97646,18 +97646,18 @@ int lua_axis_base_Renderer_createRenderQueue(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_createRenderQueue'", nullptr); @@ -97680,7 +97680,7 @@ int lua_axis_base_Renderer_createRenderQueue(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:createRenderQueue",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_createRenderQueue'.",&tolua_err); #endif @@ -97693,18 +97693,18 @@ int lua_axis_base_Renderer_setDepthStencilDesc(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setDepthStencilDesc'", nullptr); @@ -97731,7 +97731,7 @@ int lua_axis_base_Renderer_setDepthStencilDesc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setDepthStencilDesc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setDepthStencilDesc'.",&tolua_err); #endif @@ -97744,18 +97744,18 @@ int lua_axis_base_Renderer_getStencilTest(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getStencilTest'", nullptr); @@ -97778,7 +97778,7 @@ int lua_axis_base_Renderer_getStencilTest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getStencilTest",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getStencilTest'.",&tolua_err); #endif @@ -97791,18 +97791,18 @@ int lua_axis_base_Renderer_getRenderTargetFlag(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getRenderTargetFlag'", nullptr); @@ -97825,7 +97825,7 @@ int lua_axis_base_Renderer_getRenderTargetFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getRenderTargetFlag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getRenderTargetFlag'.",&tolua_err); #endif @@ -97838,18 +97838,18 @@ int lua_axis_base_Renderer_getClearFlag(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getClearFlag'", nullptr); @@ -97872,7 +97872,7 @@ int lua_axis_base_Renderer_getClearFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getClearFlag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getClearFlag'.",&tolua_err); #endif @@ -97885,18 +97885,18 @@ int lua_axis_base_Renderer_setViewPort(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setViewPort'", nullptr); @@ -97931,7 +97931,7 @@ int lua_axis_base_Renderer_setViewPort(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setViewPort",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setViewPort'.",&tolua_err); #endif @@ -97944,18 +97944,18 @@ int lua_axis_base_Renderer_getStencilReadMask(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getStencilReadMask'", nullptr); @@ -97978,7 +97978,7 @@ int lua_axis_base_Renderer_getStencilReadMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getStencilReadMask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getStencilReadMask'.",&tolua_err); #endif @@ -97991,18 +97991,18 @@ int lua_axis_base_Renderer_getClearDepth(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getClearDepth'", nullptr); @@ -98025,7 +98025,7 @@ int lua_axis_base_Renderer_getClearDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getClearDepth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getClearDepth'.",&tolua_err); #endif @@ -98038,18 +98038,18 @@ int lua_axis_base_Renderer_setStencilCompareFunction(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setStencilCompareFunction'", nullptr); @@ -98081,7 +98081,7 @@ int lua_axis_base_Renderer_setStencilCompareFunction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setStencilCompareFunction",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setStencilCompareFunction'.",&tolua_err); #endif @@ -98094,18 +98094,18 @@ int lua_axis_base_Renderer_getViewport(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getViewport'", nullptr); @@ -98128,7 +98128,7 @@ int lua_axis_base_Renderer_getViewport(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getViewport",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getViewport'.",&tolua_err); #endif @@ -98141,18 +98141,18 @@ int lua_axis_base_Renderer_getClearStencil(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getClearStencil'", nullptr); @@ -98175,7 +98175,7 @@ int lua_axis_base_Renderer_getClearStencil(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getClearStencil",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getClearStencil'.",&tolua_err); #endif @@ -98188,18 +98188,18 @@ int lua_axis_base_Renderer_addCallbackCommand(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_addCallbackCommand'", nullptr); @@ -98250,7 +98250,7 @@ int lua_axis_base_Renderer_addCallbackCommand(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:addCallbackCommand",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_addCallbackCommand'.",&tolua_err); #endif @@ -98263,18 +98263,18 @@ int lua_axis_base_Renderer_setStencilTest(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setStencilTest'", nullptr); @@ -98300,7 +98300,7 @@ int lua_axis_base_Renderer_setStencilTest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setStencilTest",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setStencilTest'.",&tolua_err); #endif @@ -98313,18 +98313,18 @@ int lua_axis_base_Renderer_getStencilFailureOperation(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getStencilFailureOperation'", nullptr); @@ -98347,7 +98347,7 @@ int lua_axis_base_Renderer_getStencilFailureOperation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getStencilFailureOperation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getStencilFailureOperation'.",&tolua_err); #endif @@ -98360,18 +98360,18 @@ int lua_axis_base_Renderer_getRenderTarget(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getRenderTarget'", nullptr); @@ -98394,7 +98394,7 @@ int lua_axis_base_Renderer_getRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getRenderTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getRenderTarget'.",&tolua_err); #endif @@ -98406,15 +98406,15 @@ int lua_axis_base_Renderer_addCommand(lua_State* tolua_S) int argc = 0; axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_addCommand'", nullptr); @@ -98453,7 +98453,7 @@ int lua_axis_base_Renderer_addCommand(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:addCommand",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_addCommand'.",&tolua_err); #endif @@ -98466,18 +98466,18 @@ int lua_axis_base_Renderer_setDepthTest(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setDepthTest'", nullptr); @@ -98503,7 +98503,7 @@ int lua_axis_base_Renderer_setDepthTest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setDepthTest",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setDepthTest'.",&tolua_err); #endif @@ -98516,18 +98516,18 @@ int lua_axis_base_Renderer_addDrawnVertices(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_addDrawnVertices'", nullptr); @@ -98553,7 +98553,7 @@ int lua_axis_base_Renderer_addDrawnVertices(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:addDrawnVertices",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_addDrawnVertices'.",&tolua_err); #endif @@ -98566,18 +98566,18 @@ int lua_axis_base_Renderer_setScissorRect(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setScissorRect'", nullptr); @@ -98612,7 +98612,7 @@ int lua_axis_base_Renderer_setScissorRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setScissorRect",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setScissorRect'.",&tolua_err); #endif @@ -98625,18 +98625,18 @@ int lua_axis_base_Renderer_getDepthTest(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getDepthTest'", nullptr); @@ -98659,7 +98659,7 @@ int lua_axis_base_Renderer_getDepthTest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getDepthTest",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getDepthTest'.",&tolua_err); #endif @@ -98672,18 +98672,18 @@ int lua_axis_base_Renderer_init(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_init'", nullptr); @@ -98706,7 +98706,7 @@ int lua_axis_base_Renderer_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_init'.",&tolua_err); #endif @@ -98719,18 +98719,18 @@ int lua_axis_base_Renderer_setDepthWrite(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setDepthWrite'", nullptr); @@ -98756,7 +98756,7 @@ int lua_axis_base_Renderer_setDepthWrite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setDepthWrite",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setDepthWrite'.",&tolua_err); #endif @@ -98769,18 +98769,18 @@ int lua_axis_base_Renderer_getDepthStencilDesc(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getDepthStencilDesc'", nullptr); @@ -98803,7 +98803,7 @@ int lua_axis_base_Renderer_getDepthStencilDesc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getDepthStencilDesc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getDepthStencilDesc'.",&tolua_err); #endif @@ -98816,18 +98816,18 @@ int lua_axis_base_Renderer_getStencilPassDepthFailureOperation(lua_State* tolua_ axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getStencilPassDepthFailureOperation'", nullptr); @@ -98850,7 +98850,7 @@ int lua_axis_base_Renderer_getStencilPassDepthFailureOperation(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getStencilPassDepthFailureOperation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getStencilPassDepthFailureOperation'.",&tolua_err); #endif @@ -98863,18 +98863,18 @@ int lua_axis_base_Renderer_setCullMode(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setCullMode'", nullptr); @@ -98900,7 +98900,7 @@ int lua_axis_base_Renderer_setCullMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setCullMode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setCullMode'.",&tolua_err); #endif @@ -98913,18 +98913,18 @@ int lua_axis_base_Renderer_popGroup(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_popGroup'", nullptr); @@ -98947,7 +98947,7 @@ int lua_axis_base_Renderer_popGroup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:popGroup",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_popGroup'.",&tolua_err); #endif @@ -98960,18 +98960,18 @@ int lua_axis_base_Renderer_pushGroup(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_pushGroup'", nullptr); @@ -98997,7 +98997,7 @@ int lua_axis_base_Renderer_pushGroup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:pushGroup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_pushGroup'.",&tolua_err); #endif @@ -99010,18 +99010,18 @@ int lua_axis_base_Renderer_getScissorRect(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getScissorRect'", nullptr); @@ -99044,7 +99044,7 @@ int lua_axis_base_Renderer_getScissorRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getScissorRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getScissorRect'.",&tolua_err); #endif @@ -99057,18 +99057,18 @@ int lua_axis_base_Renderer_getScissorTest(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getScissorTest'", nullptr); @@ -99091,7 +99091,7 @@ int lua_axis_base_Renderer_getScissorTest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getScissorTest",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getScissorTest'.",&tolua_err); #endif @@ -99104,18 +99104,18 @@ int lua_axis_base_Renderer_getStencilWriteMask(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getStencilWriteMask'", nullptr); @@ -99138,7 +99138,7 @@ int lua_axis_base_Renderer_getStencilWriteMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getStencilWriteMask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getStencilWriteMask'.",&tolua_err); #endif @@ -99151,18 +99151,18 @@ int lua_axis_base_Renderer_endRenderPass(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_endRenderPass'", nullptr); @@ -99185,7 +99185,7 @@ int lua_axis_base_Renderer_endRenderPass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:endRenderPass",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_endRenderPass'.",&tolua_err); #endif @@ -99198,18 +99198,18 @@ int lua_axis_base_Renderer_addDrawnBatches(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_addDrawnBatches'", nullptr); @@ -99235,7 +99235,7 @@ int lua_axis_base_Renderer_addDrawnBatches(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:addDrawnBatches",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_addDrawnBatches'.",&tolua_err); #endif @@ -99248,18 +99248,18 @@ int lua_axis_base_Renderer_nextCallbackCommand(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_nextCallbackCommand'", nullptr); @@ -99282,7 +99282,7 @@ int lua_axis_base_Renderer_nextCallbackCommand(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:nextCallbackCommand",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_nextCallbackCommand'.",&tolua_err); #endif @@ -99295,18 +99295,18 @@ int lua_axis_base_Renderer_checkVisibility(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_checkVisibility'", nullptr); @@ -99335,7 +99335,7 @@ int lua_axis_base_Renderer_checkVisibility(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:checkVisibility",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_checkVisibility'.",&tolua_err); #endif @@ -99348,18 +99348,18 @@ int lua_axis_base_Renderer_setStencilOperation(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setStencilOperation'", nullptr); @@ -99391,7 +99391,7 @@ int lua_axis_base_Renderer_setStencilOperation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setStencilOperation",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setStencilOperation'.",&tolua_err); #endif @@ -99404,18 +99404,18 @@ int lua_axis_base_Renderer_getDepthWrite(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getDepthWrite'", nullptr); @@ -99438,7 +99438,7 @@ int lua_axis_base_Renderer_getDepthWrite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getDepthWrite",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getDepthWrite'.",&tolua_err); #endif @@ -99451,18 +99451,18 @@ int lua_axis_base_Renderer_getCullMode(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getCullMode'", nullptr); @@ -99485,7 +99485,7 @@ int lua_axis_base_Renderer_getCullMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getCullMode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getCullMode'.",&tolua_err); #endif @@ -99498,18 +99498,18 @@ int lua_axis_base_Renderer_getStencilCompareFunction(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getStencilCompareFunction'", nullptr); @@ -99532,7 +99532,7 @@ int lua_axis_base_Renderer_getStencilCompareFunction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getStencilCompareFunction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getStencilCompareFunction'.",&tolua_err); #endif @@ -99545,18 +99545,18 @@ int lua_axis_base_Renderer_getClearColor(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getClearColor'", nullptr); @@ -99579,7 +99579,7 @@ int lua_axis_base_Renderer_getClearColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getClearColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getClearColor'.",&tolua_err); #endif @@ -99592,18 +99592,18 @@ int lua_axis_base_Renderer_setDepthCompareFunction(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setDepthCompareFunction'", nullptr); @@ -99629,7 +99629,7 @@ int lua_axis_base_Renderer_setDepthCompareFunction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setDepthCompareFunction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setDepthCompareFunction'.",&tolua_err); #endif @@ -99642,18 +99642,18 @@ int lua_axis_base_Renderer_setStencilWriteMask(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setStencilWriteMask'", nullptr); @@ -99679,7 +99679,7 @@ int lua_axis_base_Renderer_setStencilWriteMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setStencilWriteMask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setStencilWriteMask'.",&tolua_err); #endif @@ -99692,18 +99692,18 @@ int lua_axis_base_Renderer_getStencilDepthPassOperation(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getStencilDepthPassOperation'", nullptr); @@ -99726,7 +99726,7 @@ int lua_axis_base_Renderer_getStencilDepthPassOperation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getStencilDepthPassOperation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getStencilDepthPassOperation'.",&tolua_err); #endif @@ -99739,18 +99739,18 @@ int lua_axis_base_Renderer_getOffscreenRenderTarget(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getOffscreenRenderTarget'", nullptr); @@ -99773,7 +99773,7 @@ int lua_axis_base_Renderer_getOffscreenRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getOffscreenRenderTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getOffscreenRenderTarget'.",&tolua_err); #endif @@ -99786,18 +99786,18 @@ int lua_axis_base_Renderer_setWinding(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setWinding'", nullptr); @@ -99823,7 +99823,7 @@ int lua_axis_base_Renderer_setWinding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setWinding",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setWinding'.",&tolua_err); #endif @@ -99836,18 +99836,18 @@ int lua_axis_base_Renderer_clear(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_clear'", nullptr); @@ -99885,7 +99885,7 @@ int lua_axis_base_Renderer_clear(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:clear",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_clear'.",&tolua_err); #endif @@ -99898,18 +99898,18 @@ int lua_axis_base_Renderer_setRenderTarget(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setRenderTarget'", nullptr); @@ -99935,7 +99935,7 @@ int lua_axis_base_Renderer_setRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setRenderTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setRenderTarget'.",&tolua_err); #endif @@ -99948,18 +99948,18 @@ int lua_axis_base_Renderer_readPixels(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_readPixels'", nullptr); @@ -99992,7 +99992,7 @@ int lua_axis_base_Renderer_readPixels(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:readPixels",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_readPixels'.",&tolua_err); #endif @@ -100005,18 +100005,18 @@ int lua_axis_base_Renderer_getStencilReferenceValue(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getStencilReferenceValue'", nullptr); @@ -100039,7 +100039,7 @@ int lua_axis_base_Renderer_getStencilReferenceValue(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getStencilReferenceValue",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getStencilReferenceValue'.",&tolua_err); #endif @@ -100052,18 +100052,18 @@ int lua_axis_base_Renderer_beginRenderPass(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_beginRenderPass'", nullptr); @@ -100086,7 +100086,7 @@ int lua_axis_base_Renderer_beginRenderPass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:beginRenderPass",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_beginRenderPass'.",&tolua_err); #endif @@ -100099,18 +100099,18 @@ int lua_axis_base_Renderer_setScissorTest(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_setScissorTest'", nullptr); @@ -100136,7 +100136,7 @@ int lua_axis_base_Renderer_setScissorTest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:setScissorTest",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_setScissorTest'.",&tolua_err); #endif @@ -100149,18 +100149,18 @@ int lua_axis_base_Renderer_getDefaultRenderTarget(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getDefaultRenderTarget'", nullptr); @@ -100183,7 +100183,7 @@ int lua_axis_base_Renderer_getDefaultRenderTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getDefaultRenderTarget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getDefaultRenderTarget'.",&tolua_err); #endif @@ -100196,18 +100196,18 @@ int lua_axis_base_Renderer_clean(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_clean'", nullptr); @@ -100230,7 +100230,7 @@ int lua_axis_base_Renderer_clean(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:clean",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_clean'.",&tolua_err); #endif @@ -100243,18 +100243,18 @@ int lua_axis_base_Renderer_getDrawnBatches(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getDrawnBatches'", nullptr); @@ -100277,7 +100277,7 @@ int lua_axis_base_Renderer_getDrawnBatches(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getDrawnBatches",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getDrawnBatches'.",&tolua_err); #endif @@ -100290,18 +100290,18 @@ int lua_axis_base_Renderer_clearDrawStats(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_clearDrawStats'", nullptr); @@ -100324,7 +100324,7 @@ int lua_axis_base_Renderer_clearDrawStats(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:clearDrawStats",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_clearDrawStats'.",&tolua_err); #endif @@ -100337,18 +100337,18 @@ int lua_axis_base_Renderer_getDepthCompareFunction(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Renderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Renderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Renderer_getDepthCompareFunction'", nullptr); @@ -100371,7 +100371,7 @@ int lua_axis_base_Renderer_getDepthCompareFunction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:getDepthCompareFunction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_getDepthCompareFunction'.",&tolua_err); #endif @@ -100384,7 +100384,7 @@ int lua_axis_base_Renderer_constructor(lua_State* tolua_S) axis::Renderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -100406,7 +100406,7 @@ int lua_axis_base_Renderer_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Renderer:Renderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Renderer_constructor'.",&tolua_err); #endif @@ -100497,18 +100497,18 @@ int lua_axis_base_TextureCache_reloadTexture(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_reloadTexture'", nullptr); @@ -100534,7 +100534,7 @@ int lua_axis_base_TextureCache_reloadTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:reloadTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_reloadTexture'.",&tolua_err); #endif @@ -100547,18 +100547,18 @@ int lua_axis_base_TextureCache_unbindAllImageAsync(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_unbindAllImageAsync'", nullptr); @@ -100581,7 +100581,7 @@ int lua_axis_base_TextureCache_unbindAllImageAsync(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:unbindAllImageAsync",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_unbindAllImageAsync'.",&tolua_err); #endif @@ -100594,18 +100594,18 @@ int lua_axis_base_TextureCache_removeTextureForKey(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_removeTextureForKey'", nullptr); @@ -100631,7 +100631,7 @@ int lua_axis_base_TextureCache_removeTextureForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:removeTextureForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_removeTextureForKey'.",&tolua_err); #endif @@ -100644,18 +100644,18 @@ int lua_axis_base_TextureCache_removeAllTextures(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_removeAllTextures'", nullptr); @@ -100678,7 +100678,7 @@ int lua_axis_base_TextureCache_removeAllTextures(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:removeAllTextures",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_removeAllTextures'.",&tolua_err); #endif @@ -100691,18 +100691,18 @@ int lua_axis_base_TextureCache_getDescription(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_getDescription'", nullptr); @@ -100725,7 +100725,7 @@ int lua_axis_base_TextureCache_getDescription(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:getDescription",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_getDescription'.",&tolua_err); #endif @@ -100738,18 +100738,18 @@ int lua_axis_base_TextureCache_getCachedTextureInfo(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_getCachedTextureInfo'", nullptr); @@ -100772,7 +100772,7 @@ int lua_axis_base_TextureCache_getCachedTextureInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:getCachedTextureInfo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_getCachedTextureInfo'.",&tolua_err); #endif @@ -100784,15 +100784,15 @@ int lua_axis_base_TextureCache_addImage(lua_State* tolua_S) int argc = 0; axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_addImage'", nullptr); @@ -100867,7 +100867,7 @@ int lua_axis_base_TextureCache_addImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:addImage",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_addImage'.",&tolua_err); #endif @@ -100880,18 +100880,18 @@ int lua_axis_base_TextureCache_unbindImageAsync(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_unbindImageAsync'", nullptr); @@ -100917,7 +100917,7 @@ int lua_axis_base_TextureCache_unbindImageAsync(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:unbindImageAsync",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_unbindImageAsync'.",&tolua_err); #endif @@ -100930,18 +100930,18 @@ int lua_axis_base_TextureCache_getTextureForKey(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_getTextureForKey'", nullptr); @@ -100967,7 +100967,7 @@ int lua_axis_base_TextureCache_getTextureForKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:getTextureForKey",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_getTextureForKey'.",&tolua_err); #endif @@ -100980,18 +100980,18 @@ int lua_axis_base_TextureCache_getTextureFilePath(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_getTextureFilePath'", nullptr); @@ -101017,7 +101017,7 @@ int lua_axis_base_TextureCache_getTextureFilePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:getTextureFilePath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_getTextureFilePath'.",&tolua_err); #endif @@ -101030,18 +101030,18 @@ int lua_axis_base_TextureCache_renameTextureWithKey(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_renameTextureWithKey'", nullptr); @@ -101070,7 +101070,7 @@ int lua_axis_base_TextureCache_renameTextureWithKey(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:renameTextureWithKey",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_renameTextureWithKey'.",&tolua_err); #endif @@ -101083,18 +101083,18 @@ int lua_axis_base_TextureCache_removeUnusedTextures(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_removeUnusedTextures'", nullptr); @@ -101117,7 +101117,7 @@ int lua_axis_base_TextureCache_removeUnusedTextures(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:removeUnusedTextures",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_removeUnusedTextures'.",&tolua_err); #endif @@ -101130,18 +101130,18 @@ int lua_axis_base_TextureCache_removeTexture(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_removeTexture'", nullptr); @@ -101167,7 +101167,7 @@ int lua_axis_base_TextureCache_removeTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:removeTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_removeTexture'.",&tolua_err); #endif @@ -101180,18 +101180,18 @@ int lua_axis_base_TextureCache_waitForQuit(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TextureCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TextureCache_waitForQuit'", nullptr); @@ -101214,7 +101214,7 @@ int lua_axis_base_TextureCache_waitForQuit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:waitForQuit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_waitForQuit'.",&tolua_err); #endif @@ -101226,11 +101226,11 @@ int lua_axis_base_TextureCache_setETC1AlphaFileSuffix(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -101251,7 +101251,7 @@ int lua_axis_base_TextureCache_setETC1AlphaFileSuffix(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TextureCache:setETC1AlphaFileSuffix",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_setETC1AlphaFileSuffix'.",&tolua_err); #endif @@ -101262,11 +101262,11 @@ int lua_axis_base_TextureCache_getETC1AlphaFileSuffix(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TextureCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -101285,7 +101285,7 @@ int lua_axis_base_TextureCache_getETC1AlphaFileSuffix(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TextureCache:getETC1AlphaFileSuffix",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_getETC1AlphaFileSuffix'.",&tolua_err); #endif @@ -101297,7 +101297,7 @@ int lua_axis_base_TextureCache_constructor(lua_State* tolua_S) axis::TextureCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -101321,7 +101321,7 @@ int lua_axis_base_TextureCache_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TextureCache:TextureCache",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TextureCache_constructor'.",&tolua_err); #endif @@ -101369,11 +101369,11 @@ int lua_axis_base_Device_setAccelerometerEnabled(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Device",0,&tolua_err)) goto tolua_lerror; #endif @@ -101394,7 +101394,7 @@ int lua_axis_base_Device_setAccelerometerEnabled(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Device:setAccelerometerEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Device_setAccelerometerEnabled'.",&tolua_err); #endif @@ -101405,11 +101405,11 @@ int lua_axis_base_Device_setAccelerometerInterval(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Device",0,&tolua_err)) goto tolua_lerror; #endif @@ -101430,7 +101430,7 @@ int lua_axis_base_Device_setAccelerometerInterval(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Device:setAccelerometerInterval",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Device_setAccelerometerInterval'.",&tolua_err); #endif @@ -101441,11 +101441,11 @@ int lua_axis_base_Device_setKeepScreenOn(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Device",0,&tolua_err)) goto tolua_lerror; #endif @@ -101466,7 +101466,7 @@ int lua_axis_base_Device_setKeepScreenOn(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Device:setKeepScreenOn",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Device_setKeepScreenOn'.",&tolua_err); #endif @@ -101477,11 +101477,11 @@ int lua_axis_base_Device_vibrate(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Device",0,&tolua_err)) goto tolua_lerror; #endif @@ -101502,7 +101502,7 @@ int lua_axis_base_Device_vibrate(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Device:vibrate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Device_vibrate'.",&tolua_err); #endif @@ -101513,11 +101513,11 @@ int lua_axis_base_Device_getDPI(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Device",0,&tolua_err)) goto tolua_lerror; #endif @@ -101536,7 +101536,7 @@ int lua_axis_base_Device_getDPI(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Device:getDPI",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Device_getDPI'.",&tolua_err); #endif @@ -101572,18 +101572,18 @@ int lua_axis_base_Application_getTargetPlatform(lua_State* tolua_S) axis::Application* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Application",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Application*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Application_getTargetPlatform'", nullptr); @@ -101606,7 +101606,7 @@ int lua_axis_base_Application_getTargetPlatform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Application:getTargetPlatform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Application_getTargetPlatform'.",&tolua_err); #endif @@ -101619,18 +101619,18 @@ int lua_axis_base_Application_getCurrentLanguage(lua_State* tolua_S) axis::Application* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Application",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Application*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Application_getCurrentLanguage'", nullptr); @@ -101653,7 +101653,7 @@ int lua_axis_base_Application_getCurrentLanguage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Application:getCurrentLanguage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Application_getCurrentLanguage'.",&tolua_err); #endif @@ -101666,18 +101666,18 @@ int lua_axis_base_Application_getCurrentLanguageCode(lua_State* tolua_S) axis::Application* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Application",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Application*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Application_getCurrentLanguageCode'", nullptr); @@ -101700,7 +101700,7 @@ int lua_axis_base_Application_getCurrentLanguageCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Application:getCurrentLanguageCode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Application_getCurrentLanguageCode'.",&tolua_err); #endif @@ -101713,18 +101713,18 @@ int lua_axis_base_Application_openURL(lua_State* tolua_S) axis::Application* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Application",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Application*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Application_openURL'", nullptr); @@ -101750,7 +101750,7 @@ int lua_axis_base_Application_openURL(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Application:openURL",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Application_openURL'.",&tolua_err); #endif @@ -101763,18 +101763,18 @@ int lua_axis_base_Application_getVersion(lua_State* tolua_S) axis::Application* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Application",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Application*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Application_getVersion'", nullptr); @@ -101797,7 +101797,7 @@ int lua_axis_base_Application_getVersion(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Application:getVersion",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Application_getVersion'.",&tolua_err); #endif @@ -101810,18 +101810,18 @@ int lua_axis_base_Application_setAnimationInterval(lua_State* tolua_S) axis::Application* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Application",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Application*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_Application_setAnimationInterval'", nullptr); @@ -101847,7 +101847,7 @@ int lua_axis_base_Application_setAnimationInterval(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Application:setAnimationInterval",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Application_setAnimationInterval'.",&tolua_err); #endif @@ -101859,11 +101859,11 @@ int lua_axis_base_Application_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Application",0,&tolua_err)) goto tolua_lerror; #endif @@ -101882,7 +101882,7 @@ int lua_axis_base_Application_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Application:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_Application_getInstance'.",&tolua_err); #endif @@ -101919,11 +101919,11 @@ int lua_axis_base_GLViewImpl_createWithRect(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.GLViewImpl",0,&tolua_err)) goto tolua_lerror; #endif @@ -101963,7 +101963,7 @@ int lua_axis_base_GLViewImpl_createWithRect(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.GLViewImpl:createWithRect",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLViewImpl_createWithRect'.",&tolua_err); #endif @@ -101974,11 +101974,11 @@ int lua_axis_base_GLViewImpl_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.GLViewImpl",0,&tolua_err)) goto tolua_lerror; #endif @@ -101999,7 +101999,7 @@ int lua_axis_base_GLViewImpl_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.GLViewImpl:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLViewImpl_create'.",&tolua_err); #endif @@ -102010,11 +102010,11 @@ int lua_axis_base_GLViewImpl_createWithFullScreen(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.GLViewImpl",0,&tolua_err)) goto tolua_lerror; #endif @@ -102035,7 +102035,7 @@ int lua_axis_base_GLViewImpl_createWithFullScreen(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.GLViewImpl:createWithFullScreen",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_GLViewImpl_createWithFullScreen'.",&tolua_err); #endif @@ -102069,18 +102069,18 @@ int lua_axis_base_AnimationCache_getAnimation(lua_State* tolua_S) axis::AnimationCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationCache_getAnimation'", nullptr); @@ -102106,7 +102106,7 @@ int lua_axis_base_AnimationCache_getAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationCache:getAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_getAnimation'.",&tolua_err); #endif @@ -102119,18 +102119,18 @@ int lua_axis_base_AnimationCache_addAnimation(lua_State* tolua_S) axis::AnimationCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationCache_addAnimation'", nullptr); @@ -102159,7 +102159,7 @@ int lua_axis_base_AnimationCache_addAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationCache:addAnimation",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_addAnimation'.",&tolua_err); #endif @@ -102172,18 +102172,18 @@ int lua_axis_base_AnimationCache_init(lua_State* tolua_S) axis::AnimationCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationCache_init'", nullptr); @@ -102206,7 +102206,7 @@ int lua_axis_base_AnimationCache_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationCache:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_init'.",&tolua_err); #endif @@ -102219,18 +102219,18 @@ int lua_axis_base_AnimationCache_addAnimationsWithDictionary(lua_State* tolua_S) axis::AnimationCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationCache_addAnimationsWithDictionary'", nullptr); @@ -102259,7 +102259,7 @@ int lua_axis_base_AnimationCache_addAnimationsWithDictionary(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationCache:addAnimationsWithDictionary",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_addAnimationsWithDictionary'.",&tolua_err); #endif @@ -102272,18 +102272,18 @@ int lua_axis_base_AnimationCache_removeAnimation(lua_State* tolua_S) axis::AnimationCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationCache_removeAnimation'", nullptr); @@ -102309,7 +102309,7 @@ int lua_axis_base_AnimationCache_removeAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationCache:removeAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_removeAnimation'.",&tolua_err); #endif @@ -102322,18 +102322,18 @@ int lua_axis_base_AnimationCache_addAnimationsWithFile(lua_State* tolua_S) axis::AnimationCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AnimationCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::AnimationCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_AnimationCache_addAnimationsWithFile'", nullptr); @@ -102359,7 +102359,7 @@ int lua_axis_base_AnimationCache_addAnimationsWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationCache:addAnimationsWithFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_addAnimationsWithFile'.",&tolua_err); #endif @@ -102371,11 +102371,11 @@ int lua_axis_base_AnimationCache_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AnimationCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -102394,7 +102394,7 @@ int lua_axis_base_AnimationCache_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AnimationCache:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_destroyInstance'.",&tolua_err); #endif @@ -102405,11 +102405,11 @@ int lua_axis_base_AnimationCache_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AnimationCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -102428,7 +102428,7 @@ int lua_axis_base_AnimationCache_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AnimationCache:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_getInstance'.",&tolua_err); #endif @@ -102440,7 +102440,7 @@ int lua_axis_base_AnimationCache_constructor(lua_State* tolua_S) axis::AnimationCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -102464,7 +102464,7 @@ int lua_axis_base_AnimationCache_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AnimationCache:AnimationCache",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_AnimationCache_constructor'.",&tolua_err); #endif @@ -102505,18 +102505,18 @@ int lua_axis_base_SpriteBatchNode_appendChild(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_appendChild'", nullptr); @@ -102542,7 +102542,7 @@ int lua_axis_base_SpriteBatchNode_appendChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:appendChild",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_appendChild'.",&tolua_err); #endif @@ -102555,18 +102555,18 @@ int lua_axis_base_SpriteBatchNode_reorderBatch(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_reorderBatch'", nullptr); @@ -102592,7 +102592,7 @@ int lua_axis_base_SpriteBatchNode_reorderBatch(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:reorderBatch",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_reorderBatch'.",&tolua_err); #endif @@ -102605,18 +102605,18 @@ int lua_axis_base_SpriteBatchNode_getTexture(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_getTexture'", nullptr); @@ -102639,7 +102639,7 @@ int lua_axis_base_SpriteBatchNode_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_getTexture'.",&tolua_err); #endif @@ -102652,18 +102652,18 @@ int lua_axis_base_SpriteBatchNode_setTexture(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_setTexture'", nullptr); @@ -102689,7 +102689,7 @@ int lua_axis_base_SpriteBatchNode_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_setTexture'.",&tolua_err); #endif @@ -102702,18 +102702,18 @@ int lua_axis_base_SpriteBatchNode_removeChildAtIndex(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_removeChildAtIndex'", nullptr); @@ -102742,7 +102742,7 @@ int lua_axis_base_SpriteBatchNode_removeChildAtIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:removeChildAtIndex",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_removeChildAtIndex'.",&tolua_err); #endif @@ -102755,18 +102755,18 @@ int lua_axis_base_SpriteBatchNode_removeSpriteFromAtlas(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_removeSpriteFromAtlas'", nullptr); @@ -102792,7 +102792,7 @@ int lua_axis_base_SpriteBatchNode_removeSpriteFromAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:removeSpriteFromAtlas",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_removeSpriteFromAtlas'.",&tolua_err); #endif @@ -102805,18 +102805,18 @@ int lua_axis_base_SpriteBatchNode_addSpriteWithoutQuad(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_addSpriteWithoutQuad'", nullptr); @@ -102848,7 +102848,7 @@ int lua_axis_base_SpriteBatchNode_addSpriteWithoutQuad(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:addSpriteWithoutQuad",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_addSpriteWithoutQuad'.",&tolua_err); #endif @@ -102861,18 +102861,18 @@ int lua_axis_base_SpriteBatchNode_atlasIndexForChild(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_atlasIndexForChild'", nullptr); @@ -102901,7 +102901,7 @@ int lua_axis_base_SpriteBatchNode_atlasIndexForChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:atlasIndexForChild",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_atlasIndexForChild'.",&tolua_err); #endif @@ -102914,18 +102914,18 @@ int lua_axis_base_SpriteBatchNode_increaseAtlasCapacity(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_increaseAtlasCapacity'", nullptr); @@ -102948,7 +102948,7 @@ int lua_axis_base_SpriteBatchNode_increaseAtlasCapacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:increaseAtlasCapacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_increaseAtlasCapacity'.",&tolua_err); #endif @@ -102961,18 +102961,18 @@ int lua_axis_base_SpriteBatchNode_lowestAtlasIndexInChild(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_lowestAtlasIndexInChild'", nullptr); @@ -102998,7 +102998,7 @@ int lua_axis_base_SpriteBatchNode_lowestAtlasIndexInChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:lowestAtlasIndexInChild",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_lowestAtlasIndexInChild'.",&tolua_err); #endif @@ -103011,18 +103011,18 @@ int lua_axis_base_SpriteBatchNode_getBlendFunc(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_getBlendFunc'", nullptr); @@ -103045,7 +103045,7 @@ int lua_axis_base_SpriteBatchNode_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_getBlendFunc'.",&tolua_err); #endif @@ -103058,18 +103058,18 @@ int lua_axis_base_SpriteBatchNode_initWithTexture(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_initWithTexture'", nullptr); @@ -103112,7 +103112,7 @@ int lua_axis_base_SpriteBatchNode_initWithTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:initWithTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_initWithTexture'.",&tolua_err); #endif @@ -103125,18 +103125,18 @@ int lua_axis_base_SpriteBatchNode_setTextureAtlas(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_setTextureAtlas'", nullptr); @@ -103162,7 +103162,7 @@ int lua_axis_base_SpriteBatchNode_setTextureAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:setTextureAtlas",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_setTextureAtlas'.",&tolua_err); #endif @@ -103175,18 +103175,18 @@ int lua_axis_base_SpriteBatchNode_reserveCapacity(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_reserveCapacity'", nullptr); @@ -103212,7 +103212,7 @@ int lua_axis_base_SpriteBatchNode_reserveCapacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:reserveCapacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_reserveCapacity'.",&tolua_err); #endif @@ -103225,18 +103225,18 @@ int lua_axis_base_SpriteBatchNode_removeAllChildrenWithCleanup(lua_State* tolua_ axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_removeAllChildrenWithCleanup'", nullptr); @@ -103262,7 +103262,7 @@ int lua_axis_base_SpriteBatchNode_removeAllChildrenWithCleanup(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:removeAllChildrenWithCleanup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_removeAllChildrenWithCleanup'.",&tolua_err); #endif @@ -103275,18 +103275,18 @@ int lua_axis_base_SpriteBatchNode_insertQuadFromSprite(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_insertQuadFromSprite'", nullptr); @@ -103315,7 +103315,7 @@ int lua_axis_base_SpriteBatchNode_insertQuadFromSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:insertQuadFromSprite",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_insertQuadFromSprite'.",&tolua_err); #endif @@ -103328,18 +103328,18 @@ int lua_axis_base_SpriteBatchNode_initWithFile(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_initWithFile'", nullptr); @@ -103382,7 +103382,7 @@ int lua_axis_base_SpriteBatchNode_initWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:initWithFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_initWithFile'.",&tolua_err); #endif @@ -103395,18 +103395,18 @@ int lua_axis_base_SpriteBatchNode_setBlendFunc(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_setBlendFunc'", nullptr); @@ -103432,7 +103432,7 @@ int lua_axis_base_SpriteBatchNode_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_setBlendFunc'.",&tolua_err); #endif @@ -103445,18 +103445,18 @@ int lua_axis_base_SpriteBatchNode_rebuildIndexInOrder(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_rebuildIndexInOrder'", nullptr); @@ -103485,7 +103485,7 @@ int lua_axis_base_SpriteBatchNode_rebuildIndexInOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:rebuildIndexInOrder",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_rebuildIndexInOrder'.",&tolua_err); #endif @@ -103498,18 +103498,18 @@ int lua_axis_base_SpriteBatchNode_getTextureAtlas(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_getTextureAtlas'", nullptr); @@ -103532,7 +103532,7 @@ int lua_axis_base_SpriteBatchNode_getTextureAtlas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:getTextureAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_getTextureAtlas'.",&tolua_err); #endif @@ -103545,18 +103545,18 @@ int lua_axis_base_SpriteBatchNode_highestAtlasIndexInChild(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::SpriteBatchNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_SpriteBatchNode_highestAtlasIndexInChild'", nullptr); @@ -103582,7 +103582,7 @@ int lua_axis_base_SpriteBatchNode_highestAtlasIndexInChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:highestAtlasIndexInChild",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_highestAtlasIndexInChild'.",&tolua_err); #endif @@ -103594,11 +103594,11 @@ int lua_axis_base_SpriteBatchNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -103634,7 +103634,7 @@ int lua_axis_base_SpriteBatchNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SpriteBatchNode:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_create'.",&tolua_err); #endif @@ -103645,11 +103645,11 @@ int lua_axis_base_SpriteBatchNode_createWithTexture(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.SpriteBatchNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -103685,7 +103685,7 @@ int lua_axis_base_SpriteBatchNode_createWithTexture(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.SpriteBatchNode:createWithTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_createWithTexture'.",&tolua_err); #endif @@ -103697,7 +103697,7 @@ int lua_axis_base_SpriteBatchNode_constructor(lua_State* tolua_S) axis::SpriteBatchNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -103721,7 +103721,7 @@ int lua_axis_base_SpriteBatchNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.SpriteBatchNode:SpriteBatchNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_SpriteBatchNode_constructor'.",&tolua_err); #endif @@ -103777,18 +103777,18 @@ int lua_axis_base_ParallaxNode_addChild(lua_State* tolua_S) axis::ParallaxNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParallaxNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParallaxNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParallaxNode_addChild'", nullptr); @@ -103823,7 +103823,7 @@ int lua_axis_base_ParallaxNode_addChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParallaxNode:addChild",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParallaxNode_addChild'.",&tolua_err); #endif @@ -103836,18 +103836,18 @@ int lua_axis_base_ParallaxNode_removeAllChildrenWithCleanup(lua_State* tolua_S) axis::ParallaxNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParallaxNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParallaxNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ParallaxNode_removeAllChildrenWithCleanup'", nullptr); @@ -103873,7 +103873,7 @@ int lua_axis_base_ParallaxNode_removeAllChildrenWithCleanup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParallaxNode:removeAllChildrenWithCleanup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParallaxNode_removeAllChildrenWithCleanup'.",&tolua_err); #endif @@ -103885,11 +103885,11 @@ int lua_axis_base_ParallaxNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ParallaxNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -103908,7 +103908,7 @@ int lua_axis_base_ParallaxNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ParallaxNode:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParallaxNode_create'.",&tolua_err); #endif @@ -103920,7 +103920,7 @@ int lua_axis_base_ParallaxNode_constructor(lua_State* tolua_S) axis::ParallaxNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -103944,7 +103944,7 @@ int lua_axis_base_ParallaxNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParallaxNode:ParallaxNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ParallaxNode_constructor'.",&tolua_err); #endif @@ -103980,18 +103980,18 @@ int lua_axis_base_TMXObjectGroup_setPositionOffset(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_setPositionOffset'", nullptr); @@ -104017,7 +104017,7 @@ int lua_axis_base_TMXObjectGroup_setPositionOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:setPositionOffset",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_setPositionOffset'.",&tolua_err); #endif @@ -104030,18 +104030,18 @@ int lua_axis_base_TMXObjectGroup_getProperty(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_getProperty'", nullptr); @@ -104067,7 +104067,7 @@ int lua_axis_base_TMXObjectGroup_getProperty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:getProperty",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_getProperty'.",&tolua_err); #endif @@ -104080,18 +104080,18 @@ int lua_axis_base_TMXObjectGroup_getPositionOffset(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_getPositionOffset'", nullptr); @@ -104114,7 +104114,7 @@ int lua_axis_base_TMXObjectGroup_getPositionOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:getPositionOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_getPositionOffset'.",&tolua_err); #endif @@ -104127,18 +104127,18 @@ int lua_axis_base_TMXObjectGroup_getObject(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_getObject'", nullptr); @@ -104164,7 +104164,7 @@ int lua_axis_base_TMXObjectGroup_getObject(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:getObject",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_getObject'.",&tolua_err); #endif @@ -104176,15 +104176,15 @@ int lua_axis_base_TMXObjectGroup_getObjects(lua_State* tolua_S) int argc = 0; axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_getObjects'", nullptr); @@ -104211,7 +104211,7 @@ int lua_axis_base_TMXObjectGroup_getObjects(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:getObjects",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_getObjects'.",&tolua_err); #endif @@ -104224,18 +104224,18 @@ int lua_axis_base_TMXObjectGroup_setGroupName(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_setGroupName'", nullptr); @@ -104261,7 +104261,7 @@ int lua_axis_base_TMXObjectGroup_setGroupName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:setGroupName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_setGroupName'.",&tolua_err); #endif @@ -104273,15 +104273,15 @@ int lua_axis_base_TMXObjectGroup_getProperties(lua_State* tolua_S) int argc = 0; axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_getProperties'", nullptr); @@ -104308,7 +104308,7 @@ int lua_axis_base_TMXObjectGroup_getProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:getProperties",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_getProperties'.",&tolua_err); #endif @@ -104321,18 +104321,18 @@ int lua_axis_base_TMXObjectGroup_getGroupName(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_getGroupName'", nullptr); @@ -104355,7 +104355,7 @@ int lua_axis_base_TMXObjectGroup_getGroupName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:getGroupName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_getGroupName'.",&tolua_err); #endif @@ -104368,18 +104368,18 @@ int lua_axis_base_TMXObjectGroup_setProperties(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_setProperties'", nullptr); @@ -104405,7 +104405,7 @@ int lua_axis_base_TMXObjectGroup_setProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:setProperties",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_setProperties'.",&tolua_err); #endif @@ -104418,18 +104418,18 @@ int lua_axis_base_TMXObjectGroup_setObjects(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXObjectGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXObjectGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXObjectGroup_setObjects'", nullptr); @@ -104455,7 +104455,7 @@ int lua_axis_base_TMXObjectGroup_setObjects(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:setObjects",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_setObjects'.",&tolua_err); #endif @@ -104468,7 +104468,7 @@ int lua_axis_base_TMXObjectGroup_constructor(lua_State* tolua_S) axis::TMXObjectGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -104492,7 +104492,7 @@ int lua_axis_base_TMXObjectGroup_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXObjectGroup:TMXObjectGroup",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXObjectGroup_constructor'.",&tolua_err); #endif @@ -104535,18 +104535,18 @@ int lua_axis_base_TMXLayerInfo_setProperties(lua_State* tolua_S) axis::TMXLayerInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXLayerInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXLayerInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXLayerInfo_setProperties'", nullptr); @@ -104572,7 +104572,7 @@ int lua_axis_base_TMXLayerInfo_setProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXLayerInfo:setProperties",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXLayerInfo_setProperties'.",&tolua_err); #endif @@ -104585,18 +104585,18 @@ int lua_axis_base_TMXLayerInfo_getProperties(lua_State* tolua_S) axis::TMXLayerInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXLayerInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXLayerInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXLayerInfo_getProperties'", nullptr); @@ -104619,7 +104619,7 @@ int lua_axis_base_TMXLayerInfo_getProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXLayerInfo:getProperties",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXLayerInfo_getProperties'.",&tolua_err); #endif @@ -104632,7 +104632,7 @@ int lua_axis_base_TMXLayerInfo_constructor(lua_State* tolua_S) axis::TMXLayerInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -104656,7 +104656,7 @@ int lua_axis_base_TMXLayerInfo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXLayerInfo:TMXLayerInfo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXLayerInfo_constructor'.",&tolua_err); #endif @@ -104691,18 +104691,18 @@ int lua_axis_base_TMXTilesetInfo_getRectForGID(lua_State* tolua_S) axis::TMXTilesetInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXTilesetInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXTilesetInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXTilesetInfo_getRectForGID'", nullptr); @@ -104728,7 +104728,7 @@ int lua_axis_base_TMXTilesetInfo_getRectForGID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTilesetInfo:getRectForGID",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTilesetInfo_getRectForGID'.",&tolua_err); #endif @@ -104741,7 +104741,7 @@ int lua_axis_base_TMXTilesetInfo_constructor(lua_State* tolua_S) axis::TMXTilesetInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -104765,7 +104765,7 @@ int lua_axis_base_TMXTilesetInfo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTilesetInfo:TMXTilesetInfo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTilesetInfo_constructor'.",&tolua_err); #endif @@ -104799,18 +104799,18 @@ int lua_axis_base_TMXMapInfo_setCurrentString(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setCurrentString'", nullptr); @@ -104836,7 +104836,7 @@ int lua_axis_base_TMXMapInfo_setCurrentString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setCurrentString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setCurrentString'.",&tolua_err); #endif @@ -104849,18 +104849,18 @@ int lua_axis_base_TMXMapInfo_getHexSideLength(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getHexSideLength'", nullptr); @@ -104883,7 +104883,7 @@ int lua_axis_base_TMXMapInfo_getHexSideLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getHexSideLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getHexSideLength'.",&tolua_err); #endif @@ -104896,18 +104896,18 @@ int lua_axis_base_TMXMapInfo_setTileSize(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setTileSize'", nullptr); @@ -104933,7 +104933,7 @@ int lua_axis_base_TMXMapInfo_setTileSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setTileSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setTileSize'.",&tolua_err); #endif @@ -104946,18 +104946,18 @@ int lua_axis_base_TMXMapInfo_getOrientation(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getOrientation'", nullptr); @@ -104980,7 +104980,7 @@ int lua_axis_base_TMXMapInfo_getOrientation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getOrientation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getOrientation'.",&tolua_err); #endif @@ -104993,18 +104993,18 @@ int lua_axis_base_TMXMapInfo_setObjectGroups(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setObjectGroups'", nullptr); @@ -105030,7 +105030,7 @@ int lua_axis_base_TMXMapInfo_setObjectGroups(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setObjectGroups",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setObjectGroups'.",&tolua_err); #endif @@ -105043,18 +105043,18 @@ int lua_axis_base_TMXMapInfo_setLayers(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setLayers'", nullptr); @@ -105080,7 +105080,7 @@ int lua_axis_base_TMXMapInfo_setLayers(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setLayers",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setLayers'.",&tolua_err); #endif @@ -105093,18 +105093,18 @@ int lua_axis_base_TMXMapInfo_parseXMLFile(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_parseXMLFile'", nullptr); @@ -105130,7 +105130,7 @@ int lua_axis_base_TMXMapInfo_parseXMLFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:parseXMLFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_parseXMLFile'.",&tolua_err); #endif @@ -105143,18 +105143,18 @@ int lua_axis_base_TMXMapInfo_getParentElement(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getParentElement'", nullptr); @@ -105177,7 +105177,7 @@ int lua_axis_base_TMXMapInfo_getParentElement(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getParentElement",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getParentElement'.",&tolua_err); #endif @@ -105190,18 +105190,18 @@ int lua_axis_base_TMXMapInfo_setTMXFileName(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setTMXFileName'", nullptr); @@ -105227,7 +105227,7 @@ int lua_axis_base_TMXMapInfo_setTMXFileName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setTMXFileName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setTMXFileName'.",&tolua_err); #endif @@ -105240,18 +105240,18 @@ int lua_axis_base_TMXMapInfo_parseXMLString(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_parseXMLString'", nullptr); @@ -105277,7 +105277,7 @@ int lua_axis_base_TMXMapInfo_parseXMLString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:parseXMLString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_parseXMLString'.",&tolua_err); #endif @@ -105289,15 +105289,15 @@ int lua_axis_base_TMXMapInfo_getLayers(lua_State* tolua_S) int argc = 0; axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getLayers'", nullptr); @@ -105324,7 +105324,7 @@ int lua_axis_base_TMXMapInfo_getLayers(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getLayers",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getLayers'.",&tolua_err); #endif @@ -105337,18 +105337,18 @@ int lua_axis_base_TMXMapInfo_getStaggerAxis(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getStaggerAxis'", nullptr); @@ -105371,7 +105371,7 @@ int lua_axis_base_TMXMapInfo_getStaggerAxis(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getStaggerAxis",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getStaggerAxis'.",&tolua_err); #endif @@ -105384,18 +105384,18 @@ int lua_axis_base_TMXMapInfo_setHexSideLength(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setHexSideLength'", nullptr); @@ -105421,7 +105421,7 @@ int lua_axis_base_TMXMapInfo_setHexSideLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setHexSideLength",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setHexSideLength'.",&tolua_err); #endif @@ -105434,18 +105434,18 @@ int lua_axis_base_TMXMapInfo_initWithTMXFile(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_initWithTMXFile'", nullptr); @@ -105471,7 +105471,7 @@ int lua_axis_base_TMXMapInfo_initWithTMXFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:initWithTMXFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_initWithTMXFile'.",&tolua_err); #endif @@ -105484,18 +105484,18 @@ int lua_axis_base_TMXMapInfo_getParentGID(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getParentGID'", nullptr); @@ -105518,7 +105518,7 @@ int lua_axis_base_TMXMapInfo_getParentGID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getParentGID",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getParentGID'.",&tolua_err); #endif @@ -105530,15 +105530,15 @@ int lua_axis_base_TMXMapInfo_getTilesets(lua_State* tolua_S) int argc = 0; axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getTilesets'", nullptr); @@ -105565,7 +105565,7 @@ int lua_axis_base_TMXMapInfo_getTilesets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getTilesets",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getTilesets'.",&tolua_err); #endif @@ -105578,18 +105578,18 @@ int lua_axis_base_TMXMapInfo_setParentElement(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setParentElement'", nullptr); @@ -105615,7 +105615,7 @@ int lua_axis_base_TMXMapInfo_setParentElement(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setParentElement",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setParentElement'.",&tolua_err); #endif @@ -105628,18 +105628,18 @@ int lua_axis_base_TMXMapInfo_initWithXML(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_initWithXML'", nullptr); @@ -105668,7 +105668,7 @@ int lua_axis_base_TMXMapInfo_initWithXML(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:initWithXML",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_initWithXML'.",&tolua_err); #endif @@ -105681,18 +105681,18 @@ int lua_axis_base_TMXMapInfo_setParentGID(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setParentGID'", nullptr); @@ -105718,7 +105718,7 @@ int lua_axis_base_TMXMapInfo_setParentGID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setParentGID",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setParentGID'.",&tolua_err); #endif @@ -105731,18 +105731,18 @@ int lua_axis_base_TMXMapInfo_getLayerAttribs(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getLayerAttribs'", nullptr); @@ -105765,7 +105765,7 @@ int lua_axis_base_TMXMapInfo_getLayerAttribs(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getLayerAttribs",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getLayerAttribs'.",&tolua_err); #endif @@ -105778,18 +105778,18 @@ int lua_axis_base_TMXMapInfo_getTileSize(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getTileSize'", nullptr); @@ -105812,7 +105812,7 @@ int lua_axis_base_TMXMapInfo_getTileSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getTileSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getTileSize'.",&tolua_err); #endif @@ -105825,18 +105825,18 @@ int lua_axis_base_TMXMapInfo_getTileProperties(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getTileProperties'", nullptr); @@ -105859,7 +105859,7 @@ int lua_axis_base_TMXMapInfo_getTileProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getTileProperties",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getTileProperties'.",&tolua_err); #endif @@ -105872,18 +105872,18 @@ int lua_axis_base_TMXMapInfo_isStoringCharacters(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_isStoringCharacters'", nullptr); @@ -105906,7 +105906,7 @@ int lua_axis_base_TMXMapInfo_isStoringCharacters(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:isStoringCharacters",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_isStoringCharacters'.",&tolua_err); #endif @@ -105919,18 +105919,18 @@ int lua_axis_base_TMXMapInfo_getExternalTilesetFileName(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getExternalTilesetFileName'", nullptr); @@ -105953,7 +105953,7 @@ int lua_axis_base_TMXMapInfo_getExternalTilesetFileName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getExternalTilesetFileName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getExternalTilesetFileName'.",&tolua_err); #endif @@ -105965,15 +105965,15 @@ int lua_axis_base_TMXMapInfo_getObjectGroups(lua_State* tolua_S) int argc = 0; axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getObjectGroups'", nullptr); @@ -106000,7 +106000,7 @@ int lua_axis_base_TMXMapInfo_getObjectGroups(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getObjectGroups",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getObjectGroups'.",&tolua_err); #endif @@ -106013,18 +106013,18 @@ int lua_axis_base_TMXMapInfo_getTMXFileName(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getTMXFileName'", nullptr); @@ -106047,7 +106047,7 @@ int lua_axis_base_TMXMapInfo_getTMXFileName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getTMXFileName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getTMXFileName'.",&tolua_err); #endif @@ -106060,18 +106060,18 @@ int lua_axis_base_TMXMapInfo_setStaggerIndex(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setStaggerIndex'", nullptr); @@ -106097,7 +106097,7 @@ int lua_axis_base_TMXMapInfo_setStaggerIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setStaggerIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setStaggerIndex'.",&tolua_err); #endif @@ -106110,18 +106110,18 @@ int lua_axis_base_TMXMapInfo_setProperties(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setProperties'", nullptr); @@ -106147,7 +106147,7 @@ int lua_axis_base_TMXMapInfo_setProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setProperties",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setProperties'.",&tolua_err); #endif @@ -106160,18 +106160,18 @@ int lua_axis_base_TMXMapInfo_setOrientation(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setOrientation'", nullptr); @@ -106197,7 +106197,7 @@ int lua_axis_base_TMXMapInfo_setOrientation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setOrientation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setOrientation'.",&tolua_err); #endif @@ -106210,18 +106210,18 @@ int lua_axis_base_TMXMapInfo_setTileProperties(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setTileProperties'", nullptr); @@ -106247,7 +106247,7 @@ int lua_axis_base_TMXMapInfo_setTileProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setTileProperties",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setTileProperties'.",&tolua_err); #endif @@ -106260,18 +106260,18 @@ int lua_axis_base_TMXMapInfo_setMapSize(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setMapSize'", nullptr); @@ -106297,7 +106297,7 @@ int lua_axis_base_TMXMapInfo_setMapSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setMapSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setMapSize'.",&tolua_err); #endif @@ -106310,18 +106310,18 @@ int lua_axis_base_TMXMapInfo_getCurrentString(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getCurrentString'", nullptr); @@ -106344,7 +106344,7 @@ int lua_axis_base_TMXMapInfo_getCurrentString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getCurrentString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getCurrentString'.",&tolua_err); #endif @@ -106357,18 +106357,18 @@ int lua_axis_base_TMXMapInfo_setStoringCharacters(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setStoringCharacters'", nullptr); @@ -106394,7 +106394,7 @@ int lua_axis_base_TMXMapInfo_setStoringCharacters(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setStoringCharacters",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setStoringCharacters'.",&tolua_err); #endif @@ -106407,18 +106407,18 @@ int lua_axis_base_TMXMapInfo_setStaggerAxis(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setStaggerAxis'", nullptr); @@ -106444,7 +106444,7 @@ int lua_axis_base_TMXMapInfo_setStaggerAxis(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setStaggerAxis",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setStaggerAxis'.",&tolua_err); #endif @@ -106457,18 +106457,18 @@ int lua_axis_base_TMXMapInfo_getMapSize(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getMapSize'", nullptr); @@ -106491,7 +106491,7 @@ int lua_axis_base_TMXMapInfo_getMapSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getMapSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getMapSize'.",&tolua_err); #endif @@ -106504,18 +106504,18 @@ int lua_axis_base_TMXMapInfo_setTilesets(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setTilesets'", nullptr); @@ -106541,7 +106541,7 @@ int lua_axis_base_TMXMapInfo_setTilesets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setTilesets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setTilesets'.",&tolua_err); #endif @@ -106553,15 +106553,15 @@ int lua_axis_base_TMXMapInfo_getProperties(lua_State* tolua_S) int argc = 0; axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getProperties'", nullptr); @@ -106588,7 +106588,7 @@ int lua_axis_base_TMXMapInfo_getProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getProperties",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getProperties'.",&tolua_err); #endif @@ -106601,18 +106601,18 @@ int lua_axis_base_TMXMapInfo_getStaggerIndex(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_getStaggerIndex'", nullptr); @@ -106635,7 +106635,7 @@ int lua_axis_base_TMXMapInfo_getStaggerIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:getStaggerIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_getStaggerIndex'.",&tolua_err); #endif @@ -106648,18 +106648,18 @@ int lua_axis_base_TMXMapInfo_setLayerAttribs(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXMapInfo*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXMapInfo_setLayerAttribs'", nullptr); @@ -106685,7 +106685,7 @@ int lua_axis_base_TMXMapInfo_setLayerAttribs(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:setLayerAttribs",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_setLayerAttribs'.",&tolua_err); #endif @@ -106697,11 +106697,11 @@ int lua_axis_base_TMXMapInfo_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif @@ -106722,7 +106722,7 @@ int lua_axis_base_TMXMapInfo_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TMXMapInfo:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_create'.",&tolua_err); #endif @@ -106733,11 +106733,11 @@ int lua_axis_base_TMXMapInfo_createWithXML(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TMXMapInfo",0,&tolua_err)) goto tolua_lerror; #endif @@ -106760,7 +106760,7 @@ int lua_axis_base_TMXMapInfo_createWithXML(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TMXMapInfo:createWithXML",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_createWithXML'.",&tolua_err); #endif @@ -106772,7 +106772,7 @@ int lua_axis_base_TMXMapInfo_constructor(lua_State* tolua_S) axis::TMXMapInfo* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -106796,7 +106796,7 @@ int lua_axis_base_TMXMapInfo_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXMapInfo:TMXMapInfo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXMapInfo_constructor'.",&tolua_err); #endif @@ -106870,18 +106870,18 @@ int lua_axis_base_TileMapAtlas_initWithTileFile(lua_State* tolua_S) axis::TileMapAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TileMapAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TileMapAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TileMapAtlas_initWithTileFile'", nullptr); @@ -106916,7 +106916,7 @@ int lua_axis_base_TileMapAtlas_initWithTileFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TileMapAtlas:initWithTileFile",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TileMapAtlas_initWithTileFile'.",&tolua_err); #endif @@ -106929,18 +106929,18 @@ int lua_axis_base_TileMapAtlas_releaseMap(lua_State* tolua_S) axis::TileMapAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TileMapAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TileMapAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TileMapAtlas_releaseMap'", nullptr); @@ -106963,7 +106963,7 @@ int lua_axis_base_TileMapAtlas_releaseMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TileMapAtlas:releaseMap",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TileMapAtlas_releaseMap'.",&tolua_err); #endif @@ -106976,18 +106976,18 @@ int lua_axis_base_TileMapAtlas_getTileAt(lua_State* tolua_S) axis::TileMapAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TileMapAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TileMapAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TileMapAtlas_getTileAt'", nullptr); @@ -107013,7 +107013,7 @@ int lua_axis_base_TileMapAtlas_getTileAt(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TileMapAtlas:getTileAt",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TileMapAtlas_getTileAt'.",&tolua_err); #endif @@ -107026,18 +107026,18 @@ int lua_axis_base_TileMapAtlas_setTile(lua_State* tolua_S) axis::TileMapAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TileMapAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TileMapAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TileMapAtlas_setTile'", nullptr); @@ -107066,7 +107066,7 @@ int lua_axis_base_TileMapAtlas_setTile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TileMapAtlas:setTile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TileMapAtlas_setTile'.",&tolua_err); #endif @@ -107078,11 +107078,11 @@ int lua_axis_base_TileMapAtlas_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TileMapAtlas",0,&tolua_err)) goto tolua_lerror; #endif @@ -107109,7 +107109,7 @@ int lua_axis_base_TileMapAtlas_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TileMapAtlas:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TileMapAtlas_create'.",&tolua_err); #endif @@ -107121,7 +107121,7 @@ int lua_axis_base_TileMapAtlas_constructor(lua_State* tolua_S) axis::TileMapAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -107145,7 +107145,7 @@ int lua_axis_base_TileMapAtlas_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TileMapAtlas:TileMapAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TileMapAtlas_constructor'.",&tolua_err); #endif @@ -107183,18 +107183,18 @@ int lua_axis_base_FastTMXLayer_getAnimTileCoord(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getAnimTileCoord'", nullptr); @@ -107217,7 +107217,7 @@ int lua_axis_base_FastTMXLayer_getAnimTileCoord(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getAnimTileCoord",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getAnimTileCoord'.",&tolua_err); #endif @@ -107230,18 +107230,18 @@ int lua_axis_base_FastTMXLayer_getPositionAt(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getPositionAt'", nullptr); @@ -107267,7 +107267,7 @@ int lua_axis_base_FastTMXLayer_getPositionAt(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getPositionAt",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getPositionAt'.",&tolua_err); #endif @@ -107280,18 +107280,18 @@ int lua_axis_base_FastTMXLayer_setLayerOrientation(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setLayerOrientation'", nullptr); @@ -107317,7 +107317,7 @@ int lua_axis_base_FastTMXLayer_setLayerOrientation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setLayerOrientation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setLayerOrientation'.",&tolua_err); #endif @@ -107330,18 +107330,18 @@ int lua_axis_base_FastTMXLayer_initWithTilesetInfo(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_initWithTilesetInfo'", nullptr); @@ -107373,7 +107373,7 @@ int lua_axis_base_FastTMXLayer_initWithTilesetInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:initWithTilesetInfo",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_initWithTilesetInfo'.",&tolua_err); #endif @@ -107386,18 +107386,18 @@ int lua_axis_base_FastTMXLayer_hasTileAnimation(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_hasTileAnimation'", nullptr); @@ -107420,7 +107420,7 @@ int lua_axis_base_FastTMXLayer_hasTileAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:hasTileAnimation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_hasTileAnimation'.",&tolua_err); #endif @@ -107433,18 +107433,18 @@ int lua_axis_base_FastTMXLayer_getLayerSize(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getLayerSize'", nullptr); @@ -107467,7 +107467,7 @@ int lua_axis_base_FastTMXLayer_getLayerSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getLayerSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getLayerSize'.",&tolua_err); #endif @@ -107480,18 +107480,18 @@ int lua_axis_base_FastTMXLayer_setMapTileSize(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setMapTileSize'", nullptr); @@ -107517,7 +107517,7 @@ int lua_axis_base_FastTMXLayer_setMapTileSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setMapTileSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setMapTileSize'.",&tolua_err); #endif @@ -107530,18 +107530,18 @@ int lua_axis_base_FastTMXLayer_getLayerOrientation(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getLayerOrientation'", nullptr); @@ -107564,7 +107564,7 @@ int lua_axis_base_FastTMXLayer_getLayerOrientation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getLayerOrientation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getLayerOrientation'.",&tolua_err); #endif @@ -107577,18 +107577,18 @@ int lua_axis_base_FastTMXLayer_setProperties(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setProperties'", nullptr); @@ -107614,7 +107614,7 @@ int lua_axis_base_FastTMXLayer_setProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setProperties",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setProperties'.",&tolua_err); #endif @@ -107627,18 +107627,18 @@ int lua_axis_base_FastTMXLayer_setLayerName(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setLayerName'", nullptr); @@ -107664,7 +107664,7 @@ int lua_axis_base_FastTMXLayer_setLayerName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setLayerName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setLayerName'.",&tolua_err); #endif @@ -107677,18 +107677,18 @@ int lua_axis_base_FastTMXLayer_removeTileAt(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_removeTileAt'", nullptr); @@ -107714,7 +107714,7 @@ int lua_axis_base_FastTMXLayer_removeTileAt(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:removeTileAt",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_removeTileAt'.",&tolua_err); #endif @@ -107726,15 +107726,15 @@ int lua_axis_base_FastTMXLayer_getProperties(lua_State* tolua_S) int argc = 0; axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getProperties'", nullptr); @@ -107761,7 +107761,7 @@ int lua_axis_base_FastTMXLayer_getProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getProperties",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getProperties'.",&tolua_err); #endif @@ -107774,18 +107774,18 @@ int lua_axis_base_FastTMXLayer_setupTiles(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setupTiles'", nullptr); @@ -107808,7 +107808,7 @@ int lua_axis_base_FastTMXLayer_setupTiles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setupTiles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setupTiles'.",&tolua_err); #endif @@ -107821,18 +107821,18 @@ int lua_axis_base_FastTMXLayer_setupTileSprite(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setupTileSprite'", nullptr); @@ -107864,7 +107864,7 @@ int lua_axis_base_FastTMXLayer_setupTileSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setupTileSprite",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setupTileSprite'.",&tolua_err); #endif @@ -107876,15 +107876,15 @@ int lua_axis_base_FastTMXLayer_setTileGID(lua_State* tolua_S) int argc = 0; axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setTileGID'", nullptr); @@ -107931,7 +107931,7 @@ int lua_axis_base_FastTMXLayer_setTileGID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setTileGID",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setTileGID'.",&tolua_err); #endif @@ -107944,18 +107944,18 @@ int lua_axis_base_FastTMXLayer_getMapTileSize(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getMapTileSize'", nullptr); @@ -107978,7 +107978,7 @@ int lua_axis_base_FastTMXLayer_getMapTileSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getMapTileSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getMapTileSize'.",&tolua_err); #endif @@ -107991,18 +107991,18 @@ int lua_axis_base_FastTMXLayer_getProperty(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getProperty'", nullptr); @@ -108028,7 +108028,7 @@ int lua_axis_base_FastTMXLayer_getProperty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getProperty",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getProperty'.",&tolua_err); #endif @@ -108041,18 +108041,18 @@ int lua_axis_base_FastTMXLayer_setLayerSize(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setLayerSize'", nullptr); @@ -108078,7 +108078,7 @@ int lua_axis_base_FastTMXLayer_setLayerSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setLayerSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setLayerSize'.",&tolua_err); #endif @@ -108091,18 +108091,18 @@ int lua_axis_base_FastTMXLayer_getLayerName(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getLayerName'", nullptr); @@ -108125,7 +108125,7 @@ int lua_axis_base_FastTMXLayer_getLayerName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getLayerName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getLayerName'.",&tolua_err); #endif @@ -108138,18 +108138,18 @@ int lua_axis_base_FastTMXLayer_setTileSet(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_setTileSet'", nullptr); @@ -108175,7 +108175,7 @@ int lua_axis_base_FastTMXLayer_setTileSet(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:setTileSet",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_setTileSet'.",&tolua_err); #endif @@ -108188,18 +108188,18 @@ int lua_axis_base_FastTMXLayer_getTileSet(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getTileSet'", nullptr); @@ -108222,7 +108222,7 @@ int lua_axis_base_FastTMXLayer_getTileSet(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getTileSet",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getTileSet'.",&tolua_err); #endif @@ -108235,18 +108235,18 @@ int lua_axis_base_FastTMXLayer_getTileAnimManager(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getTileAnimManager'", nullptr); @@ -108269,7 +108269,7 @@ int lua_axis_base_FastTMXLayer_getTileAnimManager(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getTileAnimManager",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getTileAnimManager'.",&tolua_err); #endif @@ -108282,18 +108282,18 @@ int lua_axis_base_FastTMXLayer_getTileAt(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXLayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXLayer_getTileAt'", nullptr); @@ -108319,7 +108319,7 @@ int lua_axis_base_FastTMXLayer_getTileAt(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:getTileAt",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_getTileAt'.",&tolua_err); #endif @@ -108331,11 +108331,11 @@ int lua_axis_base_FastTMXLayer_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FastTMXLayer",0,&tolua_err)) goto tolua_lerror; #endif @@ -108360,7 +108360,7 @@ int lua_axis_base_FastTMXLayer_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FastTMXLayer:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_create'.",&tolua_err); #endif @@ -108372,7 +108372,7 @@ int lua_axis_base_FastTMXLayer_constructor(lua_State* tolua_S) axis::FastTMXLayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -108396,7 +108396,7 @@ int lua_axis_base_FastTMXLayer_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXLayer:FastTMXLayer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXLayer_constructor'.",&tolua_err); #endif @@ -108453,18 +108453,18 @@ int lua_axis_base_TMXTileAnimTask_start(lua_State* tolua_S) axis::TMXTileAnimTask* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXTileAnimTask",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXTileAnimTask*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXTileAnimTask_start'", nullptr); @@ -108487,7 +108487,7 @@ int lua_axis_base_TMXTileAnimTask_start(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTileAnimTask:start",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimTask_start'.",&tolua_err); #endif @@ -108500,18 +108500,18 @@ int lua_axis_base_TMXTileAnimTask_stop(lua_State* tolua_S) axis::TMXTileAnimTask* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXTileAnimTask",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXTileAnimTask*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXTileAnimTask_stop'", nullptr); @@ -108534,7 +108534,7 @@ int lua_axis_base_TMXTileAnimTask_stop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTileAnimTask:stop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimTask_stop'.",&tolua_err); #endif @@ -108547,18 +108547,18 @@ int lua_axis_base_TMXTileAnimTask_isRunning(lua_State* tolua_S) axis::TMXTileAnimTask* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXTileAnimTask",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXTileAnimTask*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXTileAnimTask_isRunning'", nullptr); @@ -108581,7 +108581,7 @@ int lua_axis_base_TMXTileAnimTask_isRunning(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTileAnimTask:isRunning",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimTask_isRunning'.",&tolua_err); #endif @@ -108593,11 +108593,11 @@ int lua_axis_base_TMXTileAnimTask_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TMXTileAnimTask",0,&tolua_err)) goto tolua_lerror; #endif @@ -108623,7 +108623,7 @@ int lua_axis_base_TMXTileAnimTask_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TMXTileAnimTask:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimTask_create'.",&tolua_err); #endif @@ -108635,7 +108635,7 @@ int lua_axis_base_TMXTileAnimTask_constructor(lua_State* tolua_S) axis::TMXTileAnimTask* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -108669,7 +108669,7 @@ int lua_axis_base_TMXTileAnimTask_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTileAnimTask:TMXTileAnimTask",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimTask_constructor'.",&tolua_err); #endif @@ -108706,18 +108706,18 @@ int lua_axis_base_TMXTileAnimManager_getTasks(lua_State* tolua_S) axis::TMXTileAnimManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXTileAnimManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXTileAnimManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXTileAnimManager_getTasks'", nullptr); @@ -108740,7 +108740,7 @@ int lua_axis_base_TMXTileAnimManager_getTasks(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTileAnimManager:getTasks",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimManager_getTasks'.",&tolua_err); #endif @@ -108753,18 +108753,18 @@ int lua_axis_base_TMXTileAnimManager_startAll(lua_State* tolua_S) axis::TMXTileAnimManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXTileAnimManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXTileAnimManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXTileAnimManager_startAll'", nullptr); @@ -108787,7 +108787,7 @@ int lua_axis_base_TMXTileAnimManager_startAll(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTileAnimManager:startAll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimManager_startAll'.",&tolua_err); #endif @@ -108800,18 +108800,18 @@ int lua_axis_base_TMXTileAnimManager_stopAll(lua_State* tolua_S) axis::TMXTileAnimManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.TMXTileAnimManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::TMXTileAnimManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_TMXTileAnimManager_stopAll'", nullptr); @@ -108834,7 +108834,7 @@ int lua_axis_base_TMXTileAnimManager_stopAll(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTileAnimManager:stopAll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimManager_stopAll'.",&tolua_err); #endif @@ -108846,11 +108846,11 @@ int lua_axis_base_TMXTileAnimManager_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.TMXTileAnimManager",0,&tolua_err)) goto tolua_lerror; #endif @@ -108871,7 +108871,7 @@ int lua_axis_base_TMXTileAnimManager_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.TMXTileAnimManager:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimManager_create'.",&tolua_err); #endif @@ -108883,7 +108883,7 @@ int lua_axis_base_TMXTileAnimManager_constructor(lua_State* tolua_S) axis::TMXTileAnimManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -108910,7 +108910,7 @@ int lua_axis_base_TMXTileAnimManager_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.TMXTileAnimManager:TMXTileAnimManager",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_TMXTileAnimManager_constructor'.",&tolua_err); #endif @@ -108947,18 +108947,18 @@ int lua_axis_base_FastTMXTiledMap_setObjectGroups(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_setObjectGroups'", nullptr); @@ -108984,7 +108984,7 @@ int lua_axis_base_FastTMXTiledMap_setObjectGroups(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:setObjectGroups",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_setObjectGroups'.",&tolua_err); #endif @@ -108997,18 +108997,18 @@ int lua_axis_base_FastTMXTiledMap_getProperty(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getProperty'", nullptr); @@ -109034,7 +109034,7 @@ int lua_axis_base_FastTMXTiledMap_getProperty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getProperty",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getProperty'.",&tolua_err); #endif @@ -109047,18 +109047,18 @@ int lua_axis_base_FastTMXTiledMap_setMapSize(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_setMapSize'", nullptr); @@ -109084,7 +109084,7 @@ int lua_axis_base_FastTMXTiledMap_setMapSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:setMapSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_setMapSize'.",&tolua_err); #endif @@ -109097,18 +109097,18 @@ int lua_axis_base_FastTMXTiledMap_getObjectGroup(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getObjectGroup'", nullptr); @@ -109134,7 +109134,7 @@ int lua_axis_base_FastTMXTiledMap_getObjectGroup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getObjectGroup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getObjectGroup'.",&tolua_err); #endif @@ -109147,18 +109147,18 @@ int lua_axis_base_FastTMXTiledMap_getResourceFile(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getResourceFile'", nullptr); @@ -109181,7 +109181,7 @@ int lua_axis_base_FastTMXTiledMap_getResourceFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getResourceFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getResourceFile'.",&tolua_err); #endif @@ -109193,15 +109193,15 @@ int lua_axis_base_FastTMXTiledMap_getObjectGroups(lua_State* tolua_S) int argc = 0; axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getObjectGroups'", nullptr); @@ -109228,7 +109228,7 @@ int lua_axis_base_FastTMXTiledMap_getObjectGroups(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getObjectGroups",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getObjectGroups'.",&tolua_err); #endif @@ -109241,18 +109241,18 @@ int lua_axis_base_FastTMXTiledMap_getLayerCount(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getLayerCount'", nullptr); @@ -109275,7 +109275,7 @@ int lua_axis_base_FastTMXTiledMap_getLayerCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getLayerCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getLayerCount'.",&tolua_err); #endif @@ -109288,18 +109288,18 @@ int lua_axis_base_FastTMXTiledMap_initWithTMXFile(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_initWithTMXFile'", nullptr); @@ -109325,7 +109325,7 @@ int lua_axis_base_FastTMXTiledMap_initWithTMXFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:initWithTMXFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_initWithTMXFile'.",&tolua_err); #endif @@ -109338,18 +109338,18 @@ int lua_axis_base_FastTMXTiledMap_getTileSize(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getTileSize'", nullptr); @@ -109372,7 +109372,7 @@ int lua_axis_base_FastTMXTiledMap_getTileSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getTileSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getTileSize'.",&tolua_err); #endif @@ -109385,18 +109385,18 @@ int lua_axis_base_FastTMXTiledMap_getMapSize(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getMapSize'", nullptr); @@ -109419,7 +109419,7 @@ int lua_axis_base_FastTMXTiledMap_getMapSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getMapSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getMapSize'.",&tolua_err); #endif @@ -109432,18 +109432,18 @@ int lua_axis_base_FastTMXTiledMap_setTileAnimEnabled(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_setTileAnimEnabled'", nullptr); @@ -109469,7 +109469,7 @@ int lua_axis_base_FastTMXTiledMap_setTileAnimEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:setTileAnimEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_setTileAnimEnabled'.",&tolua_err); #endif @@ -109482,18 +109482,18 @@ int lua_axis_base_FastTMXTiledMap_initWithXML(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_initWithXML'", nullptr); @@ -109522,7 +109522,7 @@ int lua_axis_base_FastTMXTiledMap_initWithXML(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:initWithXML",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_initWithXML'.",&tolua_err); #endif @@ -109535,18 +109535,18 @@ int lua_axis_base_FastTMXTiledMap_getProperties(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getProperties'", nullptr); @@ -109569,7 +109569,7 @@ int lua_axis_base_FastTMXTiledMap_getProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getProperties",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getProperties'.",&tolua_err); #endif @@ -109582,18 +109582,18 @@ int lua_axis_base_FastTMXTiledMap_getPropertiesForGID(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getPropertiesForGID'", nullptr); @@ -109619,7 +109619,7 @@ int lua_axis_base_FastTMXTiledMap_getPropertiesForGID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getPropertiesForGID",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getPropertiesForGID'.",&tolua_err); #endif @@ -109632,18 +109632,18 @@ int lua_axis_base_FastTMXTiledMap_setTileSize(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_setTileSize'", nullptr); @@ -109669,7 +109669,7 @@ int lua_axis_base_FastTMXTiledMap_setTileSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:setTileSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_setTileSize'.",&tolua_err); #endif @@ -109682,18 +109682,18 @@ int lua_axis_base_FastTMXTiledMap_setProperties(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_setProperties'", nullptr); @@ -109719,7 +109719,7 @@ int lua_axis_base_FastTMXTiledMap_setProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:setProperties",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_setProperties'.",&tolua_err); #endif @@ -109732,18 +109732,18 @@ int lua_axis_base_FastTMXTiledMap_getLayer(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getLayer'", nullptr); @@ -109769,7 +109769,7 @@ int lua_axis_base_FastTMXTiledMap_getLayer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getLayer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getLayer'.",&tolua_err); #endif @@ -109782,18 +109782,18 @@ int lua_axis_base_FastTMXTiledMap_getMapOrientation(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_getMapOrientation'", nullptr); @@ -109816,7 +109816,7 @@ int lua_axis_base_FastTMXTiledMap_getMapOrientation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:getMapOrientation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_getMapOrientation'.",&tolua_err); #endif @@ -109829,18 +109829,18 @@ int lua_axis_base_FastTMXTiledMap_setMapOrientation(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::FastTMXTiledMap*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_FastTMXTiledMap_setMapOrientation'", nullptr); @@ -109866,7 +109866,7 @@ int lua_axis_base_FastTMXTiledMap_setMapOrientation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:setMapOrientation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_setMapOrientation'.",&tolua_err); #endif @@ -109878,11 +109878,11 @@ int lua_axis_base_FastTMXTiledMap_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif @@ -109903,7 +109903,7 @@ int lua_axis_base_FastTMXTiledMap_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FastTMXTiledMap:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_create'.",&tolua_err); #endif @@ -109914,11 +109914,11 @@ int lua_axis_base_FastTMXTiledMap_createWithXML(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.FastTMXTiledMap",0,&tolua_err)) goto tolua_lerror; #endif @@ -109941,7 +109941,7 @@ int lua_axis_base_FastTMXTiledMap_createWithXML(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.FastTMXTiledMap:createWithXML",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_createWithXML'.",&tolua_err); #endif @@ -109953,7 +109953,7 @@ int lua_axis_base_FastTMXTiledMap_constructor(lua_State* tolua_S) axis::FastTMXTiledMap* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -109977,7 +109977,7 @@ int lua_axis_base_FastTMXTiledMap_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.FastTMXTiledMap:FastTMXTiledMap",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_FastTMXTiledMap_constructor'.",&tolua_err); #endif @@ -110031,18 +110031,18 @@ int lua_axis_base_MotionStreak3D_reset(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_reset'", nullptr); @@ -110065,7 +110065,7 @@ int lua_axis_base_MotionStreak3D_reset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:reset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_reset'.",&tolua_err); #endif @@ -110078,18 +110078,18 @@ int lua_axis_base_MotionStreak3D_setTexture(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_setTexture'", nullptr); @@ -110115,7 +110115,7 @@ int lua_axis_base_MotionStreak3D_setTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:setTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_setTexture'.",&tolua_err); #endif @@ -110128,18 +110128,18 @@ int lua_axis_base_MotionStreak3D_getTexture(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_getTexture'", nullptr); @@ -110162,7 +110162,7 @@ int lua_axis_base_MotionStreak3D_getTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:getTexture",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_getTexture'.",&tolua_err); #endif @@ -110175,18 +110175,18 @@ int lua_axis_base_MotionStreak3D_tintWithColor(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_tintWithColor'", nullptr); @@ -110212,7 +110212,7 @@ int lua_axis_base_MotionStreak3D_tintWithColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:tintWithColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_tintWithColor'.",&tolua_err); #endif @@ -110225,18 +110225,18 @@ int lua_axis_base_MotionStreak3D_getSweepAxis(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_getSweepAxis'", nullptr); @@ -110259,7 +110259,7 @@ int lua_axis_base_MotionStreak3D_getSweepAxis(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:getSweepAxis",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_getSweepAxis'.",&tolua_err); #endif @@ -110272,18 +110272,18 @@ int lua_axis_base_MotionStreak3D_setBlendFunc(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_setBlendFunc'", nullptr); @@ -110309,7 +110309,7 @@ int lua_axis_base_MotionStreak3D_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_setBlendFunc'.",&tolua_err); #endif @@ -110322,18 +110322,18 @@ int lua_axis_base_MotionStreak3D_setStartingPositionInitialized(lua_State* tolua axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_setStartingPositionInitialized'", nullptr); @@ -110359,7 +110359,7 @@ int lua_axis_base_MotionStreak3D_setStartingPositionInitialized(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:setStartingPositionInitialized",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_setStartingPositionInitialized'.",&tolua_err); #endif @@ -110372,18 +110372,18 @@ int lua_axis_base_MotionStreak3D_getBlendFunc(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_getBlendFunc'", nullptr); @@ -110406,7 +110406,7 @@ int lua_axis_base_MotionStreak3D_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_getBlendFunc'.",&tolua_err); #endif @@ -110419,18 +110419,18 @@ int lua_axis_base_MotionStreak3D_isStartingPositionInitialized(lua_State* tolua_ axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_isStartingPositionInitialized'", nullptr); @@ -110453,7 +110453,7 @@ int lua_axis_base_MotionStreak3D_isStartingPositionInitialized(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:isStartingPositionInitialized",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_isStartingPositionInitialized'.",&tolua_err); #endif @@ -110466,18 +110466,18 @@ int lua_axis_base_MotionStreak3D_getStroke(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_getStroke'", nullptr); @@ -110500,7 +110500,7 @@ int lua_axis_base_MotionStreak3D_getStroke(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:getStroke",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_getStroke'.",&tolua_err); #endif @@ -110512,15 +110512,15 @@ int lua_axis_base_MotionStreak3D_initWithFade(lua_State* tolua_S) int argc = 0; axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_initWithFade'", nullptr); @@ -110587,7 +110587,7 @@ int lua_axis_base_MotionStreak3D_initWithFade(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:initWithFade",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_initWithFade'.",&tolua_err); #endif @@ -110600,18 +110600,18 @@ int lua_axis_base_MotionStreak3D_setSweepAxis(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_setSweepAxis'", nullptr); @@ -110637,7 +110637,7 @@ int lua_axis_base_MotionStreak3D_setSweepAxis(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:setSweepAxis",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_setSweepAxis'.",&tolua_err); #endif @@ -110650,18 +110650,18 @@ int lua_axis_base_MotionStreak3D_setStroke(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::MotionStreak3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_MotionStreak3D_setStroke'", nullptr); @@ -110687,7 +110687,7 @@ int lua_axis_base_MotionStreak3D_setStroke(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:setStroke",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_setStroke'.",&tolua_err); #endif @@ -110698,11 +110698,11 @@ int lua_axis_base_MotionStreak3D_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.MotionStreak3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -110760,7 +110760,7 @@ int lua_axis_base_MotionStreak3D_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.MotionStreak3D:create",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_create'.",&tolua_err); #endif @@ -110772,7 +110772,7 @@ int lua_axis_base_MotionStreak3D_constructor(lua_State* tolua_S) axis::MotionStreak3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -110796,7 +110796,7 @@ int lua_axis_base_MotionStreak3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.MotionStreak3D:MotionStreak3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_MotionStreak3D_constructor'.",&tolua_err); #endif @@ -110843,18 +110843,18 @@ int lua_axis_base_ComponentLua_getScriptObject(lua_State* tolua_S) axis::ComponentLua* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ComponentLua",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ComponentLua*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ComponentLua_getScriptObject'", nullptr); @@ -110877,7 +110877,7 @@ int lua_axis_base_ComponentLua_getScriptObject(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ComponentLua:getScriptObject",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ComponentLua_getScriptObject'.",&tolua_err); #endif @@ -110890,18 +110890,18 @@ int lua_axis_base_ComponentLua_update(lua_State* tolua_S) axis::ComponentLua* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ComponentLua",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ComponentLua*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_base_ComponentLua_update'", nullptr); @@ -110927,7 +110927,7 @@ int lua_axis_base_ComponentLua_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ComponentLua:update",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ComponentLua_update'.",&tolua_err); #endif @@ -110939,11 +110939,11 @@ int lua_axis_base_ComponentLua_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.ComponentLua",0,&tolua_err)) goto tolua_lerror; #endif @@ -110964,7 +110964,7 @@ int lua_axis_base_ComponentLua_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.ComponentLua:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ComponentLua_create'.",&tolua_err); #endif @@ -110976,7 +110976,7 @@ int lua_axis_base_ComponentLua_constructor(lua_State* tolua_S) axis::ComponentLua* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -111003,7 +111003,7 @@ int lua_axis_base_ComponentLua_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ComponentLua:ComponentLua",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_base_ComponentLua_constructor'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_controller_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_controller_auto.cpp index 0f9ce39185..e5b308c5ab 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_controller_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_controller_auto.cpp @@ -10,18 +10,18 @@ int lua_axis_controller_Controller_receiveExternalKeyEvent(lua_State* tolua_S) axis::Controller* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Controller*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_Controller_receiveExternalKeyEvent'", nullptr); @@ -50,7 +50,7 @@ int lua_axis_controller_Controller_receiveExternalKeyEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Controller:receiveExternalKeyEvent",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_receiveExternalKeyEvent'.",&tolua_err); #endif @@ -63,18 +63,18 @@ int lua_axis_controller_Controller_getDeviceName(lua_State* tolua_S) axis::Controller* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Controller*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_Controller_getDeviceName'", nullptr); @@ -97,7 +97,7 @@ int lua_axis_controller_Controller_getDeviceName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Controller:getDeviceName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_getDeviceName'.",&tolua_err); #endif @@ -110,18 +110,18 @@ int lua_axis_controller_Controller_isConnected(lua_State* tolua_S) axis::Controller* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Controller*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_Controller_isConnected'", nullptr); @@ -144,7 +144,7 @@ int lua_axis_controller_Controller_isConnected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Controller:isConnected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_isConnected'.",&tolua_err); #endif @@ -157,18 +157,18 @@ int lua_axis_controller_Controller_getDeviceId(lua_State* tolua_S) axis::Controller* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Controller*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_Controller_getDeviceId'", nullptr); @@ -191,7 +191,7 @@ int lua_axis_controller_Controller_getDeviceId(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Controller:getDeviceId",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_getDeviceId'.",&tolua_err); #endif @@ -204,18 +204,18 @@ int lua_axis_controller_Controller_setTag(lua_State* tolua_S) axis::Controller* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Controller*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_Controller_setTag'", nullptr); @@ -241,7 +241,7 @@ int lua_axis_controller_Controller_setTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Controller:setTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_setTag'.",&tolua_err); #endif @@ -254,18 +254,18 @@ int lua_axis_controller_Controller_getTag(lua_State* tolua_S) axis::Controller* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Controller*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_Controller_getTag'", nullptr); @@ -288,7 +288,7 @@ int lua_axis_controller_Controller_getTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Controller:getTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_getTag'.",&tolua_err); #endif @@ -300,11 +300,11 @@ int lua_axis_controller_Controller_startDiscoveryController(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif @@ -323,7 +323,7 @@ int lua_axis_controller_Controller_startDiscoveryController(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Controller:startDiscoveryController",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_startDiscoveryController'.",&tolua_err); #endif @@ -334,11 +334,11 @@ int lua_axis_controller_Controller_stopDiscoveryController(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif @@ -357,7 +357,7 @@ int lua_axis_controller_Controller_stopDiscoveryController(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Controller:stopDiscoveryController",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_stopDiscoveryController'.",&tolua_err); #endif @@ -368,11 +368,11 @@ int lua_axis_controller_Controller_getControllerByDeviceId(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif @@ -393,7 +393,7 @@ int lua_axis_controller_Controller_getControllerByDeviceId(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Controller:getControllerByDeviceId",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_getControllerByDeviceId'.",&tolua_err); #endif @@ -404,11 +404,11 @@ int lua_axis_controller_Controller_getControllerByTag(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Controller",0,&tolua_err)) goto tolua_lerror; #endif @@ -429,7 +429,7 @@ int lua_axis_controller_Controller_getControllerByTag(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Controller:getControllerByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_Controller_getControllerByTag'.",&tolua_err); #endif @@ -470,18 +470,18 @@ int lua_axis_controller_EventController_getControllerEventType(lua_State* tolua_ axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_EventController_getControllerEventType'", nullptr); @@ -504,7 +504,7 @@ int lua_axis_controller_EventController_getControllerEventType(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:getControllerEventType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_EventController_getControllerEventType'.",&tolua_err); #endif @@ -517,18 +517,18 @@ int lua_axis_controller_EventController_setConnectStatus(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_EventController_setConnectStatus'", nullptr); @@ -554,7 +554,7 @@ int lua_axis_controller_EventController_setConnectStatus(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:setConnectStatus",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_EventController_setConnectStatus'.",&tolua_err); #endif @@ -567,18 +567,18 @@ int lua_axis_controller_EventController_isConnected(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_EventController_isConnected'", nullptr); @@ -601,7 +601,7 @@ int lua_axis_controller_EventController_isConnected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:isConnected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_EventController_isConnected'.",&tolua_err); #endif @@ -614,18 +614,18 @@ int lua_axis_controller_EventController_setKeyCode(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_EventController_setKeyCode'", nullptr); @@ -651,7 +651,7 @@ int lua_axis_controller_EventController_setKeyCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:setKeyCode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_EventController_setKeyCode'.",&tolua_err); #endif @@ -664,18 +664,18 @@ int lua_axis_controller_EventController_getController(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_EventController_getController'", nullptr); @@ -698,7 +698,7 @@ int lua_axis_controller_EventController_getController(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:getController",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_EventController_getController'.",&tolua_err); #endif @@ -711,18 +711,18 @@ int lua_axis_controller_EventController_getKeyCode(lua_State* tolua_S) axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventController",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventController*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_controller_EventController_getKeyCode'", nullptr); @@ -745,7 +745,7 @@ int lua_axis_controller_EventController_getKeyCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:getKeyCode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_EventController_getKeyCode'.",&tolua_err); #endif @@ -757,7 +757,7 @@ int lua_axis_controller_EventController_constructor(lua_State* tolua_S) int argc = 0; axis::EventController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -811,7 +811,7 @@ int lua_axis_controller_EventController_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventController:EventController",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_EventController_constructor'.",&tolua_err); #endif @@ -849,11 +849,11 @@ int lua_axis_controller_EventListenerController_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EventListenerController",0,&tolua_err)) goto tolua_lerror; #endif @@ -872,7 +872,7 @@ int lua_axis_controller_EventListenerController_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EventListenerController:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_controller_EventListenerController_create'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_csloader_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_csloader_auto.cpp index a48eb8b0ff..652a8369d9 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_csloader_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_csloader_auto.cpp @@ -9,18 +9,18 @@ int lua_axis_csloader_CSLoader_createNodeFromJson(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_createNodeFromJson'", nullptr); @@ -46,7 +46,7 @@ int lua_axis_csloader_CSLoader_createNodeFromJson(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:createNodeFromJson",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_createNodeFromJson'.",&tolua_err); #endif @@ -59,18 +59,18 @@ int lua_axis_csloader_CSLoader_createNodeWithFlatBuffersFile(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_createNodeWithFlatBuffersFile'", nullptr); @@ -96,7 +96,7 @@ int lua_axis_csloader_CSLoader_createNodeWithFlatBuffersFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:createNodeWithFlatBuffersFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_createNodeWithFlatBuffersFile'.",&tolua_err); #endif @@ -109,18 +109,18 @@ int lua_axis_csloader_CSLoader_loadNodeWithFile(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_loadNodeWithFile'", nullptr); @@ -146,7 +146,7 @@ int lua_axis_csloader_CSLoader_loadNodeWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:loadNodeWithFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_loadNodeWithFile'.",&tolua_err); #endif @@ -159,18 +159,18 @@ int lua_axis_csloader_CSLoader_bindCallback(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_bindCallback'", nullptr); @@ -205,7 +205,7 @@ int lua_axis_csloader_CSLoader_bindCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:bindCallback",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_bindCallback'.",&tolua_err); #endif @@ -218,18 +218,18 @@ int lua_axis_csloader_CSLoader_setJsonPath(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_setJsonPath'", nullptr); @@ -255,7 +255,7 @@ int lua_axis_csloader_CSLoader_setJsonPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:setJsonPath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_setJsonPath'.",&tolua_err); #endif @@ -268,18 +268,18 @@ int lua_axis_csloader_CSLoader_init(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_init'", nullptr); @@ -302,7 +302,7 @@ int lua_axis_csloader_CSLoader_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_init'.",&tolua_err); #endif @@ -315,18 +315,18 @@ int lua_axis_csloader_CSLoader_loadNodeWithContent(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_loadNodeWithContent'", nullptr); @@ -352,7 +352,7 @@ int lua_axis_csloader_CSLoader_loadNodeWithContent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:loadNodeWithContent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_loadNodeWithContent'.",&tolua_err); #endif @@ -365,18 +365,18 @@ int lua_axis_csloader_CSLoader_isRecordJsonPath(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_isRecordJsonPath'", nullptr); @@ -399,7 +399,7 @@ int lua_axis_csloader_CSLoader_isRecordJsonPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:isRecordJsonPath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_isRecordJsonPath'.",&tolua_err); #endif @@ -412,18 +412,18 @@ int lua_axis_csloader_CSLoader_getJsonPath(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_getJsonPath'", nullptr); @@ -446,7 +446,7 @@ int lua_axis_csloader_CSLoader_getJsonPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:getJsonPath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_getJsonPath'.",&tolua_err); #endif @@ -459,18 +459,18 @@ int lua_axis_csloader_CSLoader_setRecordJsonPath(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_setRecordJsonPath'", nullptr); @@ -496,7 +496,7 @@ int lua_axis_csloader_CSLoader_setRecordJsonPath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:setRecordJsonPath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_setRecordJsonPath'.",&tolua_err); #endif @@ -509,18 +509,18 @@ int lua_axis_csloader_CSLoader_createNodeWithFlatBuffersForSimulator(lua_State* axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::CSLoader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_csloader_CSLoader_createNodeWithFlatBuffersForSimulator'", nullptr); @@ -546,7 +546,7 @@ int lua_axis_csloader_CSLoader_createNodeWithFlatBuffersForSimulator(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:createNodeWithFlatBuffersForSimulator",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_createNodeWithFlatBuffersForSimulator'.",&tolua_err); #endif @@ -558,11 +558,11 @@ int lua_axis_csloader_CSLoader_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif @@ -581,7 +581,7 @@ int lua_axis_csloader_CSLoader_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.CSLoader:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_destroyInstance'.",&tolua_err); #endif @@ -591,11 +591,11 @@ int lua_axis_csloader_CSLoader_createNodeWithVisibleSize(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif @@ -636,7 +636,7 @@ int lua_axis_csloader_CSLoader_createNodeWithVisibleSize(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.CSLoader:createNodeWithVisibleSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_createNodeWithVisibleSize'.",&tolua_err); #endif @@ -647,11 +647,11 @@ int lua_axis_csloader_CSLoader_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.CSLoader",0,&tolua_err)) goto tolua_lerror; #endif @@ -670,7 +670,7 @@ int lua_axis_csloader_CSLoader_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.CSLoader:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_getInstance'.",&tolua_err); #endif @@ -682,7 +682,7 @@ int lua_axis_csloader_CSLoader_constructor(lua_State* tolua_S) axis::CSLoader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -704,7 +704,7 @@ int lua_axis_csloader_CSLoader_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.CSLoader:CSLoader",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_csloader_CSLoader_constructor'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_extension_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_extension_auto.cpp index ba2d06e8aa..5158870888 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_extension_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_extension_auto.cpp @@ -9,18 +9,18 @@ int lua_axis_extension_AssetsManager_setStoragePath(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_setStoragePath'", nullptr); @@ -46,7 +46,7 @@ int lua_axis_extension_AssetsManager_setStoragePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:setStoragePath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_setStoragePath'.",&tolua_err); #endif @@ -59,18 +59,18 @@ int lua_axis_extension_AssetsManager_setPackageUrl(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_setPackageUrl'", nullptr); @@ -96,7 +96,7 @@ int lua_axis_extension_AssetsManager_setPackageUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:setPackageUrl",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_setPackageUrl'.",&tolua_err); #endif @@ -109,18 +109,18 @@ int lua_axis_extension_AssetsManager_checkUpdate(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_checkUpdate'", nullptr); @@ -143,7 +143,7 @@ int lua_axis_extension_AssetsManager_checkUpdate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:checkUpdate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_checkUpdate'.",&tolua_err); #endif @@ -156,18 +156,18 @@ int lua_axis_extension_AssetsManager_getStoragePath(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_getStoragePath'", nullptr); @@ -190,7 +190,7 @@ int lua_axis_extension_AssetsManager_getStoragePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:getStoragePath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_getStoragePath'.",&tolua_err); #endif @@ -203,18 +203,18 @@ int lua_axis_extension_AssetsManager_update(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_update'", nullptr); @@ -237,7 +237,7 @@ int lua_axis_extension_AssetsManager_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:update",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_update'.",&tolua_err); #endif @@ -250,18 +250,18 @@ int lua_axis_extension_AssetsManager_setConnectionTimeout(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_setConnectionTimeout'", nullptr); @@ -287,7 +287,7 @@ int lua_axis_extension_AssetsManager_setConnectionTimeout(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:setConnectionTimeout",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_setConnectionTimeout'.",&tolua_err); #endif @@ -300,18 +300,18 @@ int lua_axis_extension_AssetsManager_setVersionFileUrl(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_setVersionFileUrl'", nullptr); @@ -337,7 +337,7 @@ int lua_axis_extension_AssetsManager_setVersionFileUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:setVersionFileUrl",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_setVersionFileUrl'.",&tolua_err); #endif @@ -350,18 +350,18 @@ int lua_axis_extension_AssetsManager_getPackageUrl(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_getPackageUrl'", nullptr); @@ -384,7 +384,7 @@ int lua_axis_extension_AssetsManager_getPackageUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:getPackageUrl",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_getPackageUrl'.",&tolua_err); #endif @@ -397,18 +397,18 @@ int lua_axis_extension_AssetsManager_getConnectionTimeout(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_getConnectionTimeout'", nullptr); @@ -431,7 +431,7 @@ int lua_axis_extension_AssetsManager_getConnectionTimeout(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:getConnectionTimeout",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_getConnectionTimeout'.",&tolua_err); #endif @@ -444,18 +444,18 @@ int lua_axis_extension_AssetsManager_getVersion(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_getVersion'", nullptr); @@ -478,7 +478,7 @@ int lua_axis_extension_AssetsManager_getVersion(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:getVersion",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_getVersion'.",&tolua_err); #endif @@ -491,18 +491,18 @@ int lua_axis_extension_AssetsManager_getVersionFileUrl(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_getVersionFileUrl'", nullptr); @@ -525,7 +525,7 @@ int lua_axis_extension_AssetsManager_getVersionFileUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:getVersionFileUrl",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_getVersionFileUrl'.",&tolua_err); #endif @@ -538,18 +538,18 @@ int lua_axis_extension_AssetsManager_deleteVersion(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManager_deleteVersion'", nullptr); @@ -572,7 +572,7 @@ int lua_axis_extension_AssetsManager_deleteVersion(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:deleteVersion",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_deleteVersion'.",&tolua_err); #endif @@ -584,11 +584,11 @@ int lua_axis_extension_AssetsManager_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AssetsManager",0,&tolua_err)) goto tolua_lerror; #endif @@ -631,7 +631,7 @@ int lua_axis_extension_AssetsManager_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AssetsManager:create",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_create'.",&tolua_err); #endif @@ -643,7 +643,7 @@ int lua_axis_extension_AssetsManager_constructor(lua_State* tolua_S) axis::extension::AssetsManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -727,7 +727,7 @@ int lua_axis_extension_AssetsManager_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManager:AssetsManager",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManager_constructor'.",&tolua_err); #endif @@ -773,18 +773,18 @@ int lua_axis_extension_EventAssetsManagerEx_getAssetsManagerEx(lua_State* tolua_ axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventAssetsManagerEx_getAssetsManagerEx'", nullptr); @@ -807,7 +807,7 @@ int lua_axis_extension_EventAssetsManagerEx_getAssetsManagerEx(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:getAssetsManagerEx",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_getAssetsManagerEx'.",&tolua_err); #endif @@ -820,18 +820,18 @@ int lua_axis_extension_EventAssetsManagerEx_getAssetId(lua_State* tolua_S) axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventAssetsManagerEx_getAssetId'", nullptr); @@ -854,7 +854,7 @@ int lua_axis_extension_EventAssetsManagerEx_getAssetId(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:getAssetId",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_getAssetId'.",&tolua_err); #endif @@ -867,18 +867,18 @@ int lua_axis_extension_EventAssetsManagerEx_getCURLECode(lua_State* tolua_S) axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventAssetsManagerEx_getCURLECode'", nullptr); @@ -901,7 +901,7 @@ int lua_axis_extension_EventAssetsManagerEx_getCURLECode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:getCURLECode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_getCURLECode'.",&tolua_err); #endif @@ -914,18 +914,18 @@ int lua_axis_extension_EventAssetsManagerEx_getMessage(lua_State* tolua_S) axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventAssetsManagerEx_getMessage'", nullptr); @@ -948,7 +948,7 @@ int lua_axis_extension_EventAssetsManagerEx_getMessage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:getMessage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_getMessage'.",&tolua_err); #endif @@ -961,18 +961,18 @@ int lua_axis_extension_EventAssetsManagerEx_getCURLMCode(lua_State* tolua_S) axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventAssetsManagerEx_getCURLMCode'", nullptr); @@ -995,7 +995,7 @@ int lua_axis_extension_EventAssetsManagerEx_getCURLMCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:getCURLMCode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_getCURLMCode'.",&tolua_err); #endif @@ -1008,18 +1008,18 @@ int lua_axis_extension_EventAssetsManagerEx_getPercentByFile(lua_State* tolua_S) axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventAssetsManagerEx_getPercentByFile'", nullptr); @@ -1042,7 +1042,7 @@ int lua_axis_extension_EventAssetsManagerEx_getPercentByFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:getPercentByFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_getPercentByFile'.",&tolua_err); #endif @@ -1055,18 +1055,18 @@ int lua_axis_extension_EventAssetsManagerEx_getEventCode(lua_State* tolua_S) axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventAssetsManagerEx_getEventCode'", nullptr); @@ -1089,7 +1089,7 @@ int lua_axis_extension_EventAssetsManagerEx_getEventCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:getEventCode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_getEventCode'.",&tolua_err); #endif @@ -1102,18 +1102,18 @@ int lua_axis_extension_EventAssetsManagerEx_getPercent(lua_State* tolua_S) axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventAssetsManagerEx_getPercent'", nullptr); @@ -1136,7 +1136,7 @@ int lua_axis_extension_EventAssetsManagerEx_getPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:getPercent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_getPercent'.",&tolua_err); #endif @@ -1149,7 +1149,7 @@ int lua_axis_extension_EventAssetsManagerEx_constructor(lua_State* tolua_S) axis::extension::EventAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1383,7 +1383,7 @@ int lua_axis_extension_EventAssetsManagerEx_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventAssetsManagerEx:EventAssetsManagerEx",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventAssetsManagerEx_constructor'.",&tolua_err); #endif @@ -1424,18 +1424,18 @@ int lua_axis_extension_Manifest_getManifestFileUrl(lua_State* tolua_S) axis::extension::Manifest* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Manifest",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::Manifest*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_Manifest_getManifestFileUrl'", nullptr); @@ -1458,7 +1458,7 @@ int lua_axis_extension_Manifest_getManifestFileUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Manifest:getManifestFileUrl",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_Manifest_getManifestFileUrl'.",&tolua_err); #endif @@ -1471,18 +1471,18 @@ int lua_axis_extension_Manifest_isVersionLoaded(lua_State* tolua_S) axis::extension::Manifest* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Manifest",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::Manifest*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_Manifest_isVersionLoaded'", nullptr); @@ -1505,7 +1505,7 @@ int lua_axis_extension_Manifest_isVersionLoaded(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Manifest:isVersionLoaded",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_Manifest_isVersionLoaded'.",&tolua_err); #endif @@ -1518,18 +1518,18 @@ int lua_axis_extension_Manifest_isLoaded(lua_State* tolua_S) axis::extension::Manifest* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Manifest",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::Manifest*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_Manifest_isLoaded'", nullptr); @@ -1552,7 +1552,7 @@ int lua_axis_extension_Manifest_isLoaded(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Manifest:isLoaded",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_Manifest_isLoaded'.",&tolua_err); #endif @@ -1565,18 +1565,18 @@ int lua_axis_extension_Manifest_getPackageUrl(lua_State* tolua_S) axis::extension::Manifest* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Manifest",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::Manifest*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_Manifest_getPackageUrl'", nullptr); @@ -1599,7 +1599,7 @@ int lua_axis_extension_Manifest_getPackageUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Manifest:getPackageUrl",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_Manifest_getPackageUrl'.",&tolua_err); #endif @@ -1612,18 +1612,18 @@ int lua_axis_extension_Manifest_getVersion(lua_State* tolua_S) axis::extension::Manifest* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Manifest",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::Manifest*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_Manifest_getVersion'", nullptr); @@ -1646,7 +1646,7 @@ int lua_axis_extension_Manifest_getVersion(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Manifest:getVersion",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_Manifest_getVersion'.",&tolua_err); #endif @@ -1659,18 +1659,18 @@ int lua_axis_extension_Manifest_getVersionFileUrl(lua_State* tolua_S) axis::extension::Manifest* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Manifest",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::Manifest*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_Manifest_getVersionFileUrl'", nullptr); @@ -1693,7 +1693,7 @@ int lua_axis_extension_Manifest_getVersionFileUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Manifest:getVersionFileUrl",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_Manifest_getVersionFileUrl'.",&tolua_err); #endif @@ -1706,18 +1706,18 @@ int lua_axis_extension_Manifest_getSearchPaths(lua_State* tolua_S) axis::extension::Manifest* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Manifest",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::Manifest*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_Manifest_getSearchPaths'", nullptr); @@ -1740,7 +1740,7 @@ int lua_axis_extension_Manifest_getSearchPaths(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Manifest:getSearchPaths",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_Manifest_getSearchPaths'.",&tolua_err); #endif @@ -1779,18 +1779,18 @@ int lua_axis_extension_AssetsManagerEx_getState(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_getState'", nullptr); @@ -1813,7 +1813,7 @@ int lua_axis_extension_AssetsManagerEx_getState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:getState",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_getState'.",&tolua_err); #endif @@ -1826,18 +1826,18 @@ int lua_axis_extension_AssetsManagerEx_getMaxConcurrentTask(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_getMaxConcurrentTask'", nullptr); @@ -1860,7 +1860,7 @@ int lua_axis_extension_AssetsManagerEx_getMaxConcurrentTask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:getMaxConcurrentTask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_getMaxConcurrentTask'.",&tolua_err); #endif @@ -1873,18 +1873,18 @@ int lua_axis_extension_AssetsManagerEx_checkUpdate(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_checkUpdate'", nullptr); @@ -1907,7 +1907,7 @@ int lua_axis_extension_AssetsManagerEx_checkUpdate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:checkUpdate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_checkUpdate'.",&tolua_err); #endif @@ -1920,18 +1920,18 @@ int lua_axis_extension_AssetsManagerEx_setVerifyCallback(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_setVerifyCallback'", nullptr); @@ -1961,7 +1961,7 @@ int lua_axis_extension_AssetsManagerEx_setVerifyCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:setVerifyCallback",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_setVerifyCallback'.",&tolua_err); #endif @@ -1974,18 +1974,18 @@ int lua_axis_extension_AssetsManagerEx_getStoragePath(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_getStoragePath'", nullptr); @@ -2008,7 +2008,7 @@ int lua_axis_extension_AssetsManagerEx_getStoragePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:getStoragePath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_getStoragePath'.",&tolua_err); #endif @@ -2021,18 +2021,18 @@ int lua_axis_extension_AssetsManagerEx_update(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_update'", nullptr); @@ -2055,7 +2055,7 @@ int lua_axis_extension_AssetsManagerEx_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:update",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_update'.",&tolua_err); #endif @@ -2068,18 +2068,18 @@ int lua_axis_extension_AssetsManagerEx_setVersionCompareHandle(lua_State* tolua_ axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_setVersionCompareHandle'", nullptr); @@ -2109,7 +2109,7 @@ int lua_axis_extension_AssetsManagerEx_setVersionCompareHandle(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:setVersionCompareHandle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_setVersionCompareHandle'.",&tolua_err); #endif @@ -2122,18 +2122,18 @@ int lua_axis_extension_AssetsManagerEx_setMaxConcurrentTask(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_setMaxConcurrentTask'", nullptr); @@ -2159,7 +2159,7 @@ int lua_axis_extension_AssetsManagerEx_setMaxConcurrentTask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:setMaxConcurrentTask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_setMaxConcurrentTask'.",&tolua_err); #endif @@ -2172,18 +2172,18 @@ int lua_axis_extension_AssetsManagerEx_getLocalManifest(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_getLocalManifest'", nullptr); @@ -2206,7 +2206,7 @@ int lua_axis_extension_AssetsManagerEx_getLocalManifest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:getLocalManifest",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_getLocalManifest'.",&tolua_err); #endif @@ -2219,18 +2219,18 @@ int lua_axis_extension_AssetsManagerEx_getRemoteManifest(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_getRemoteManifest'", nullptr); @@ -2253,7 +2253,7 @@ int lua_axis_extension_AssetsManagerEx_getRemoteManifest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:getRemoteManifest",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_getRemoteManifest'.",&tolua_err); #endif @@ -2266,18 +2266,18 @@ int lua_axis_extension_AssetsManagerEx_downloadFailedAssets(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::AssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_AssetsManagerEx_downloadFailedAssets'", nullptr); @@ -2300,7 +2300,7 @@ int lua_axis_extension_AssetsManagerEx_downloadFailedAssets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:downloadFailedAssets",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_downloadFailedAssets'.",&tolua_err); #endif @@ -2312,11 +2312,11 @@ int lua_axis_extension_AssetsManagerEx_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.AssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif @@ -2339,7 +2339,7 @@ int lua_axis_extension_AssetsManagerEx_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.AssetsManagerEx:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_create'.",&tolua_err); #endif @@ -2351,7 +2351,7 @@ int lua_axis_extension_AssetsManagerEx_constructor(lua_State* tolua_S) axis::extension::AssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -2381,7 +2381,7 @@ int lua_axis_extension_AssetsManagerEx_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.AssetsManagerEx:AssetsManagerEx",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_AssetsManagerEx_constructor'.",&tolua_err); #endif @@ -2426,18 +2426,18 @@ int lua_axis_extension_EventListenerAssetsManagerEx_init(lua_State* tolua_S) axis::extension::EventListenerAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerAssetsManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::extension::EventListenerAssetsManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_EventListenerAssetsManagerEx_init'", nullptr); @@ -2470,7 +2470,7 @@ int lua_axis_extension_EventListenerAssetsManagerEx_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerAssetsManagerEx:init",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventListenerAssetsManagerEx_init'.",&tolua_err); #endif @@ -2483,7 +2483,7 @@ int lua_axis_extension_EventListenerAssetsManagerEx_constructor(lua_State* tolua axis::extension::EventListenerAssetsManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -2507,7 +2507,7 @@ int lua_axis_extension_EventListenerAssetsManagerEx_constructor(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerAssetsManagerEx:EventListenerAssetsManagerEx",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_EventListenerAssetsManagerEx_constructor'.",&tolua_err); #endif @@ -2541,18 +2541,18 @@ int lua_axis_extension_ParticleSystem3D_removeAffector(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_removeAffector'", nullptr); @@ -2578,7 +2578,7 @@ int lua_axis_extension_ParticleSystem3D_removeAffector(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:removeAffector",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_removeAffector'.",&tolua_err); #endif @@ -2591,18 +2591,18 @@ int lua_axis_extension_ParticleSystem3D_resumeParticleSystem(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_resumeParticleSystem'", nullptr); @@ -2625,7 +2625,7 @@ int lua_axis_extension_ParticleSystem3D_resumeParticleSystem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:resumeParticleSystem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_resumeParticleSystem'.",&tolua_err); #endif @@ -2638,18 +2638,18 @@ int lua_axis_extension_ParticleSystem3D_removeAllAffector(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_removeAllAffector'", nullptr); @@ -2672,7 +2672,7 @@ int lua_axis_extension_ParticleSystem3D_removeAllAffector(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:removeAllAffector",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_removeAllAffector'.",&tolua_err); #endif @@ -2685,18 +2685,18 @@ int lua_axis_extension_ParticleSystem3D_addAffector(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_addAffector'", nullptr); @@ -2722,7 +2722,7 @@ int lua_axis_extension_ParticleSystem3D_addAffector(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:addAffector",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_addAffector'.",&tolua_err); #endif @@ -2735,18 +2735,18 @@ int lua_axis_extension_ParticleSystem3D_startParticleSystem(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_startParticleSystem'", nullptr); @@ -2769,7 +2769,7 @@ int lua_axis_extension_ParticleSystem3D_startParticleSystem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:startParticleSystem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_startParticleSystem'.",&tolua_err); #endif @@ -2782,18 +2782,18 @@ int lua_axis_extension_ParticleSystem3D_isEnabled(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_isEnabled'", nullptr); @@ -2816,7 +2816,7 @@ int lua_axis_extension_ParticleSystem3D_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_isEnabled'.",&tolua_err); #endif @@ -2829,18 +2829,18 @@ int lua_axis_extension_ParticleSystem3D_getRender(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_getRender'", nullptr); @@ -2863,7 +2863,7 @@ int lua_axis_extension_ParticleSystem3D_getRender(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:getRender",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_getRender'.",&tolua_err); #endif @@ -2876,18 +2876,18 @@ int lua_axis_extension_ParticleSystem3D_setEmitter(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_setEmitter'", nullptr); @@ -2913,7 +2913,7 @@ int lua_axis_extension_ParticleSystem3D_setEmitter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:setEmitter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_setEmitter'.",&tolua_err); #endif @@ -2926,18 +2926,18 @@ int lua_axis_extension_ParticleSystem3D_isKeepLocal(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_isKeepLocal'", nullptr); @@ -2960,7 +2960,7 @@ int lua_axis_extension_ParticleSystem3D_isKeepLocal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:isKeepLocal",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_isKeepLocal'.",&tolua_err); #endif @@ -2973,18 +2973,18 @@ int lua_axis_extension_ParticleSystem3D_setEnabled(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_setEnabled'", nullptr); @@ -3010,7 +3010,7 @@ int lua_axis_extension_ParticleSystem3D_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_setEnabled'.",&tolua_err); #endif @@ -3023,18 +3023,18 @@ int lua_axis_extension_ParticleSystem3D_getParticleQuota(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_getParticleQuota'", nullptr); @@ -3057,7 +3057,7 @@ int lua_axis_extension_ParticleSystem3D_getParticleQuota(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:getParticleQuota",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_getParticleQuota'.",&tolua_err); #endif @@ -3070,18 +3070,18 @@ int lua_axis_extension_ParticleSystem3D_getBlendFunc(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_getBlendFunc'", nullptr); @@ -3104,7 +3104,7 @@ int lua_axis_extension_ParticleSystem3D_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_getBlendFunc'.",&tolua_err); #endif @@ -3117,18 +3117,18 @@ int lua_axis_extension_ParticleSystem3D_pauseParticleSystem(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_pauseParticleSystem'", nullptr); @@ -3151,7 +3151,7 @@ int lua_axis_extension_ParticleSystem3D_pauseParticleSystem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:pauseParticleSystem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_pauseParticleSystem'.",&tolua_err); #endif @@ -3164,18 +3164,18 @@ int lua_axis_extension_ParticleSystem3D_getState(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_getState'", nullptr); @@ -3198,7 +3198,7 @@ int lua_axis_extension_ParticleSystem3D_getState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:getState",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_getState'.",&tolua_err); #endif @@ -3211,18 +3211,18 @@ int lua_axis_extension_ParticleSystem3D_getAliveParticleCount(lua_State* tolua_S axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_getAliveParticleCount'", nullptr); @@ -3245,7 +3245,7 @@ int lua_axis_extension_ParticleSystem3D_getAliveParticleCount(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:getAliveParticleCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_getAliveParticleCount'.",&tolua_err); #endif @@ -3258,18 +3258,18 @@ int lua_axis_extension_ParticleSystem3D_setParticleQuota(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_setParticleQuota'", nullptr); @@ -3295,7 +3295,7 @@ int lua_axis_extension_ParticleSystem3D_setParticleQuota(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:setParticleQuota",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_setParticleQuota'.",&tolua_err); #endif @@ -3308,18 +3308,18 @@ int lua_axis_extension_ParticleSystem3D_setBlendFunc(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_setBlendFunc'", nullptr); @@ -3345,7 +3345,7 @@ int lua_axis_extension_ParticleSystem3D_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_setBlendFunc'.",&tolua_err); #endif @@ -3358,18 +3358,18 @@ int lua_axis_extension_ParticleSystem3D_setRender(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_setRender'", nullptr); @@ -3395,7 +3395,7 @@ int lua_axis_extension_ParticleSystem3D_setRender(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:setRender",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_setRender'.",&tolua_err); #endif @@ -3408,18 +3408,18 @@ int lua_axis_extension_ParticleSystem3D_stopParticleSystem(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_stopParticleSystem'", nullptr); @@ -3442,7 +3442,7 @@ int lua_axis_extension_ParticleSystem3D_stopParticleSystem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:stopParticleSystem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_stopParticleSystem'.",&tolua_err); #endif @@ -3455,18 +3455,18 @@ int lua_axis_extension_ParticleSystem3D_setKeepLocal(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.ParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_ParticleSystem3D_setKeepLocal'", nullptr); @@ -3492,7 +3492,7 @@ int lua_axis_extension_ParticleSystem3D_setKeepLocal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:setKeepLocal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_setKeepLocal'.",&tolua_err); #endif @@ -3505,7 +3505,7 @@ int lua_axis_extension_ParticleSystem3D_constructor(lua_State* tolua_S) axis::ParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3529,7 +3529,7 @@ int lua_axis_extension_ParticleSystem3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.ParticleSystem3D:ParticleSystem3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_ParticleSystem3D_constructor'.",&tolua_err); #endif @@ -3582,18 +3582,18 @@ int lua_axis_extension_PUParticleSystem3D_initWithFilePath(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_initWithFilePath'", nullptr); @@ -3619,7 +3619,7 @@ int lua_axis_extension_PUParticleSystem3D_initWithFilePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:initWithFilePath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_initWithFilePath'.",&tolua_err); #endif @@ -3632,18 +3632,18 @@ int lua_axis_extension_PUParticleSystem3D_getParticleSystemScaleVelocity(lua_Sta axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getParticleSystemScaleVelocity'", nullptr); @@ -3666,7 +3666,7 @@ int lua_axis_extension_PUParticleSystem3D_getParticleSystemScaleVelocity(lua_Sta luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getParticleSystemScaleVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getParticleSystemScaleVelocity'.",&tolua_err); #endif @@ -3679,18 +3679,18 @@ int lua_axis_extension_PUParticleSystem3D_setEmittedSystemQuota(lua_State* tolua axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setEmittedSystemQuota'", nullptr); @@ -3716,7 +3716,7 @@ int lua_axis_extension_PUParticleSystem3D_setEmittedSystemQuota(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setEmittedSystemQuota",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setEmittedSystemQuota'.",&tolua_err); #endif @@ -3729,18 +3729,18 @@ int lua_axis_extension_PUParticleSystem3D_getDefaultDepth(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getDefaultDepth'", nullptr); @@ -3763,7 +3763,7 @@ int lua_axis_extension_PUParticleSystem3D_getDefaultDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getDefaultDepth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getDefaultDepth'.",&tolua_err); #endif @@ -3776,18 +3776,18 @@ int lua_axis_extension_PUParticleSystem3D_getEmittedSystemQuota(lua_State* tolua axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getEmittedSystemQuota'", nullptr); @@ -3810,7 +3810,7 @@ int lua_axis_extension_PUParticleSystem3D_getEmittedSystemQuota(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getEmittedSystemQuota",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getEmittedSystemQuota'.",&tolua_err); #endif @@ -3823,18 +3823,18 @@ int lua_axis_extension_PUParticleSystem3D_initWithFilePathAndMaterialPath(lua_St axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_initWithFilePathAndMaterialPath'", nullptr); @@ -3863,7 +3863,7 @@ int lua_axis_extension_PUParticleSystem3D_initWithFilePathAndMaterialPath(lua_St luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:initWithFilePathAndMaterialPath",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_initWithFilePathAndMaterialPath'.",&tolua_err); #endif @@ -3876,18 +3876,18 @@ int lua_axis_extension_PUParticleSystem3D_clearAllParticles(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_clearAllParticles'", nullptr); @@ -3910,7 +3910,7 @@ int lua_axis_extension_PUParticleSystem3D_clearAllParticles(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:clearAllParticles",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_clearAllParticles'.",&tolua_err); #endif @@ -3923,18 +3923,18 @@ int lua_axis_extension_PUParticleSystem3D_getMaterialName(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getMaterialName'", nullptr); @@ -3957,7 +3957,7 @@ int lua_axis_extension_PUParticleSystem3D_getMaterialName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getMaterialName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getMaterialName'.",&tolua_err); #endif @@ -3970,18 +3970,18 @@ int lua_axis_extension_PUParticleSystem3D_calulateRotationOffset(lua_State* tolu axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_calulateRotationOffset'", nullptr); @@ -4004,7 +4004,7 @@ int lua_axis_extension_PUParticleSystem3D_calulateRotationOffset(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:calulateRotationOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_calulateRotationOffset'.",&tolua_err); #endif @@ -4017,18 +4017,18 @@ int lua_axis_extension_PUParticleSystem3D_getMaxVelocity(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getMaxVelocity'", nullptr); @@ -4051,7 +4051,7 @@ int lua_axis_extension_PUParticleSystem3D_getMaxVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getMaxVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getMaxVelocity'.",&tolua_err); #endif @@ -4064,18 +4064,18 @@ int lua_axis_extension_PUParticleSystem3D_forceUpdate(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_forceUpdate'", nullptr); @@ -4101,7 +4101,7 @@ int lua_axis_extension_PUParticleSystem3D_forceUpdate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:forceUpdate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_forceUpdate'.",&tolua_err); #endif @@ -4114,18 +4114,18 @@ int lua_axis_extension_PUParticleSystem3D_getTimeElapsedSinceStart(lua_State* to axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getTimeElapsedSinceStart'", nullptr); @@ -4148,7 +4148,7 @@ int lua_axis_extension_PUParticleSystem3D_getTimeElapsedSinceStart(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getTimeElapsedSinceStart",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getTimeElapsedSinceStart'.",&tolua_err); #endif @@ -4161,18 +4161,18 @@ int lua_axis_extension_PUParticleSystem3D_removeAllBehaviourTemplate(lua_State* axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_removeAllBehaviourTemplate'", nullptr); @@ -4195,7 +4195,7 @@ int lua_axis_extension_PUParticleSystem3D_removeAllBehaviourTemplate(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:removeAllBehaviourTemplate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_removeAllBehaviourTemplate'.",&tolua_err); #endif @@ -4208,18 +4208,18 @@ int lua_axis_extension_PUParticleSystem3D_getEmittedEmitterQuota(lua_State* tolu axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getEmittedEmitterQuota'", nullptr); @@ -4242,7 +4242,7 @@ int lua_axis_extension_PUParticleSystem3D_getEmittedEmitterQuota(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getEmittedEmitterQuota",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getEmittedEmitterQuota'.",&tolua_err); #endif @@ -4255,18 +4255,18 @@ int lua_axis_extension_PUParticleSystem3D_forceEmission(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_forceEmission'", nullptr); @@ -4295,7 +4295,7 @@ int lua_axis_extension_PUParticleSystem3D_forceEmission(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:forceEmission",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_forceEmission'.",&tolua_err); #endif @@ -4308,18 +4308,18 @@ int lua_axis_extension_PUParticleSystem3D_addListener(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_addListener'", nullptr); @@ -4345,7 +4345,7 @@ int lua_axis_extension_PUParticleSystem3D_addListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:addListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_addListener'.",&tolua_err); #endif @@ -4358,18 +4358,18 @@ int lua_axis_extension_PUParticleSystem3D_isMarkedForEmission(lua_State* tolua_S axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_isMarkedForEmission'", nullptr); @@ -4392,7 +4392,7 @@ int lua_axis_extension_PUParticleSystem3D_isMarkedForEmission(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:isMarkedForEmission",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_isMarkedForEmission'.",&tolua_err); #endif @@ -4405,18 +4405,18 @@ int lua_axis_extension_PUParticleSystem3D_getDefaultWidth(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getDefaultWidth'", nullptr); @@ -4439,7 +4439,7 @@ int lua_axis_extension_PUParticleSystem3D_getDefaultWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getDefaultWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getDefaultWidth'.",&tolua_err); #endif @@ -4452,18 +4452,18 @@ int lua_axis_extension_PUParticleSystem3D_setEmittedEmitterQuota(lua_State* tolu axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setEmittedEmitterQuota'", nullptr); @@ -4489,7 +4489,7 @@ int lua_axis_extension_PUParticleSystem3D_setEmittedEmitterQuota(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setEmittedEmitterQuota",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setEmittedEmitterQuota'.",&tolua_err); #endif @@ -4502,18 +4502,18 @@ int lua_axis_extension_PUParticleSystem3D_setMarkedForEmission(lua_State* tolua_ axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setMarkedForEmission'", nullptr); @@ -4539,7 +4539,7 @@ int lua_axis_extension_PUParticleSystem3D_setMarkedForEmission(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setMarkedForEmission",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setMarkedForEmission'.",&tolua_err); #endif @@ -4552,18 +4552,18 @@ int lua_axis_extension_PUParticleSystem3D_clone(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_clone'", nullptr); @@ -4586,7 +4586,7 @@ int lua_axis_extension_PUParticleSystem3D_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_clone'.",&tolua_err); #endif @@ -4599,18 +4599,18 @@ int lua_axis_extension_PUParticleSystem3D_addEmitter(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_addEmitter'", nullptr); @@ -4636,7 +4636,7 @@ int lua_axis_extension_PUParticleSystem3D_addEmitter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:addEmitter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_addEmitter'.",&tolua_err); #endif @@ -4649,18 +4649,18 @@ int lua_axis_extension_PUParticleSystem3D_addBehaviourTemplate(lua_State* tolua_ axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_addBehaviourTemplate'", nullptr); @@ -4686,7 +4686,7 @@ int lua_axis_extension_PUParticleSystem3D_addBehaviourTemplate(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:addBehaviourTemplate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_addBehaviourTemplate'.",&tolua_err); #endif @@ -4699,18 +4699,18 @@ int lua_axis_extension_PUParticleSystem3D_setDefaultWidth(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setDefaultWidth'", nullptr); @@ -4736,7 +4736,7 @@ int lua_axis_extension_PUParticleSystem3D_setDefaultWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setDefaultWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setDefaultWidth'.",&tolua_err); #endif @@ -4749,18 +4749,18 @@ int lua_axis_extension_PUParticleSystem3D_copyAttributesTo(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_copyAttributesTo'", nullptr); @@ -4786,7 +4786,7 @@ int lua_axis_extension_PUParticleSystem3D_copyAttributesTo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:copyAttributesTo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_copyAttributesTo'.",&tolua_err); #endif @@ -4799,18 +4799,18 @@ int lua_axis_extension_PUParticleSystem3D_setMaterialName(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setMaterialName'", nullptr); @@ -4836,7 +4836,7 @@ int lua_axis_extension_PUParticleSystem3D_setMaterialName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setMaterialName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setMaterialName'.",&tolua_err); #endif @@ -4849,18 +4849,18 @@ int lua_axis_extension_PUParticleSystem3D_getParentParticleSystem(lua_State* tol axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getParentParticleSystem'", nullptr); @@ -4883,7 +4883,7 @@ int lua_axis_extension_PUParticleSystem3D_getParentParticleSystem(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getParentParticleSystem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getParentParticleSystem'.",&tolua_err); #endif @@ -4896,18 +4896,18 @@ int lua_axis_extension_PUParticleSystem3D_removeListener(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_removeListener'", nullptr); @@ -4933,7 +4933,7 @@ int lua_axis_extension_PUParticleSystem3D_removeListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:removeListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_removeListener'.",&tolua_err); #endif @@ -4946,18 +4946,18 @@ int lua_axis_extension_PUParticleSystem3D_setMaxVelocity(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setMaxVelocity'", nullptr); @@ -4983,7 +4983,7 @@ int lua_axis_extension_PUParticleSystem3D_setMaxVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setMaxVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setMaxVelocity'.",&tolua_err); #endif @@ -4996,18 +4996,18 @@ int lua_axis_extension_PUParticleSystem3D_getDefaultHeight(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getDefaultHeight'", nullptr); @@ -5030,7 +5030,7 @@ int lua_axis_extension_PUParticleSystem3D_getDefaultHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getDefaultHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getDefaultHeight'.",&tolua_err); #endif @@ -5043,18 +5043,18 @@ int lua_axis_extension_PUParticleSystem3D_getDerivedPosition(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getDerivedPosition'", nullptr); @@ -5077,7 +5077,7 @@ int lua_axis_extension_PUParticleSystem3D_getDerivedPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getDerivedPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getDerivedPosition'.",&tolua_err); #endif @@ -5090,18 +5090,18 @@ int lua_axis_extension_PUParticleSystem3D_rotationOffset(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_rotationOffset'", nullptr); @@ -5127,7 +5127,7 @@ int lua_axis_extension_PUParticleSystem3D_rotationOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:rotationOffset",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_rotationOffset'.",&tolua_err); #endif @@ -5140,18 +5140,18 @@ int lua_axis_extension_PUParticleSystem3D_removeAllEmitter(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_removeAllEmitter'", nullptr); @@ -5174,7 +5174,7 @@ int lua_axis_extension_PUParticleSystem3D_removeAllEmitter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:removeAllEmitter",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_removeAllEmitter'.",&tolua_err); #endif @@ -5187,18 +5187,18 @@ int lua_axis_extension_PUParticleSystem3D_setParticleSystemScaleVelocity(lua_Sta axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setParticleSystemScaleVelocity'", nullptr); @@ -5224,7 +5224,7 @@ int lua_axis_extension_PUParticleSystem3D_setParticleSystemScaleVelocity(lua_Sta luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setParticleSystemScaleVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setParticleSystemScaleVelocity'.",&tolua_err); #endif @@ -5237,18 +5237,18 @@ int lua_axis_extension_PUParticleSystem3D_getDerivedScale(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_getDerivedScale'", nullptr); @@ -5271,7 +5271,7 @@ int lua_axis_extension_PUParticleSystem3D_getDerivedScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:getDerivedScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_getDerivedScale'.",&tolua_err); #endif @@ -5284,18 +5284,18 @@ int lua_axis_extension_PUParticleSystem3D_setDefaultHeight(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setDefaultHeight'", nullptr); @@ -5321,7 +5321,7 @@ int lua_axis_extension_PUParticleSystem3D_setDefaultHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setDefaultHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setDefaultHeight'.",&tolua_err); #endif @@ -5334,18 +5334,18 @@ int lua_axis_extension_PUParticleSystem3D_removeAllListener(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_removeAllListener'", nullptr); @@ -5368,7 +5368,7 @@ int lua_axis_extension_PUParticleSystem3D_removeAllListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:removeAllListener",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_removeAllListener'.",&tolua_err); #endif @@ -5381,18 +5381,18 @@ int lua_axis_extension_PUParticleSystem3D_initSystem(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_initSystem'", nullptr); @@ -5418,7 +5418,7 @@ int lua_axis_extension_PUParticleSystem3D_initSystem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:initSystem",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_initSystem'.",&tolua_err); #endif @@ -5431,18 +5431,18 @@ int lua_axis_extension_PUParticleSystem3D_makeParticleLocal(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_makeParticleLocal'", nullptr); @@ -5469,7 +5469,7 @@ int lua_axis_extension_PUParticleSystem3D_makeParticleLocal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:makeParticleLocal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_makeParticleLocal'.",&tolua_err); #endif @@ -5482,18 +5482,18 @@ int lua_axis_extension_PUParticleSystem3D_removerAllObserver(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_removerAllObserver'", nullptr); @@ -5516,7 +5516,7 @@ int lua_axis_extension_PUParticleSystem3D_removerAllObserver(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:removerAllObserver",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_removerAllObserver'.",&tolua_err); #endif @@ -5529,18 +5529,18 @@ int lua_axis_extension_PUParticleSystem3D_setDefaultDepth(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_setDefaultDepth'", nullptr); @@ -5566,7 +5566,7 @@ int lua_axis_extension_PUParticleSystem3D_setDefaultDepth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:setDefaultDepth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_setDefaultDepth'.",&tolua_err); #endif @@ -5579,18 +5579,18 @@ int lua_axis_extension_PUParticleSystem3D_addObserver(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PUParticleSystem3D*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_extension_PUParticleSystem3D_addObserver'", nullptr); @@ -5616,7 +5616,7 @@ int lua_axis_extension_PUParticleSystem3D_addObserver(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:addObserver",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_addObserver'.",&tolua_err); #endif @@ -5627,11 +5627,11 @@ int lua_axis_extension_PUParticleSystem3D_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PUParticleSystem3D",0,&tolua_err)) goto tolua_lerror; #endif @@ -5678,7 +5678,7 @@ int lua_axis_extension_PUParticleSystem3D_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.PUParticleSystem3D:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_create'.",&tolua_err); #endif @@ -5690,7 +5690,7 @@ int lua_axis_extension_PUParticleSystem3D_constructor(lua_State* tolua_S) axis::PUParticleSystem3D* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -5714,7 +5714,7 @@ int lua_axis_extension_PUParticleSystem3D_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PUParticleSystem3D:PUParticleSystem3D",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_extension_PUParticleSystem3D_constructor'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_navmesh_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_navmesh_auto.cpp index 70a9f5035c..39a8dd9612 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_navmesh_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_navmesh_auto.cpp @@ -11,18 +11,18 @@ int lua_axis_navmesh_NavMeshAgent_setMaxSpeed(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setMaxSpeed'", nullptr); @@ -48,7 +48,7 @@ int lua_axis_navmesh_NavMeshAgent_setMaxSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setMaxSpeed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setMaxSpeed'.",&tolua_err); #endif @@ -61,18 +61,18 @@ int lua_axis_navmesh_NavMeshAgent_syncToNode(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_syncToNode'", nullptr); @@ -95,7 +95,7 @@ int lua_axis_navmesh_NavMeshAgent_syncToNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:syncToNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_syncToNode'.",&tolua_err); #endif @@ -108,18 +108,18 @@ int lua_axis_navmesh_NavMeshAgent_completeOffMeshLink(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_completeOffMeshLink'", nullptr); @@ -142,7 +142,7 @@ int lua_axis_navmesh_NavMeshAgent_completeOffMeshLink(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:completeOffMeshLink",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_completeOffMeshLink'.",&tolua_err); #endif @@ -155,18 +155,18 @@ int lua_axis_navmesh_NavMeshAgent_getSeparationWeight(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getSeparationWeight'", nullptr); @@ -189,7 +189,7 @@ int lua_axis_navmesh_NavMeshAgent_getSeparationWeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getSeparationWeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getSeparationWeight'.",&tolua_err); #endif @@ -202,18 +202,18 @@ int lua_axis_navmesh_NavMeshAgent_setAutoTraverseOffMeshLink(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setAutoTraverseOffMeshLink'", nullptr); @@ -239,7 +239,7 @@ int lua_axis_navmesh_NavMeshAgent_setAutoTraverseOffMeshLink(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setAutoTraverseOffMeshLink",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setAutoTraverseOffMeshLink'.",&tolua_err); #endif @@ -252,18 +252,18 @@ int lua_axis_navmesh_NavMeshAgent_getCurrentVelocity(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getCurrentVelocity'", nullptr); @@ -286,7 +286,7 @@ int lua_axis_navmesh_NavMeshAgent_getCurrentVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getCurrentVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getCurrentVelocity'.",&tolua_err); #endif @@ -299,18 +299,18 @@ int lua_axis_navmesh_NavMeshAgent_syncToAgent(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_syncToAgent'", nullptr); @@ -333,7 +333,7 @@ int lua_axis_navmesh_NavMeshAgent_syncToAgent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:syncToAgent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_syncToAgent'.",&tolua_err); #endif @@ -346,18 +346,18 @@ int lua_axis_navmesh_NavMeshAgent_isOnOffMeshLink(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_isOnOffMeshLink'", nullptr); @@ -380,7 +380,7 @@ int lua_axis_navmesh_NavMeshAgent_isOnOffMeshLink(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:isOnOffMeshLink",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_isOnOffMeshLink'.",&tolua_err); #endif @@ -393,18 +393,18 @@ int lua_axis_navmesh_NavMeshAgent_setSeparationWeight(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setSeparationWeight'", nullptr); @@ -430,7 +430,7 @@ int lua_axis_navmesh_NavMeshAgent_setSeparationWeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setSeparationWeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setSeparationWeight'.",&tolua_err); #endif @@ -443,18 +443,18 @@ int lua_axis_navmesh_NavMeshAgent_pause(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_pause'", nullptr); @@ -477,7 +477,7 @@ int lua_axis_navmesh_NavMeshAgent_pause(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:pause",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_pause'.",&tolua_err); #endif @@ -490,18 +490,18 @@ int lua_axis_navmesh_NavMeshAgent_getUserData(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getUserData'", nullptr); @@ -524,7 +524,7 @@ int lua_axis_navmesh_NavMeshAgent_getUserData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getUserData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getUserData'.",&tolua_err); #endif @@ -537,18 +537,18 @@ int lua_axis_navmesh_NavMeshAgent_setAutoOrientation(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setAutoOrientation'", nullptr); @@ -574,7 +574,7 @@ int lua_axis_navmesh_NavMeshAgent_setAutoOrientation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setAutoOrientation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setAutoOrientation'.",&tolua_err); #endif @@ -587,18 +587,18 @@ int lua_axis_navmesh_NavMeshAgent_getHeight(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getHeight'", nullptr); @@ -621,7 +621,7 @@ int lua_axis_navmesh_NavMeshAgent_getHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getHeight'.",&tolua_err); #endif @@ -634,18 +634,18 @@ int lua_axis_navmesh_NavMeshAgent_getMaxSpeed(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getMaxSpeed'", nullptr); @@ -668,7 +668,7 @@ int lua_axis_navmesh_NavMeshAgent_getMaxSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getMaxSpeed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getMaxSpeed'.",&tolua_err); #endif @@ -681,18 +681,18 @@ int lua_axis_navmesh_NavMeshAgent_getCurrentOffMeshLinkData(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getCurrentOffMeshLinkData'", nullptr); @@ -715,7 +715,7 @@ int lua_axis_navmesh_NavMeshAgent_getCurrentOffMeshLinkData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getCurrentOffMeshLinkData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getCurrentOffMeshLinkData'.",&tolua_err); #endif @@ -728,18 +728,18 @@ int lua_axis_navmesh_NavMeshAgent_getRadius(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getRadius'", nullptr); @@ -762,7 +762,7 @@ int lua_axis_navmesh_NavMeshAgent_getRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getRadius'.",&tolua_err); #endif @@ -775,18 +775,18 @@ int lua_axis_navmesh_NavMeshAgent_setSyncFlag(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setSyncFlag'", nullptr); @@ -812,7 +812,7 @@ int lua_axis_navmesh_NavMeshAgent_setSyncFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setSyncFlag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setSyncFlag'.",&tolua_err); #endif @@ -825,18 +825,18 @@ int lua_axis_navmesh_NavMeshAgent_getSyncFlag(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getSyncFlag'", nullptr); @@ -859,7 +859,7 @@ int lua_axis_navmesh_NavMeshAgent_getSyncFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getSyncFlag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getSyncFlag'.",&tolua_err); #endif @@ -872,18 +872,18 @@ int lua_axis_navmesh_NavMeshAgent_resume(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_resume'", nullptr); @@ -906,7 +906,7 @@ int lua_axis_navmesh_NavMeshAgent_resume(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:resume",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_resume'.",&tolua_err); #endif @@ -919,18 +919,18 @@ int lua_axis_navmesh_NavMeshAgent_stop(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_stop'", nullptr); @@ -953,7 +953,7 @@ int lua_axis_navmesh_NavMeshAgent_stop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:stop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_stop'.",&tolua_err); #endif @@ -966,18 +966,18 @@ int lua_axis_navmesh_NavMeshAgent_setMaxAcceleration(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setMaxAcceleration'", nullptr); @@ -1003,7 +1003,7 @@ int lua_axis_navmesh_NavMeshAgent_setMaxAcceleration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setMaxAcceleration",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setMaxAcceleration'.",&tolua_err); #endif @@ -1016,18 +1016,18 @@ int lua_axis_navmesh_NavMeshAgent_setOrientationRefAxes(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setOrientationRefAxes'", nullptr); @@ -1053,7 +1053,7 @@ int lua_axis_navmesh_NavMeshAgent_setOrientationRefAxes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setOrientationRefAxes",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setOrientationRefAxes'.",&tolua_err); #endif @@ -1066,18 +1066,18 @@ int lua_axis_navmesh_NavMeshAgent_getMaxAcceleration(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getMaxAcceleration'", nullptr); @@ -1100,7 +1100,7 @@ int lua_axis_navmesh_NavMeshAgent_getMaxAcceleration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getMaxAcceleration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getMaxAcceleration'.",&tolua_err); #endif @@ -1113,18 +1113,18 @@ int lua_axis_navmesh_NavMeshAgent_setHeight(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setHeight'", nullptr); @@ -1150,7 +1150,7 @@ int lua_axis_navmesh_NavMeshAgent_setHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setHeight'.",&tolua_err); #endif @@ -1163,18 +1163,18 @@ int lua_axis_navmesh_NavMeshAgent_setUserData(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setUserData'", nullptr); @@ -1201,7 +1201,7 @@ int lua_axis_navmesh_NavMeshAgent_setUserData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setUserData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setUserData'.",&tolua_err); #endif @@ -1214,18 +1214,18 @@ int lua_axis_navmesh_NavMeshAgent_getObstacleAvoidanceType(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getObstacleAvoidanceType'", nullptr); @@ -1248,7 +1248,7 @@ int lua_axis_navmesh_NavMeshAgent_getObstacleAvoidanceType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getObstacleAvoidanceType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getObstacleAvoidanceType'.",&tolua_err); #endif @@ -1261,18 +1261,18 @@ int lua_axis_navmesh_NavMeshAgent_getVelocity(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_getVelocity'", nullptr); @@ -1295,7 +1295,7 @@ int lua_axis_navmesh_NavMeshAgent_getVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:getVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getVelocity'.",&tolua_err); #endif @@ -1308,18 +1308,18 @@ int lua_axis_navmesh_NavMeshAgent_setRadius(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setRadius'", nullptr); @@ -1345,7 +1345,7 @@ int lua_axis_navmesh_NavMeshAgent_setRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setRadius",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setRadius'.",&tolua_err); #endif @@ -1358,18 +1358,18 @@ int lua_axis_navmesh_NavMeshAgent_setObstacleAvoidanceType(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshAgent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshAgent_setObstacleAvoidanceType'", nullptr); @@ -1395,7 +1395,7 @@ int lua_axis_navmesh_NavMeshAgent_setObstacleAvoidanceType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:setObstacleAvoidanceType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_setObstacleAvoidanceType'.",&tolua_err); #endif @@ -1407,11 +1407,11 @@ int lua_axis_navmesh_NavMeshAgent_getNavMeshAgentComponentName(lua_State* tolua_ int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif @@ -1430,7 +1430,7 @@ int lua_axis_navmesh_NavMeshAgent_getNavMeshAgentComponentName(lua_State* tolua_ } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.NavMeshAgent:getNavMeshAgentComponentName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_getNavMeshAgentComponentName'.",&tolua_err); #endif @@ -1441,11 +1441,11 @@ int lua_axis_navmesh_NavMeshAgent_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.NavMeshAgent",0,&tolua_err)) goto tolua_lerror; #endif @@ -1466,7 +1466,7 @@ int lua_axis_navmesh_NavMeshAgent_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.NavMeshAgent:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_create'.",&tolua_err); #endif @@ -1478,7 +1478,7 @@ int lua_axis_navmesh_NavMeshAgent_constructor(lua_State* tolua_S) axis::NavMeshAgent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1502,7 +1502,7 @@ int lua_axis_navmesh_NavMeshAgent_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshAgent:NavMeshAgent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshAgent_constructor'.",&tolua_err); #endif @@ -1566,18 +1566,18 @@ int lua_axis_navmesh_NavMeshObstacle_getSyncFlag(lua_State* tolua_S) axis::NavMeshObstacle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshObstacle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshObstacle_getSyncFlag'", nullptr); @@ -1600,7 +1600,7 @@ int lua_axis_navmesh_NavMeshObstacle_getSyncFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshObstacle:getSyncFlag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_getSyncFlag'.",&tolua_err); #endif @@ -1613,18 +1613,18 @@ int lua_axis_navmesh_NavMeshObstacle_initWith(lua_State* tolua_S) axis::NavMeshObstacle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshObstacle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshObstacle_initWith'", nullptr); @@ -1653,7 +1653,7 @@ int lua_axis_navmesh_NavMeshObstacle_initWith(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshObstacle:initWith",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_initWith'.",&tolua_err); #endif @@ -1666,18 +1666,18 @@ int lua_axis_navmesh_NavMeshObstacle_syncToObstacle(lua_State* tolua_S) axis::NavMeshObstacle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshObstacle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshObstacle_syncToObstacle'", nullptr); @@ -1700,7 +1700,7 @@ int lua_axis_navmesh_NavMeshObstacle_syncToObstacle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshObstacle:syncToObstacle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_syncToObstacle'.",&tolua_err); #endif @@ -1713,18 +1713,18 @@ int lua_axis_navmesh_NavMeshObstacle_syncToNode(lua_State* tolua_S) axis::NavMeshObstacle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshObstacle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshObstacle_syncToNode'", nullptr); @@ -1747,7 +1747,7 @@ int lua_axis_navmesh_NavMeshObstacle_syncToNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshObstacle:syncToNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_syncToNode'.",&tolua_err); #endif @@ -1760,18 +1760,18 @@ int lua_axis_navmesh_NavMeshObstacle_getHeight(lua_State* tolua_S) axis::NavMeshObstacle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshObstacle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshObstacle_getHeight'", nullptr); @@ -1794,7 +1794,7 @@ int lua_axis_navmesh_NavMeshObstacle_getHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshObstacle:getHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_getHeight'.",&tolua_err); #endif @@ -1807,18 +1807,18 @@ int lua_axis_navmesh_NavMeshObstacle_setSyncFlag(lua_State* tolua_S) axis::NavMeshObstacle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshObstacle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshObstacle_setSyncFlag'", nullptr); @@ -1844,7 +1844,7 @@ int lua_axis_navmesh_NavMeshObstacle_setSyncFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshObstacle:setSyncFlag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_setSyncFlag'.",&tolua_err); #endif @@ -1857,18 +1857,18 @@ int lua_axis_navmesh_NavMeshObstacle_getRadius(lua_State* tolua_S) axis::NavMeshObstacle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMeshObstacle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMeshObstacle_getRadius'", nullptr); @@ -1891,7 +1891,7 @@ int lua_axis_navmesh_NavMeshObstacle_getRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshObstacle:getRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_getRadius'.",&tolua_err); #endif @@ -1903,11 +1903,11 @@ int lua_axis_navmesh_NavMeshObstacle_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif @@ -1930,7 +1930,7 @@ int lua_axis_navmesh_NavMeshObstacle_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.NavMeshObstacle:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_create'.",&tolua_err); #endif @@ -1941,11 +1941,11 @@ int lua_axis_navmesh_NavMeshObstacle_getNavMeshObstacleComponentName(lua_State* int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.NavMeshObstacle",0,&tolua_err)) goto tolua_lerror; #endif @@ -1964,7 +1964,7 @@ int lua_axis_navmesh_NavMeshObstacle_getNavMeshObstacleComponentName(lua_State* } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.NavMeshObstacle:getNavMeshObstacleComponentName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_getNavMeshObstacleComponentName'.",&tolua_err); #endif @@ -1976,7 +1976,7 @@ int lua_axis_navmesh_NavMeshObstacle_constructor(lua_State* tolua_S) axis::NavMeshObstacle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -2000,7 +2000,7 @@ int lua_axis_navmesh_NavMeshObstacle_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMeshObstacle:NavMeshObstacle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMeshObstacle_constructor'.",&tolua_err); #endif @@ -2042,18 +2042,18 @@ int lua_axis_navmesh_NavMesh_removeNavMeshObstacle(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMesh_removeNavMeshObstacle'", nullptr); @@ -2079,7 +2079,7 @@ int lua_axis_navmesh_NavMesh_removeNavMeshObstacle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:removeNavMeshObstacle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_removeNavMeshObstacle'.",&tolua_err); #endif @@ -2092,18 +2092,18 @@ int lua_axis_navmesh_NavMesh_removeNavMeshAgent(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMesh_removeNavMeshAgent'", nullptr); @@ -2129,7 +2129,7 @@ int lua_axis_navmesh_NavMesh_removeNavMeshAgent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:removeNavMeshAgent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_removeNavMeshAgent'.",&tolua_err); #endif @@ -2142,18 +2142,18 @@ int lua_axis_navmesh_NavMesh_update(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMesh_update'", nullptr); @@ -2179,7 +2179,7 @@ int lua_axis_navmesh_NavMesh_update(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:update",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_update'.",&tolua_err); #endif @@ -2192,18 +2192,18 @@ int lua_axis_navmesh_NavMesh_isDebugDrawEnabled(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMesh_isDebugDrawEnabled'", nullptr); @@ -2226,7 +2226,7 @@ int lua_axis_navmesh_NavMesh_isDebugDrawEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:isDebugDrawEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_isDebugDrawEnabled'.",&tolua_err); #endif @@ -2239,18 +2239,18 @@ int lua_axis_navmesh_NavMesh_addNavMeshAgent(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMesh_addNavMeshAgent'", nullptr); @@ -2276,7 +2276,7 @@ int lua_axis_navmesh_NavMesh_addNavMeshAgent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:addNavMeshAgent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_addNavMeshAgent'.",&tolua_err); #endif @@ -2289,18 +2289,18 @@ int lua_axis_navmesh_NavMesh_addNavMeshObstacle(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMesh_addNavMeshObstacle'", nullptr); @@ -2326,7 +2326,7 @@ int lua_axis_navmesh_NavMesh_addNavMeshObstacle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:addNavMeshObstacle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_addNavMeshObstacle'.",&tolua_err); #endif @@ -2339,18 +2339,18 @@ int lua_axis_navmesh_NavMesh_setDebugDrawEnable(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMesh_setDebugDrawEnable'", nullptr); @@ -2376,7 +2376,7 @@ int lua_axis_navmesh_NavMesh_setDebugDrawEnable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:setDebugDrawEnable",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_setDebugDrawEnable'.",&tolua_err); #endif @@ -2389,18 +2389,18 @@ int lua_axis_navmesh_NavMesh_debugDraw(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::NavMesh*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_navmesh_NavMesh_debugDraw'", nullptr); @@ -2426,7 +2426,7 @@ int lua_axis_navmesh_NavMesh_debugDraw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:debugDraw",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_debugDraw'.",&tolua_err); #endif @@ -2438,11 +2438,11 @@ int lua_axis_navmesh_NavMesh_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.NavMesh",0,&tolua_err)) goto tolua_lerror; #endif @@ -2465,7 +2465,7 @@ int lua_axis_navmesh_NavMesh_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.NavMesh:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_create'.",&tolua_err); #endif @@ -2477,7 +2477,7 @@ int lua_axis_navmesh_NavMesh_constructor(lua_State* tolua_S) axis::NavMesh* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -2501,7 +2501,7 @@ int lua_axis_navmesh_NavMesh_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.NavMesh:NavMesh",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_navmesh_NavMesh_constructor'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_physics3d_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_physics3d_auto.cpp index 30802a10e9..38f53a8b87 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_physics3d_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_physics3d_auto.cpp @@ -10,18 +10,18 @@ int lua_axis_physics3d_Physics3DShape_getbtShape(lua_State* tolua_S) axis::Physics3DShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DShape_getbtShape'", nullptr); @@ -44,7 +44,7 @@ int lua_axis_physics3d_Physics3DShape_getbtShape(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DShape:getbtShape",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_getbtShape'.",&tolua_err); #endif @@ -57,18 +57,18 @@ int lua_axis_physics3d_Physics3DShape_initSphere(lua_State* tolua_S) axis::Physics3DShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DShape_initSphere'", nullptr); @@ -94,7 +94,7 @@ int lua_axis_physics3d_Physics3DShape_initSphere(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DShape:initSphere",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_initSphere'.",&tolua_err); #endif @@ -107,18 +107,18 @@ int lua_axis_physics3d_Physics3DShape_initBox(lua_State* tolua_S) axis::Physics3DShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DShape_initBox'", nullptr); @@ -144,7 +144,7 @@ int lua_axis_physics3d_Physics3DShape_initBox(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DShape:initBox",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_initBox'.",&tolua_err); #endif @@ -157,18 +157,18 @@ int lua_axis_physics3d_Physics3DShape_initCapsule(lua_State* tolua_S) axis::Physics3DShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DShape_initCapsule'", nullptr); @@ -197,7 +197,7 @@ int lua_axis_physics3d_Physics3DShape_initCapsule(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DShape:initCapsule",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_initCapsule'.",&tolua_err); #endif @@ -210,18 +210,18 @@ int lua_axis_physics3d_Physics3DShape_initCylinder(lua_State* tolua_S) axis::Physics3DShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DShape_initCylinder'", nullptr); @@ -250,7 +250,7 @@ int lua_axis_physics3d_Physics3DShape_initCylinder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DShape:initCylinder",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_initCylinder'.",&tolua_err); #endif @@ -263,18 +263,18 @@ int lua_axis_physics3d_Physics3DShape_getShapeType(lua_State* tolua_S) axis::Physics3DShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DShape_getShapeType'", nullptr); @@ -297,7 +297,7 @@ int lua_axis_physics3d_Physics3DShape_getShapeType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DShape:getShapeType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_getShapeType'.",&tolua_err); #endif @@ -309,11 +309,11 @@ int lua_axis_physics3d_Physics3DShape_createBox(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif @@ -334,7 +334,7 @@ int lua_axis_physics3d_Physics3DShape_createBox(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Physics3DShape:createBox",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_createBox'.",&tolua_err); #endif @@ -345,11 +345,11 @@ int lua_axis_physics3d_Physics3DShape_createCylinder(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif @@ -372,7 +372,7 @@ int lua_axis_physics3d_Physics3DShape_createCylinder(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Physics3DShape:createCylinder",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_createCylinder'.",&tolua_err); #endif @@ -383,11 +383,11 @@ int lua_axis_physics3d_Physics3DShape_createConvexHull(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif @@ -410,7 +410,7 @@ int lua_axis_physics3d_Physics3DShape_createConvexHull(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Physics3DShape:createConvexHull",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_createConvexHull'.",&tolua_err); #endif @@ -421,11 +421,11 @@ int lua_axis_physics3d_Physics3DShape_createCapsule(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif @@ -448,7 +448,7 @@ int lua_axis_physics3d_Physics3DShape_createCapsule(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Physics3DShape:createCapsule",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_createCapsule'.",&tolua_err); #endif @@ -459,11 +459,11 @@ int lua_axis_physics3d_Physics3DShape_createSphere(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DShape",0,&tolua_err)) goto tolua_lerror; #endif @@ -484,7 +484,7 @@ int lua_axis_physics3d_Physics3DShape_createSphere(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Physics3DShape:createSphere",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_createSphere'.",&tolua_err); #endif @@ -496,7 +496,7 @@ int lua_axis_physics3d_Physics3DShape_constructor(lua_State* tolua_S) axis::Physics3DShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -520,7 +520,7 @@ int lua_axis_physics3d_Physics3DShape_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DShape:Physics3DShape",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DShape_constructor'.",&tolua_err); #endif @@ -564,18 +564,18 @@ int lua_axis_physics3d_Physics3DObject_setUserData(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_setUserData'", nullptr); @@ -602,7 +602,7 @@ int lua_axis_physics3d_Physics3DObject_setUserData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:setUserData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_setUserData'.",&tolua_err); #endif @@ -615,18 +615,18 @@ int lua_axis_physics3d_Physics3DObject_getUserData(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_getUserData'", nullptr); @@ -649,7 +649,7 @@ int lua_axis_physics3d_Physics3DObject_getUserData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:getUserData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_getUserData'.",&tolua_err); #endif @@ -662,18 +662,18 @@ int lua_axis_physics3d_Physics3DObject_getObjType(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_getObjType'", nullptr); @@ -696,7 +696,7 @@ int lua_axis_physics3d_Physics3DObject_getObjType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:getObjType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_getObjType'.",&tolua_err); #endif @@ -709,18 +709,18 @@ int lua_axis_physics3d_Physics3DObject_setPhysicsWorld(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_setPhysicsWorld'", nullptr); @@ -746,7 +746,7 @@ int lua_axis_physics3d_Physics3DObject_setPhysicsWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:setPhysicsWorld",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_setPhysicsWorld'.",&tolua_err); #endif @@ -759,18 +759,18 @@ int lua_axis_physics3d_Physics3DObject_getWorldTransform(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_getWorldTransform'", nullptr); @@ -793,7 +793,7 @@ int lua_axis_physics3d_Physics3DObject_getWorldTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:getWorldTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_getWorldTransform'.",&tolua_err); #endif @@ -806,18 +806,18 @@ int lua_axis_physics3d_Physics3DObject_getPhysicsWorld(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_getPhysicsWorld'", nullptr); @@ -840,7 +840,7 @@ int lua_axis_physics3d_Physics3DObject_getPhysicsWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:getPhysicsWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_getPhysicsWorld'.",&tolua_err); #endif @@ -853,18 +853,18 @@ int lua_axis_physics3d_Physics3DObject_setMask(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_setMask'", nullptr); @@ -890,7 +890,7 @@ int lua_axis_physics3d_Physics3DObject_setMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:setMask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_setMask'.",&tolua_err); #endif @@ -903,18 +903,18 @@ int lua_axis_physics3d_Physics3DObject_getCollisionCallback(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_getCollisionCallback'", nullptr); @@ -937,7 +937,7 @@ int lua_axis_physics3d_Physics3DObject_getCollisionCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:getCollisionCallback",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_getCollisionCallback'.",&tolua_err); #endif @@ -950,18 +950,18 @@ int lua_axis_physics3d_Physics3DObject_getMask(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_getMask'", nullptr); @@ -984,7 +984,7 @@ int lua_axis_physics3d_Physics3DObject_getMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:getMask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_getMask'.",&tolua_err); #endif @@ -997,18 +997,18 @@ int lua_axis_physics3d_Physics3DObject_needCollisionCallback(lua_State* tolua_S) axis::Physics3DObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DObject_needCollisionCallback'", nullptr); @@ -1031,7 +1031,7 @@ int lua_axis_physics3d_Physics3DObject_needCollisionCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DObject:needCollisionCallback",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DObject_needCollisionCallback'.",&tolua_err); #endif @@ -1073,18 +1073,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setGravity(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setGravity'", nullptr); @@ -1110,7 +1110,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setGravity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setGravity'.",&tolua_err); #endif @@ -1123,18 +1123,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getFriction(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getFriction'", nullptr); @@ -1157,7 +1157,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getFriction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getFriction'.",&tolua_err); #endif @@ -1169,15 +1169,15 @@ int lua_axis_physics3d_Physics3DRigidBody_setAngularFactor(lua_State* tolua_S) int argc = 0; axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setAngularFactor'", nullptr); @@ -1212,7 +1212,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setAngularFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setAngularFactor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setAngularFactor'.",&tolua_err); #endif @@ -1225,18 +1225,18 @@ int lua_axis_physics3d_Physics3DRigidBody_addConstraint(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_addConstraint'", nullptr); @@ -1262,7 +1262,7 @@ int lua_axis_physics3d_Physics3DRigidBody_addConstraint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:addConstraint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_addConstraint'.",&tolua_err); #endif @@ -1275,18 +1275,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getRigidBody(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getRigidBody'", nullptr); @@ -1309,7 +1309,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getRigidBody(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getRigidBody",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getRigidBody'.",&tolua_err); #endif @@ -1322,18 +1322,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getTotalForce(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getTotalForce'", nullptr); @@ -1356,7 +1356,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getTotalForce(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getTotalForce",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getTotalForce'.",&tolua_err); #endif @@ -1369,18 +1369,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getConstraintCount(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getConstraintCount'", nullptr); @@ -1403,7 +1403,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getConstraintCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getConstraintCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getConstraintCount'.",&tolua_err); #endif @@ -1416,18 +1416,18 @@ int lua_axis_physics3d_Physics3DRigidBody_applyCentralForce(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_applyCentralForce'", nullptr); @@ -1453,7 +1453,7 @@ int lua_axis_physics3d_Physics3DRigidBody_applyCentralForce(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:applyCentralForce",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_applyCentralForce'.",&tolua_err); #endif @@ -1466,18 +1466,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setMassProps(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setMassProps'", nullptr); @@ -1506,7 +1506,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setMassProps(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setMassProps",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setMassProps'.",&tolua_err); #endif @@ -1519,18 +1519,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setFriction(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setFriction'", nullptr); @@ -1556,7 +1556,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setFriction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setFriction'.",&tolua_err); #endif @@ -1569,18 +1569,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setKinematic(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setKinematic'", nullptr); @@ -1606,7 +1606,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setKinematic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setKinematic",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setKinematic'.",&tolua_err); #endif @@ -1619,18 +1619,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setDamping(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setDamping'", nullptr); @@ -1659,7 +1659,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setDamping",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setDamping'.",&tolua_err); #endif @@ -1672,18 +1672,18 @@ int lua_axis_physics3d_Physics3DRigidBody_applyImpulse(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_applyImpulse'", nullptr); @@ -1712,7 +1712,7 @@ int lua_axis_physics3d_Physics3DRigidBody_applyImpulse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:applyImpulse",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_applyImpulse'.",&tolua_err); #endif @@ -1725,18 +1725,18 @@ int lua_axis_physics3d_Physics3DRigidBody_isKinematic(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_isKinematic'", nullptr); @@ -1759,7 +1759,7 @@ int lua_axis_physics3d_Physics3DRigidBody_isKinematic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:isKinematic",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_isKinematic'.",&tolua_err); #endif @@ -1772,18 +1772,18 @@ int lua_axis_physics3d_Physics3DRigidBody_applyTorque(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_applyTorque'", nullptr); @@ -1809,7 +1809,7 @@ int lua_axis_physics3d_Physics3DRigidBody_applyTorque(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:applyTorque",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_applyTorque'.",&tolua_err); #endif @@ -1822,18 +1822,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setCcdMotionThreshold(lua_State* tolua axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setCcdMotionThreshold'", nullptr); @@ -1859,7 +1859,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setCcdMotionThreshold(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setCcdMotionThreshold",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setCcdMotionThreshold'.",&tolua_err); #endif @@ -1872,18 +1872,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setRollingFriction(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setRollingFriction'", nullptr); @@ -1909,7 +1909,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setRollingFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setRollingFriction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setRollingFriction'.",&tolua_err); #endif @@ -1922,18 +1922,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getCcdMotionThreshold(lua_State* tolua axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getCcdMotionThreshold'", nullptr); @@ -1956,7 +1956,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getCcdMotionThreshold(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getCcdMotionThreshold",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getCcdMotionThreshold'.",&tolua_err); #endif @@ -1969,18 +1969,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getLinearFactor(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getLinearFactor'", nullptr); @@ -2003,7 +2003,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getLinearFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getLinearFactor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getLinearFactor'.",&tolua_err); #endif @@ -2016,18 +2016,18 @@ int lua_axis_physics3d_Physics3DRigidBody_applyDamping(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_applyDamping'", nullptr); @@ -2053,7 +2053,7 @@ int lua_axis_physics3d_Physics3DRigidBody_applyDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:applyDamping",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_applyDamping'.",&tolua_err); #endif @@ -2066,18 +2066,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getAngularVelocity(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getAngularVelocity'", nullptr); @@ -2100,7 +2100,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getAngularVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getAngularVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getAngularVelocity'.",&tolua_err); #endif @@ -2113,18 +2113,18 @@ int lua_axis_physics3d_Physics3DRigidBody_init(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_init'", nullptr); @@ -2151,7 +2151,7 @@ int lua_axis_physics3d_Physics3DRigidBody_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_init'.",&tolua_err); #endif @@ -2164,18 +2164,18 @@ int lua_axis_physics3d_Physics3DRigidBody_applyTorqueImpulse(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_applyTorqueImpulse'", nullptr); @@ -2201,7 +2201,7 @@ int lua_axis_physics3d_Physics3DRigidBody_applyTorqueImpulse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:applyTorqueImpulse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_applyTorqueImpulse'.",&tolua_err); #endif @@ -2214,18 +2214,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setActive(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setActive'", nullptr); @@ -2251,7 +2251,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setActive(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setActive",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setActive'.",&tolua_err); #endif @@ -2264,18 +2264,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setLinearFactor(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setLinearFactor'", nullptr); @@ -2301,7 +2301,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setLinearFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setLinearFactor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setLinearFactor'.",&tolua_err); #endif @@ -2314,18 +2314,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setLinearVelocity(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setLinearVelocity'", nullptr); @@ -2351,7 +2351,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setLinearVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setLinearVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setLinearVelocity'.",&tolua_err); #endif @@ -2364,18 +2364,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getLinearVelocity(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getLinearVelocity'", nullptr); @@ -2398,7 +2398,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getLinearVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getLinearVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getLinearVelocity'.",&tolua_err); #endif @@ -2411,18 +2411,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setCcdSweptSphereRadius(lua_State* tol axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setCcdSweptSphereRadius'", nullptr); @@ -2448,7 +2448,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setCcdSweptSphereRadius(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setCcdSweptSphereRadius",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setCcdSweptSphereRadius'.",&tolua_err); #endif @@ -2461,18 +2461,18 @@ int lua_axis_physics3d_Physics3DRigidBody_applyForce(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_applyForce'", nullptr); @@ -2501,7 +2501,7 @@ int lua_axis_physics3d_Physics3DRigidBody_applyForce(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:applyForce",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_applyForce'.",&tolua_err); #endif @@ -2514,18 +2514,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setAngularVelocity(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setAngularVelocity'", nullptr); @@ -2551,7 +2551,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setAngularVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setAngularVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setAngularVelocity'.",&tolua_err); #endif @@ -2564,18 +2564,18 @@ int lua_axis_physics3d_Physics3DRigidBody_applyCentralImpulse(lua_State* tolua_S axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_applyCentralImpulse'", nullptr); @@ -2601,7 +2601,7 @@ int lua_axis_physics3d_Physics3DRigidBody_applyCentralImpulse(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:applyCentralImpulse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_applyCentralImpulse'.",&tolua_err); #endif @@ -2614,18 +2614,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getGravity(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getGravity'", nullptr); @@ -2648,7 +2648,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getGravity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getGravity'.",&tolua_err); #endif @@ -2661,18 +2661,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getRollingFriction(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getRollingFriction'", nullptr); @@ -2695,7 +2695,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getRollingFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getRollingFriction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getRollingFriction'.",&tolua_err); #endif @@ -2708,18 +2708,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setCenterOfMassTransform(lua_State* to axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setCenterOfMassTransform'", nullptr); @@ -2745,7 +2745,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setCenterOfMassTransform(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setCenterOfMassTransform",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setCenterOfMassTransform'.",&tolua_err); #endif @@ -2758,18 +2758,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setInvInertiaDiagLocal(lua_State* tolu axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setInvInertiaDiagLocal'", nullptr); @@ -2795,7 +2795,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setInvInertiaDiagLocal(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setInvInertiaDiagLocal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setInvInertiaDiagLocal'.",&tolua_err); #endif @@ -2807,15 +2807,15 @@ int lua_axis_physics3d_Physics3DRigidBody_removeConstraint(lua_State* tolua_S) int argc = 0; axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_removeConstraint'", nullptr); @@ -2850,7 +2850,7 @@ int lua_axis_physics3d_Physics3DRigidBody_removeConstraint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:removeConstraint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_removeConstraint'.",&tolua_err); #endif @@ -2863,18 +2863,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getTotalTorque(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getTotalTorque'", nullptr); @@ -2897,7 +2897,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getTotalTorque(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getTotalTorque",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getTotalTorque'.",&tolua_err); #endif @@ -2910,18 +2910,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getInvMass(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getInvMass'", nullptr); @@ -2944,7 +2944,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getInvMass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getInvMass",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getInvMass'.",&tolua_err); #endif @@ -2957,18 +2957,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getConstraint(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getConstraint'", nullptr); @@ -2994,7 +2994,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getConstraint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getConstraint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getConstraint'.",&tolua_err); #endif @@ -3007,18 +3007,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getRestitution(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getRestitution'", nullptr); @@ -3041,7 +3041,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getRestitution(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getRestitution",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getRestitution'.",&tolua_err); #endif @@ -3054,18 +3054,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getCcdSweptSphereRadius(lua_State* tol axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getCcdSweptSphereRadius'", nullptr); @@ -3088,7 +3088,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getCcdSweptSphereRadius(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getCcdSweptSphereRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getCcdSweptSphereRadius'.",&tolua_err); #endif @@ -3101,18 +3101,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getHitFraction(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getHitFraction'", nullptr); @@ -3135,7 +3135,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getHitFraction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getHitFraction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getHitFraction'.",&tolua_err); #endif @@ -3148,18 +3148,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getAngularDamping(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getAngularDamping'", nullptr); @@ -3182,7 +3182,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getAngularDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getAngularDamping",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getAngularDamping'.",&tolua_err); #endif @@ -3195,18 +3195,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getInvInertiaDiagLocal(lua_State* tolu axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getInvInertiaDiagLocal'", nullptr); @@ -3229,7 +3229,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getInvInertiaDiagLocal(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getInvInertiaDiagLocal",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getInvInertiaDiagLocal'.",&tolua_err); #endif @@ -3242,18 +3242,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getCenterOfMassTransform(lua_State* to axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getCenterOfMassTransform'", nullptr); @@ -3276,7 +3276,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getCenterOfMassTransform(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getCenterOfMassTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getCenterOfMassTransform'.",&tolua_err); #endif @@ -3289,18 +3289,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getAngularFactor(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getAngularFactor'", nullptr); @@ -3323,7 +3323,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getAngularFactor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getAngularFactor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getAngularFactor'.",&tolua_err); #endif @@ -3336,18 +3336,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setRestitution(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setRestitution'", nullptr); @@ -3373,7 +3373,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setRestitution(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setRestitution",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setRestitution'.",&tolua_err); #endif @@ -3386,18 +3386,18 @@ int lua_axis_physics3d_Physics3DRigidBody_setHitFraction(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_setHitFraction'", nullptr); @@ -3423,7 +3423,7 @@ int lua_axis_physics3d_Physics3DRigidBody_setHitFraction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:setHitFraction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_setHitFraction'.",&tolua_err); #endif @@ -3436,18 +3436,18 @@ int lua_axis_physics3d_Physics3DRigidBody_getLinearDamping(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DRigidBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DRigidBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DRigidBody_getLinearDamping'", nullptr); @@ -3470,7 +3470,7 @@ int lua_axis_physics3d_Physics3DRigidBody_getLinearDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:getLinearDamping",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_getLinearDamping'.",&tolua_err); #endif @@ -3483,7 +3483,7 @@ int lua_axis_physics3d_Physics3DRigidBody_constructor(lua_State* tolua_S) axis::Physics3DRigidBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3507,7 +3507,7 @@ int lua_axis_physics3d_Physics3DRigidBody_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DRigidBody:Physics3DRigidBody",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DRigidBody_constructor'.",&tolua_err); #endif @@ -3589,18 +3589,18 @@ int lua_axis_physics3d_Physics3DComponent_syncNodeToPhysics(lua_State* tolua_S) axis::Physics3DComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DComponent_syncNodeToPhysics'", nullptr); @@ -3623,7 +3623,7 @@ int lua_axis_physics3d_Physics3DComponent_syncNodeToPhysics(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DComponent:syncNodeToPhysics",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DComponent_syncNodeToPhysics'.",&tolua_err); #endif @@ -3636,18 +3636,18 @@ int lua_axis_physics3d_Physics3DComponent_addToPhysicsWorld(lua_State* tolua_S) axis::Physics3DComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DComponent_addToPhysicsWorld'", nullptr); @@ -3673,7 +3673,7 @@ int lua_axis_physics3d_Physics3DComponent_addToPhysicsWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DComponent:addToPhysicsWorld",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DComponent_addToPhysicsWorld'.",&tolua_err); #endif @@ -3686,18 +3686,18 @@ int lua_axis_physics3d_Physics3DComponent_syncPhysicsToNode(lua_State* tolua_S) axis::Physics3DComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DComponent_syncPhysicsToNode'", nullptr); @@ -3720,7 +3720,7 @@ int lua_axis_physics3d_Physics3DComponent_syncPhysicsToNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DComponent:syncPhysicsToNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DComponent_syncPhysicsToNode'.",&tolua_err); #endif @@ -3733,18 +3733,18 @@ int lua_axis_physics3d_Physics3DComponent_getPhysics3DObject(lua_State* tolua_S) axis::Physics3DComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DComponent_getPhysics3DObject'", nullptr); @@ -3767,7 +3767,7 @@ int lua_axis_physics3d_Physics3DComponent_getPhysics3DObject(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DComponent:getPhysics3DObject",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DComponent_getPhysics3DObject'.",&tolua_err); #endif @@ -3780,18 +3780,18 @@ int lua_axis_physics3d_Physics3DComponent_setPhysics3DObject(lua_State* tolua_S) axis::Physics3DComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DComponent_setPhysics3DObject'", nullptr); @@ -3817,7 +3817,7 @@ int lua_axis_physics3d_Physics3DComponent_setPhysics3DObject(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DComponent:setPhysics3DObject",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DComponent_setPhysics3DObject'.",&tolua_err); #endif @@ -3830,18 +3830,18 @@ int lua_axis_physics3d_Physics3DComponent_setSyncFlag(lua_State* tolua_S) axis::Physics3DComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DComponent_setSyncFlag'", nullptr); @@ -3867,7 +3867,7 @@ int lua_axis_physics3d_Physics3DComponent_setSyncFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DComponent:setSyncFlag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DComponent_setSyncFlag'.",&tolua_err); #endif @@ -3879,11 +3879,11 @@ int lua_axis_physics3d_Physics3DComponent_getPhysics3DComponentName(lua_State* t int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DComponent",0,&tolua_err)) goto tolua_lerror; #endif @@ -3902,7 +3902,7 @@ int lua_axis_physics3d_Physics3DComponent_getPhysics3DComponentName(lua_State* t } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Physics3DComponent:getPhysics3DComponentName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DComponent_getPhysics3DComponentName'.",&tolua_err); #endif @@ -3914,7 +3914,7 @@ int lua_axis_physics3d_Physics3DComponent_constructor(lua_State* tolua_S) axis::Physics3DComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3938,7 +3938,7 @@ int lua_axis_physics3d_Physics3DComponent_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DComponent:Physics3DComponent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DComponent_constructor'.",&tolua_err); #endif @@ -3978,18 +3978,18 @@ int lua_axis_physics3d_PhysicsMeshRenderer_syncNodeToPhysics(lua_State* tolua_S) axis::PhysicsMeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsMeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsMeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_PhysicsMeshRenderer_syncNodeToPhysics'", nullptr); @@ -4012,7 +4012,7 @@ int lua_axis_physics3d_PhysicsMeshRenderer_syncNodeToPhysics(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsMeshRenderer:syncNodeToPhysics",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_PhysicsMeshRenderer_syncNodeToPhysics'.",&tolua_err); #endif @@ -4025,18 +4025,18 @@ int lua_axis_physics3d_PhysicsMeshRenderer_syncPhysicsToNode(lua_State* tolua_S) axis::PhysicsMeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsMeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsMeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_PhysicsMeshRenderer_syncPhysicsToNode'", nullptr); @@ -4059,7 +4059,7 @@ int lua_axis_physics3d_PhysicsMeshRenderer_syncPhysicsToNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsMeshRenderer:syncPhysicsToNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_PhysicsMeshRenderer_syncPhysicsToNode'.",&tolua_err); #endif @@ -4072,18 +4072,18 @@ int lua_axis_physics3d_PhysicsMeshRenderer_getPhysicsObj(lua_State* tolua_S) axis::PhysicsMeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsMeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsMeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_PhysicsMeshRenderer_getPhysicsObj'", nullptr); @@ -4106,7 +4106,7 @@ int lua_axis_physics3d_PhysicsMeshRenderer_getPhysicsObj(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsMeshRenderer:getPhysicsObj",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_PhysicsMeshRenderer_getPhysicsObj'.",&tolua_err); #endif @@ -4119,18 +4119,18 @@ int lua_axis_physics3d_PhysicsMeshRenderer_setSyncFlag(lua_State* tolua_S) axis::PhysicsMeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsMeshRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsMeshRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_PhysicsMeshRenderer_setSyncFlag'", nullptr); @@ -4156,7 +4156,7 @@ int lua_axis_physics3d_PhysicsMeshRenderer_setSyncFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsMeshRenderer:setSyncFlag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_PhysicsMeshRenderer_setSyncFlag'.",&tolua_err); #endif @@ -4169,7 +4169,7 @@ int lua_axis_physics3d_PhysicsMeshRenderer_constructor(lua_State* tolua_S) axis::PhysicsMeshRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4193,7 +4193,7 @@ int lua_axis_physics3d_PhysicsMeshRenderer_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsMeshRenderer:PhysicsMeshRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_PhysicsMeshRenderer_constructor'.",&tolua_err); #endif @@ -4230,18 +4230,18 @@ int lua_axis_physics3d_Physics3DWorld_setGravity(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_setGravity'", nullptr); @@ -4267,7 +4267,7 @@ int lua_axis_physics3d_Physics3DWorld_setGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:setGravity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_setGravity'.",&tolua_err); #endif @@ -4280,18 +4280,18 @@ int lua_axis_physics3d_Physics3DWorld_stepSimulate(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_stepSimulate'", nullptr); @@ -4317,7 +4317,7 @@ int lua_axis_physics3d_Physics3DWorld_stepSimulate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:stepSimulate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_stepSimulate'.",&tolua_err); #endif @@ -4330,18 +4330,18 @@ int lua_axis_physics3d_Physics3DWorld_needCollisionChecking(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_needCollisionChecking'", nullptr); @@ -4364,7 +4364,7 @@ int lua_axis_physics3d_Physics3DWorld_needCollisionChecking(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:needCollisionChecking",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_needCollisionChecking'.",&tolua_err); #endif @@ -4377,18 +4377,18 @@ int lua_axis_physics3d_Physics3DWorld_collisionChecking(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_collisionChecking'", nullptr); @@ -4411,7 +4411,7 @@ int lua_axis_physics3d_Physics3DWorld_collisionChecking(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:collisionChecking",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_collisionChecking'.",&tolua_err); #endif @@ -4424,18 +4424,18 @@ int lua_axis_physics3d_Physics3DWorld_setGhostPairCallback(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_setGhostPairCallback'", nullptr); @@ -4458,7 +4458,7 @@ int lua_axis_physics3d_Physics3DWorld_setGhostPairCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:setGhostPairCallback",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_setGhostPairCallback'.",&tolua_err); #endif @@ -4471,18 +4471,18 @@ int lua_axis_physics3d_Physics3DWorld_removeAllPhysics3DObjects(lua_State* tolua axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_removeAllPhysics3DObjects'", nullptr); @@ -4505,7 +4505,7 @@ int lua_axis_physics3d_Physics3DWorld_removeAllPhysics3DObjects(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:removeAllPhysics3DObjects",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_removeAllPhysics3DObjects'.",&tolua_err); #endif @@ -4518,18 +4518,18 @@ int lua_axis_physics3d_Physics3DWorld_isDebugDrawEnabled(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_isDebugDrawEnabled'", nullptr); @@ -4552,7 +4552,7 @@ int lua_axis_physics3d_Physics3DWorld_isDebugDrawEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:isDebugDrawEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_isDebugDrawEnabled'.",&tolua_err); #endif @@ -4565,18 +4565,18 @@ int lua_axis_physics3d_Physics3DWorld_removeAllPhysics3DConstraints(lua_State* t axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_removeAllPhysics3DConstraints'", nullptr); @@ -4599,7 +4599,7 @@ int lua_axis_physics3d_Physics3DWorld_removeAllPhysics3DConstraints(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:removeAllPhysics3DConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_removeAllPhysics3DConstraints'.",&tolua_err); #endif @@ -4612,18 +4612,18 @@ int lua_axis_physics3d_Physics3DWorld_getGravity(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_getGravity'", nullptr); @@ -4646,7 +4646,7 @@ int lua_axis_physics3d_Physics3DWorld_getGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:getGravity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_getGravity'.",&tolua_err); #endif @@ -4659,18 +4659,18 @@ int lua_axis_physics3d_Physics3DWorld_removePhysics3DConstraint(lua_State* tolua axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_removePhysics3DConstraint'", nullptr); @@ -4696,7 +4696,7 @@ int lua_axis_physics3d_Physics3DWorld_removePhysics3DConstraint(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:removePhysics3DConstraint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_removePhysics3DConstraint'.",&tolua_err); #endif @@ -4709,18 +4709,18 @@ int lua_axis_physics3d_Physics3DWorld_addPhysics3DObject(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_addPhysics3DObject'", nullptr); @@ -4746,7 +4746,7 @@ int lua_axis_physics3d_Physics3DWorld_addPhysics3DObject(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:addPhysics3DObject",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_addPhysics3DObject'.",&tolua_err); #endif @@ -4759,18 +4759,18 @@ int lua_axis_physics3d_Physics3DWorld_setDebugDrawEnable(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_setDebugDrawEnable'", nullptr); @@ -4796,7 +4796,7 @@ int lua_axis_physics3d_Physics3DWorld_setDebugDrawEnable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:setDebugDrawEnable",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_setDebugDrawEnable'.",&tolua_err); #endif @@ -4809,18 +4809,18 @@ int lua_axis_physics3d_Physics3DWorld_removePhysics3DObject(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_removePhysics3DObject'", nullptr); @@ -4846,7 +4846,7 @@ int lua_axis_physics3d_Physics3DWorld_removePhysics3DObject(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:removePhysics3DObject",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_removePhysics3DObject'.",&tolua_err); #endif @@ -4859,18 +4859,18 @@ int lua_axis_physics3d_Physics3DWorld_addPhysics3DConstraint(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_addPhysics3DConstraint'", nullptr); @@ -4913,7 +4913,7 @@ int lua_axis_physics3d_Physics3DWorld_addPhysics3DConstraint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:addPhysics3DConstraint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_addPhysics3DConstraint'.",&tolua_err); #endif @@ -4926,18 +4926,18 @@ int lua_axis_physics3d_Physics3DWorld_debugDraw(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DWorld_debugDraw'", nullptr); @@ -4963,7 +4963,7 @@ int lua_axis_physics3d_Physics3DWorld_debugDraw(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:debugDraw",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_debugDraw'.",&tolua_err); #endif @@ -4976,7 +4976,7 @@ int lua_axis_physics3d_Physics3DWorld_constructor(lua_State* tolua_S) axis::Physics3DWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -5000,7 +5000,7 @@ int lua_axis_physics3d_Physics3DWorld_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DWorld:Physics3DWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DWorld_constructor'.",&tolua_err); #endif @@ -5048,18 +5048,18 @@ int lua_axis_physics3d_Physics3DConstraint_setEnabled(lua_State* tolua_S) axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_setEnabled'", nullptr); @@ -5085,7 +5085,7 @@ int lua_axis_physics3d_Physics3DConstraint_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_setEnabled'.",&tolua_err); #endif @@ -5098,18 +5098,18 @@ int lua_axis_physics3d_Physics3DConstraint_setBreakingImpulse(lua_State* tolua_S axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_setBreakingImpulse'", nullptr); @@ -5135,7 +5135,7 @@ int lua_axis_physics3d_Physics3DConstraint_setBreakingImpulse(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:setBreakingImpulse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_setBreakingImpulse'.",&tolua_err); #endif @@ -5148,18 +5148,18 @@ int lua_axis_physics3d_Physics3DConstraint_getUserData(lua_State* tolua_S) axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_getUserData'", nullptr); @@ -5182,7 +5182,7 @@ int lua_axis_physics3d_Physics3DConstraint_getUserData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:getUserData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_getUserData'.",&tolua_err); #endif @@ -5195,18 +5195,18 @@ int lua_axis_physics3d_Physics3DConstraint_getBreakingImpulse(lua_State* tolua_S axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_getBreakingImpulse'", nullptr); @@ -5229,7 +5229,7 @@ int lua_axis_physics3d_Physics3DConstraint_getBreakingImpulse(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:getBreakingImpulse",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_getBreakingImpulse'.",&tolua_err); #endif @@ -5242,18 +5242,18 @@ int lua_axis_physics3d_Physics3DConstraint_getBodyA(lua_State* tolua_S) axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_getBodyA'", nullptr); @@ -5276,7 +5276,7 @@ int lua_axis_physics3d_Physics3DConstraint_getBodyA(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:getBodyA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_getBodyA'.",&tolua_err); #endif @@ -5289,18 +5289,18 @@ int lua_axis_physics3d_Physics3DConstraint_isEnabled(lua_State* tolua_S) axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_isEnabled'", nullptr); @@ -5323,7 +5323,7 @@ int lua_axis_physics3d_Physics3DConstraint_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_isEnabled'.",&tolua_err); #endif @@ -5336,18 +5336,18 @@ int lua_axis_physics3d_Physics3DConstraint_getOverrideNumSolverIterations(lua_St axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_getOverrideNumSolverIterations'", nullptr); @@ -5370,7 +5370,7 @@ int lua_axis_physics3d_Physics3DConstraint_getOverrideNumSolverIterations(lua_St luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:getOverrideNumSolverIterations",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_getOverrideNumSolverIterations'.",&tolua_err); #endif @@ -5383,18 +5383,18 @@ int lua_axis_physics3d_Physics3DConstraint_getBodyB(lua_State* tolua_S) axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_getBodyB'", nullptr); @@ -5417,7 +5417,7 @@ int lua_axis_physics3d_Physics3DConstraint_getBodyB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:getBodyB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_getBodyB'.",&tolua_err); #endif @@ -5430,18 +5430,18 @@ int lua_axis_physics3d_Physics3DConstraint_setOverrideNumSolverIterations(lua_St axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_setOverrideNumSolverIterations'", nullptr); @@ -5467,7 +5467,7 @@ int lua_axis_physics3d_Physics3DConstraint_setOverrideNumSolverIterations(lua_St luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:setOverrideNumSolverIterations",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_setOverrideNumSolverIterations'.",&tolua_err); #endif @@ -5480,18 +5480,18 @@ int lua_axis_physics3d_Physics3DConstraint_getConstraintType(lua_State* tolua_S) axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_getConstraintType'", nullptr); @@ -5514,7 +5514,7 @@ int lua_axis_physics3d_Physics3DConstraint_getConstraintType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:getConstraintType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_getConstraintType'.",&tolua_err); #endif @@ -5527,18 +5527,18 @@ int lua_axis_physics3d_Physics3DConstraint_setUserData(lua_State* tolua_S) axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_setUserData'", nullptr); @@ -5565,7 +5565,7 @@ int lua_axis_physics3d_Physics3DConstraint_setUserData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:setUserData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_setUserData'.",&tolua_err); #endif @@ -5578,18 +5578,18 @@ int lua_axis_physics3d_Physics3DConstraint_getbtContraint(lua_State* tolua_S) axis::Physics3DConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConstraint_getbtContraint'", nullptr); @@ -5612,7 +5612,7 @@ int lua_axis_physics3d_Physics3DConstraint_getbtContraint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConstraint:getbtContraint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConstraint_getbtContraint'.",&tolua_err); #endif @@ -5656,18 +5656,18 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_getPivotPointInA(lua_Stat axis::Physics3DPointToPointConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DPointToPointConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DPointToPointConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_getPivotPointInA'", nullptr); @@ -5690,7 +5690,7 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_getPivotPointInA(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DPointToPointConstraint:getPivotPointInA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_getPivotPointInA'.",&tolua_err); #endif @@ -5703,18 +5703,18 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_getPivotPointInB(lua_Stat axis::Physics3DPointToPointConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DPointToPointConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DPointToPointConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_getPivotPointInB'", nullptr); @@ -5737,7 +5737,7 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_getPivotPointInB(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DPointToPointConstraint:getPivotPointInB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_getPivotPointInB'.",&tolua_err); #endif @@ -5749,15 +5749,15 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_init(lua_State* tolua_S) int argc = 0; axis::Physics3DPointToPointConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DPointToPointConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DPointToPointConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_init'", nullptr); @@ -5808,7 +5808,7 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DPointToPointConstraint:init",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_init'.",&tolua_err); #endif @@ -5821,18 +5821,18 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_setPivotPointInA(lua_Stat axis::Physics3DPointToPointConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DPointToPointConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DPointToPointConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_setPivotPointInA'", nullptr); @@ -5858,7 +5858,7 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_setPivotPointInA(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DPointToPointConstraint:setPivotPointInA",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_setPivotPointInA'.",&tolua_err); #endif @@ -5871,18 +5871,18 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_setPivotPointInB(lua_Stat axis::Physics3DPointToPointConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DPointToPointConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DPointToPointConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_setPivotPointInB'", nullptr); @@ -5908,7 +5908,7 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_setPivotPointInB(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DPointToPointConstraint:setPivotPointInB",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_setPivotPointInB'.",&tolua_err); #endif @@ -5919,11 +5919,11 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_create(lua_State* tolua_S { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DPointToPointConstraint",0,&tolua_err)) goto tolua_lerror; #endif @@ -5969,7 +5969,7 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_create(lua_State* tolua_S ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Physics3DPointToPointConstraint:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_create'.",&tolua_err); #endif @@ -5981,7 +5981,7 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_constructor(lua_State* to axis::Physics3DPointToPointConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -6005,7 +6005,7 @@ int lua_axis_physics3d_Physics3DPointToPointConstraint_constructor(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DPointToPointConstraint:Physics3DPointToPointConstraint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DPointToPointConstraint_constructor'.",&tolua_err); #endif @@ -6043,15 +6043,15 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getHingeAngle(lua_State* tolua_S int argc = 0; axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getHingeAngle'", nullptr); @@ -6086,7 +6086,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getHingeAngle(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getHingeAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getHingeAngle'.",&tolua_err); #endif @@ -6099,18 +6099,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getMotorTargetVelosity(lua_State axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getMotorTargetVelosity'", nullptr); @@ -6133,7 +6133,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getMotorTargetVelosity(lua_State luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getMotorTargetVelosity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getMotorTargetVelosity'.",&tolua_err); #endif @@ -6146,18 +6146,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getFrameOffsetA(lua_State* tolua axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getFrameOffsetA'", nullptr); @@ -6180,7 +6180,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getFrameOffsetA(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getFrameOffsetA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getFrameOffsetA'.",&tolua_err); #endif @@ -6193,18 +6193,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getFrameOffsetB(lua_State* tolua axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getFrameOffsetB'", nullptr); @@ -6227,7 +6227,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getFrameOffsetB(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getFrameOffsetB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getFrameOffsetB'.",&tolua_err); #endif @@ -6240,18 +6240,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setMaxMotorImpulse(lua_State* to axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_setMaxMotorImpulse'", nullptr); @@ -6277,7 +6277,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setMaxMotorImpulse(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:setMaxMotorImpulse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_setMaxMotorImpulse'.",&tolua_err); #endif @@ -6290,18 +6290,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_enableAngularMotor(lua_State* to axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_enableAngularMotor'", nullptr); @@ -6333,7 +6333,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_enableAngularMotor(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:enableAngularMotor",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_enableAngularMotor'.",&tolua_err); #endif @@ -6346,18 +6346,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getUpperLimit(lua_State* tolua_S axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getUpperLimit'", nullptr); @@ -6380,7 +6380,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getUpperLimit(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getUpperLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getUpperLimit'.",&tolua_err); #endif @@ -6393,18 +6393,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getMaxMotorImpulse(lua_State* to axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getMaxMotorImpulse'", nullptr); @@ -6427,7 +6427,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getMaxMotorImpulse(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getMaxMotorImpulse",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getMaxMotorImpulse'.",&tolua_err); #endif @@ -6440,18 +6440,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getLowerLimit(lua_State* tolua_S axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getLowerLimit'", nullptr); @@ -6474,7 +6474,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getLowerLimit(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getLowerLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getLowerLimit'.",&tolua_err); #endif @@ -6487,18 +6487,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setUseFrameOffset(lua_State* tol axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_setUseFrameOffset'", nullptr); @@ -6524,7 +6524,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setUseFrameOffset(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:setUseFrameOffset",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_setUseFrameOffset'.",&tolua_err); #endif @@ -6537,18 +6537,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getEnableAngularMotor(lua_State* axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getEnableAngularMotor'", nullptr); @@ -6571,7 +6571,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getEnableAngularMotor(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getEnableAngularMotor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getEnableAngularMotor'.",&tolua_err); #endif @@ -6584,18 +6584,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_enableMotor(lua_State* tolua_S) axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_enableMotor'", nullptr); @@ -6621,7 +6621,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_enableMotor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:enableMotor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_enableMotor'.",&tolua_err); #endif @@ -6634,18 +6634,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getBFrame(lua_State* tolua_S) axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getBFrame'", nullptr); @@ -6668,7 +6668,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getBFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getBFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getBFrame'.",&tolua_err); #endif @@ -6681,18 +6681,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setFrames(lua_State* tolua_S) axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_setFrames'", nullptr); @@ -6721,7 +6721,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:setFrames",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_setFrames'.",&tolua_err); #endif @@ -6734,18 +6734,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getUseFrameOffset(lua_State* tol axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getUseFrameOffset'", nullptr); @@ -6768,7 +6768,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getUseFrameOffset(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getUseFrameOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getUseFrameOffset'.",&tolua_err); #endif @@ -6781,18 +6781,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setAngularOnly(lua_State* tolua_ axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_setAngularOnly'", nullptr); @@ -6818,7 +6818,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setAngularOnly(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:setAngularOnly",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_setAngularOnly'.",&tolua_err); #endif @@ -6831,18 +6831,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setLimit(lua_State* tolua_S) axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_setLimit'", nullptr); @@ -6940,7 +6940,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setLimit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:setLimit",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_setLimit'.",&tolua_err); #endif @@ -6953,18 +6953,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getAngularOnly(lua_State* tolua_ axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getAngularOnly'", nullptr); @@ -6987,7 +6987,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getAngularOnly(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getAngularOnly",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getAngularOnly'.",&tolua_err); #endif @@ -7000,18 +7000,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setAxis(lua_State* tolua_S) axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_setAxis'", nullptr); @@ -7037,7 +7037,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_setAxis(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:setAxis",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_setAxis'.",&tolua_err); #endif @@ -7050,18 +7050,18 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getAFrame(lua_State* tolua_S) axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DHingeConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DHingeConstraint_getAFrame'", nullptr); @@ -7084,7 +7084,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_getAFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:getAFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_getAFrame'.",&tolua_err); #endif @@ -7095,11 +7095,11 @@ int lua_axis_physics3d_Physics3DHingeConstraint_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DHingeConstraint",0,&tolua_err)) goto tolua_lerror; #endif @@ -7289,7 +7289,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Physics3DHingeConstraint:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_create'.",&tolua_err); #endif @@ -7301,7 +7301,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_constructor(lua_State* tolua_S) axis::Physics3DHingeConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -7325,7 +7325,7 @@ int lua_axis_physics3d_Physics3DHingeConstraint_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DHingeConstraint:Physics3DHingeConstraint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DHingeConstraint_constructor'.",&tolua_err); #endif @@ -7379,18 +7379,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setPoweredAngMotor(lua_State* t axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setPoweredAngMotor'", nullptr); @@ -7416,7 +7416,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setPoweredAngMotor(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setPoweredAngMotor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setPoweredAngMotor'.",&tolua_err); #endif @@ -7429,18 +7429,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingLimAng(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingLimAng'", nullptr); @@ -7463,7 +7463,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingLimAng(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getDampingLimAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingLimAng'.",&tolua_err); #endif @@ -7476,18 +7476,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionOrthoLin(lua_Stat axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionOrthoLin'", nullptr); @@ -7513,7 +7513,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionOrthoLin(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setRestitutionOrthoLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionOrthoLin'.",&tolua_err); #endif @@ -7526,18 +7526,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionDirLin(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionDirLin'", nullptr); @@ -7563,7 +7563,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionDirLin(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setRestitutionDirLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionDirLin'.",&tolua_err); #endif @@ -7576,18 +7576,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getLinearPos(lua_State* tolua_S axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getLinearPos'", nullptr); @@ -7610,7 +7610,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getLinearPos(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getLinearPos",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getLinearPos'.",&tolua_err); #endif @@ -7623,18 +7623,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getFrameOffsetA(lua_State* tolu axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getFrameOffsetA'", nullptr); @@ -7657,7 +7657,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getFrameOffsetA(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getFrameOffsetA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getFrameOffsetA'.",&tolua_err); #endif @@ -7670,18 +7670,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getFrameOffsetB(lua_State* tolu axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getFrameOffsetB'", nullptr); @@ -7704,7 +7704,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getFrameOffsetB(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getFrameOffsetB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getFrameOffsetB'.",&tolua_err); #endif @@ -7717,18 +7717,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setPoweredLinMotor(lua_State* t axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setPoweredLinMotor'", nullptr); @@ -7754,7 +7754,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setPoweredLinMotor(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setPoweredLinMotor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setPoweredLinMotor'.",&tolua_err); #endif @@ -7767,18 +7767,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingDirAng(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingDirAng'", nullptr); @@ -7801,7 +7801,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingDirAng(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getDampingDirAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingDirAng'.",&tolua_err); #endif @@ -7814,18 +7814,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionLimLin(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionLimLin'", nullptr); @@ -7848,7 +7848,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionLimLin(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getRestitutionLimLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionLimLin'.",&tolua_err); #endif @@ -7861,18 +7861,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessOrthoAng(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessOrthoAng'", nullptr); @@ -7895,7 +7895,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessOrthoAng(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getSoftnessOrthoAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessOrthoAng'.",&tolua_err); #endif @@ -7908,18 +7908,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessOrthoLin(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessOrthoLin'", nullptr); @@ -7945,7 +7945,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessOrthoLin(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setSoftnessOrthoLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessOrthoLin'.",&tolua_err); #endif @@ -7958,18 +7958,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessLimLin(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessLimLin'", nullptr); @@ -7995,7 +7995,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessLimLin(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setSoftnessLimLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessLimLin'.",&tolua_err); #endif @@ -8008,18 +8008,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getAngularPos(lua_State* tolua_ axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getAngularPos'", nullptr); @@ -8042,7 +8042,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getAngularPos(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getAngularPos",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getAngularPos'.",&tolua_err); #endif @@ -8055,18 +8055,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionLimAng(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionLimAng'", nullptr); @@ -8092,7 +8092,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionLimAng(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setRestitutionLimAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionLimAng'.",&tolua_err); #endif @@ -8105,18 +8105,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setUpperLinLimit(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setUpperLinLimit'", nullptr); @@ -8142,7 +8142,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setUpperLinLimit(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setUpperLinLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setUpperLinLimit'.",&tolua_err); #endif @@ -8155,18 +8155,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingDirLin(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingDirLin'", nullptr); @@ -8192,7 +8192,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingDirLin(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setDampingDirLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingDirLin'.",&tolua_err); #endif @@ -8205,18 +8205,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getUpperAngLimit(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getUpperAngLimit'", nullptr); @@ -8239,7 +8239,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getUpperAngLimit(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getUpperAngLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getUpperAngLimit'.",&tolua_err); #endif @@ -8252,18 +8252,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingDirLin(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingDirLin'", nullptr); @@ -8286,7 +8286,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingDirLin(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getDampingDirLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingDirLin'.",&tolua_err); #endif @@ -8299,18 +8299,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessDirAng(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessDirAng'", nullptr); @@ -8333,7 +8333,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessDirAng(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getSoftnessDirAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessDirAng'.",&tolua_err); #endif @@ -8346,18 +8346,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getPoweredAngMotor(lua_State* t axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getPoweredAngMotor'", nullptr); @@ -8380,7 +8380,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getPoweredAngMotor(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getPoweredAngMotor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getPoweredAngMotor'.",&tolua_err); #endif @@ -8393,18 +8393,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setLowerAngLimit(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setLowerAngLimit'", nullptr); @@ -8430,7 +8430,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setLowerAngLimit(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setLowerAngLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setLowerAngLimit'.",&tolua_err); #endif @@ -8443,18 +8443,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setUpperAngLimit(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setUpperAngLimit'", nullptr); @@ -8480,7 +8480,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setUpperAngLimit(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setUpperAngLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setUpperAngLimit'.",&tolua_err); #endif @@ -8493,18 +8493,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setTargetLinMotorVelocity(lua_S axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setTargetLinMotorVelocity'", nullptr); @@ -8530,7 +8530,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setTargetLinMotorVelocity(lua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setTargetLinMotorVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setTargetLinMotorVelocity'.",&tolua_err); #endif @@ -8543,18 +8543,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingLimAng(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingLimAng'", nullptr); @@ -8580,7 +8580,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingLimAng(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setDampingLimAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingLimAng'.",&tolua_err); #endif @@ -8593,18 +8593,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionLimAng(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionLimAng'", nullptr); @@ -8627,7 +8627,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionLimAng(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getRestitutionLimAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionLimAng'.",&tolua_err); #endif @@ -8640,18 +8640,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getUseFrameOffset(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getUseFrameOffset'", nullptr); @@ -8674,7 +8674,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getUseFrameOffset(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getUseFrameOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getUseFrameOffset'.",&tolua_err); #endif @@ -8687,18 +8687,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessOrthoLin(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessOrthoLin'", nullptr); @@ -8721,7 +8721,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessOrthoLin(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getSoftnessOrthoLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessOrthoLin'.",&tolua_err); #endif @@ -8734,18 +8734,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingOrthoAng(lua_State* t axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingOrthoAng'", nullptr); @@ -8768,7 +8768,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingOrthoAng(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getDampingOrthoAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingOrthoAng'.",&tolua_err); #endif @@ -8781,18 +8781,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setUseFrameOffset(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setUseFrameOffset'", nullptr); @@ -8818,7 +8818,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setUseFrameOffset(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setUseFrameOffset",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setUseFrameOffset'.",&tolua_err); #endif @@ -8831,18 +8831,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setLowerLinLimit(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setLowerLinLimit'", nullptr); @@ -8868,7 +8868,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setLowerLinLimit(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setLowerLinLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setLowerLinLimit'.",&tolua_err); #endif @@ -8881,18 +8881,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionDirLin(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionDirLin'", nullptr); @@ -8915,7 +8915,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionDirLin(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getRestitutionDirLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionDirLin'.",&tolua_err); #endif @@ -8928,18 +8928,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getTargetLinMotorVelocity(lua_S axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getTargetLinMotorVelocity'", nullptr); @@ -8962,7 +8962,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getTargetLinMotorVelocity(lua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getTargetLinMotorVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getTargetLinMotorVelocity'.",&tolua_err); #endif @@ -8975,18 +8975,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getLowerLinLimit(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getLowerLinLimit'", nullptr); @@ -9009,7 +9009,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getLowerLinLimit(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getLowerLinLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getLowerLinLimit'.",&tolua_err); #endif @@ -9022,18 +9022,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessLimLin(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessLimLin'", nullptr); @@ -9056,7 +9056,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessLimLin(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getSoftnessLimLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessLimLin'.",&tolua_err); #endif @@ -9069,18 +9069,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingOrthoAng(lua_State* t axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingOrthoAng'", nullptr); @@ -9106,7 +9106,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingOrthoAng(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setDampingOrthoAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingOrthoAng'.",&tolua_err); #endif @@ -9119,18 +9119,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessDirAng(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessDirAng'", nullptr); @@ -9156,7 +9156,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessDirAng(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setSoftnessDirAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessDirAng'.",&tolua_err); #endif @@ -9169,18 +9169,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getPoweredLinMotor(lua_State* t axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getPoweredLinMotor'", nullptr); @@ -9203,7 +9203,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getPoweredLinMotor(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getPoweredLinMotor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getPoweredLinMotor'.",&tolua_err); #endif @@ -9216,18 +9216,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionOrthoAng(lua_Stat axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionOrthoAng'", nullptr); @@ -9253,7 +9253,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionOrthoAng(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setRestitutionOrthoAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionOrthoAng'.",&tolua_err); #endif @@ -9266,18 +9266,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingDirAng(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingDirAng'", nullptr); @@ -9303,7 +9303,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingDirAng(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setDampingDirAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingDirAng'.",&tolua_err); #endif @@ -9316,18 +9316,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setFrames(lua_State* tolua_S) axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setFrames'", nullptr); @@ -9356,7 +9356,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setFrames",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setFrames'.",&tolua_err); #endif @@ -9369,18 +9369,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionOrthoAng(lua_Stat axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionOrthoAng'", nullptr); @@ -9403,7 +9403,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionOrthoAng(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getRestitutionOrthoAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionOrthoAng'.",&tolua_err); #endif @@ -9416,18 +9416,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getMaxAngMotorForce(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getMaxAngMotorForce'", nullptr); @@ -9450,7 +9450,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getMaxAngMotorForce(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getMaxAngMotorForce",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getMaxAngMotorForce'.",&tolua_err); #endif @@ -9463,18 +9463,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingOrthoLin(lua_State* t axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingOrthoLin'", nullptr); @@ -9497,7 +9497,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingOrthoLin(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getDampingOrthoLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingOrthoLin'.",&tolua_err); #endif @@ -9510,18 +9510,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getUpperLinLimit(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getUpperLinLimit'", nullptr); @@ -9544,7 +9544,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getUpperLinLimit(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getUpperLinLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getUpperLinLimit'.",&tolua_err); #endif @@ -9557,18 +9557,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setMaxLinMotorForce(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setMaxLinMotorForce'", nullptr); @@ -9594,7 +9594,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setMaxLinMotorForce(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setMaxLinMotorForce",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setMaxLinMotorForce'.",&tolua_err); #endif @@ -9607,18 +9607,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionOrthoLin(lua_Stat axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionOrthoLin'", nullptr); @@ -9641,7 +9641,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionOrthoLin(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getRestitutionOrthoLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionOrthoLin'.",&tolua_err); #endif @@ -9654,18 +9654,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setTargetAngMotorVelocity(lua_S axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setTargetAngMotorVelocity'", nullptr); @@ -9691,7 +9691,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setTargetAngMotorVelocity(lua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setTargetAngMotorVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setTargetAngMotorVelocity'.",&tolua_err); #endif @@ -9704,18 +9704,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessLimAng(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessLimAng'", nullptr); @@ -9738,7 +9738,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessLimAng(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getSoftnessLimAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessLimAng'.",&tolua_err); #endif @@ -9751,18 +9751,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionDirAng(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionDirAng'", nullptr); @@ -9788,7 +9788,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionDirAng(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setRestitutionDirAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionDirAng'.",&tolua_err); #endif @@ -9801,18 +9801,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingLimLin(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingLimLin'", nullptr); @@ -9835,7 +9835,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getDampingLimLin(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getDampingLimLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getDampingLimLin'.",&tolua_err); #endif @@ -9848,18 +9848,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getLowerAngLimit(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getLowerAngLimit'", nullptr); @@ -9882,7 +9882,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getLowerAngLimit(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getLowerAngLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getLowerAngLimit'.",&tolua_err); #endif @@ -9895,18 +9895,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionDirAng(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionDirAng'", nullptr); @@ -9929,7 +9929,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionDirAng(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getRestitutionDirAng",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getRestitutionDirAng'.",&tolua_err); #endif @@ -9942,18 +9942,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getTargetAngMotorVelocity(lua_S axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getTargetAngMotorVelocity'", nullptr); @@ -9976,7 +9976,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getTargetAngMotorVelocity(lua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getTargetAngMotorVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getTargetAngMotorVelocity'.",&tolua_err); #endif @@ -9989,18 +9989,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionLimLin(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionLimLin'", nullptr); @@ -10026,7 +10026,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionLimLin(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setRestitutionLimLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setRestitutionLimLin'.",&tolua_err); #endif @@ -10039,18 +10039,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getMaxLinMotorForce(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getMaxLinMotorForce'", nullptr); @@ -10073,7 +10073,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getMaxLinMotorForce(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getMaxLinMotorForce",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getMaxLinMotorForce'.",&tolua_err); #endif @@ -10086,18 +10086,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingOrthoLin(lua_State* t axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingOrthoLin'", nullptr); @@ -10123,7 +10123,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingOrthoLin(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setDampingOrthoLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingOrthoLin'.",&tolua_err); #endif @@ -10136,18 +10136,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessOrthoAng(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessOrthoAng'", nullptr); @@ -10173,7 +10173,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessOrthoAng(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setSoftnessOrthoAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessOrthoAng'.",&tolua_err); #endif @@ -10186,18 +10186,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingLimLin(lua_State* tol axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingLimLin'", nullptr); @@ -10223,7 +10223,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setDampingLimLin(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setDampingLimLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setDampingLimLin'.",&tolua_err); #endif @@ -10236,18 +10236,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessDirLin(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessDirLin'", nullptr); @@ -10273,7 +10273,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessDirLin(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setSoftnessDirLin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessDirLin'.",&tolua_err); #endif @@ -10286,18 +10286,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setMaxAngMotorForce(lua_State* axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setMaxAngMotorForce'", nullptr); @@ -10323,7 +10323,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setMaxAngMotorForce(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setMaxAngMotorForce",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setMaxAngMotorForce'.",&tolua_err); #endif @@ -10336,18 +10336,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessDirLin(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessDirLin'", nullptr); @@ -10370,7 +10370,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessDirLin(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getSoftnessDirLin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getSoftnessDirLin'.",&tolua_err); #endif @@ -10383,18 +10383,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessLimAng(lua_State* to axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessLimAng'", nullptr); @@ -10420,7 +10420,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessLimAng(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:setSoftnessLimAng",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_setSoftnessLimAng'.",&tolua_err); #endif @@ -10433,18 +10433,18 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getUseLinearReferenceFrameA(lua axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DSliderConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DSliderConstraint_getUseLinearReferenceFrameA'", nullptr); @@ -10467,7 +10467,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_getUseLinearReferenceFrameA(lua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:getUseLinearReferenceFrameA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_getUseLinearReferenceFrameA'.",&tolua_err); #endif @@ -10479,11 +10479,11 @@ int lua_axis_physics3d_Physics3DSliderConstraint_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DSliderConstraint",0,&tolua_err)) goto tolua_lerror; #endif @@ -10512,7 +10512,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.Physics3DSliderConstraint:create",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_create'.",&tolua_err); #endif @@ -10524,7 +10524,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_constructor(lua_State* tolua_S) axis::Physics3DSliderConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -10548,7 +10548,7 @@ int lua_axis_physics3d_Physics3DSliderConstraint_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DSliderConstraint:Physics3DSliderConstraint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DSliderConstraint_constructor'.",&tolua_err); #endif @@ -10646,18 +10646,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getBFrame(lua_State* tolua_S axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getBFrame'", nullptr); @@ -10680,7 +10680,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getBFrame(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getBFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getBFrame'.",&tolua_err); #endif @@ -10693,18 +10693,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setFixThresh(lua_State* tolu axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setFixThresh'", nullptr); @@ -10730,7 +10730,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setFixThresh(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:setFixThresh",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setFixThresh'.",&tolua_err); #endif @@ -10743,18 +10743,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getFrameOffsetB(lua_State* t axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getFrameOffsetB'", nullptr); @@ -10777,7 +10777,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getFrameOffsetB(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getFrameOffsetB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getFrameOffsetB'.",&tolua_err); #endif @@ -10790,18 +10790,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getFrameOffsetA(lua_State* t axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getFrameOffsetA'", nullptr); @@ -10824,7 +10824,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getFrameOffsetA(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getFrameOffsetA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getFrameOffsetA'.",&tolua_err); #endif @@ -10837,18 +10837,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getFixThresh(lua_State* tolu axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getFixThresh'", nullptr); @@ -10871,7 +10871,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getFixThresh(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getFixThresh",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getFixThresh'.",&tolua_err); #endif @@ -10884,18 +10884,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getSwingSpan2(lua_State* tol axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getSwingSpan2'", nullptr); @@ -10918,7 +10918,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getSwingSpan2(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getSwingSpan2",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getSwingSpan2'.",&tolua_err); #endif @@ -10931,18 +10931,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getSwingSpan1(lua_State* tol axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getSwingSpan1'", nullptr); @@ -10965,7 +10965,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getSwingSpan1(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getSwingSpan1",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getSwingSpan1'.",&tolua_err); #endif @@ -10978,18 +10978,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setMaxMotorImpulse(lua_State axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setMaxMotorImpulse'", nullptr); @@ -11015,7 +11015,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setMaxMotorImpulse(lua_State luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:setMaxMotorImpulse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setMaxMotorImpulse'.",&tolua_err); #endif @@ -11028,18 +11028,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setFrames(lua_State* tolua_S axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setFrames'", nullptr); @@ -11068,7 +11068,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setFrames(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:setFrames",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setFrames'.",&tolua_err); #endif @@ -11081,18 +11081,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getTwistAngle(lua_State* tol axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getTwistAngle'", nullptr); @@ -11115,7 +11115,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getTwistAngle(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getTwistAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getTwistAngle'.",&tolua_err); #endif @@ -11128,18 +11128,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_GetPointForAngle(lua_State* axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_GetPointForAngle'", nullptr); @@ -11168,7 +11168,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_GetPointForAngle(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:GetPointForAngle",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_GetPointForAngle'.",&tolua_err); #endif @@ -11181,18 +11181,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setMaxMotorImpulseNormalized axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setMaxMotorImpulseNormalized'", nullptr); @@ -11218,7 +11218,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setMaxMotorImpulseNormalized luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:setMaxMotorImpulseNormalized",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setMaxMotorImpulseNormalized'.",&tolua_err); #endif @@ -11231,18 +11231,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getTwistSpan(lua_State* tolu axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getTwistSpan'", nullptr); @@ -11265,7 +11265,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getTwistSpan(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getTwistSpan",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getTwistSpan'.",&tolua_err); #endif @@ -11278,18 +11278,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setDamping(lua_State* tolua_ axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setDamping'", nullptr); @@ -11315,7 +11315,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setDamping(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:setDamping",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setDamping'.",&tolua_err); #endif @@ -11328,18 +11328,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setLimit(lua_State* tolua_S) axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setLimit'", nullptr); @@ -11449,7 +11449,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_setLimit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:setLimit",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_setLimit'.",&tolua_err); #endif @@ -11462,18 +11462,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getAFrame(lua_State* tolua_S axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getAFrame'", nullptr); @@ -11496,7 +11496,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_getAFrame(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:getAFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_getAFrame'.",&tolua_err); #endif @@ -11509,18 +11509,18 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_enableMotor(lua_State* tolua axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3DConeTwistConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_enableMotor'", nullptr); @@ -11546,7 +11546,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_enableMotor(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:enableMotor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_enableMotor'.",&tolua_err); #endif @@ -11557,11 +11557,11 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3DConeTwistConstraint",0,&tolua_err)) goto tolua_lerror; #endif @@ -11607,7 +11607,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Physics3DConeTwistConstraint:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_create'.",&tolua_err); #endif @@ -11619,7 +11619,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_constructor(lua_State* tolua axis::Physics3DConeTwistConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -11643,7 +11643,7 @@ int lua_axis_physics3d_Physics3DConeTwistConstraint_constructor(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3DConeTwistConstraint:Physics3DConeTwistConstraint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3DConeTwistConstraint_constructor'.",&tolua_err); #endif @@ -11694,18 +11694,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setLinearLowerLimit(lua_State* to axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_setLinearLowerLimit'", nullptr); @@ -11731,7 +11731,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setLinearLowerLimit(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:setLinearLowerLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_setLinearLowerLimit'.",&tolua_err); #endif @@ -11744,18 +11744,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getLinearLowerLimit(lua_State* to axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_getLinearLowerLimit'", nullptr); @@ -11778,7 +11778,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getLinearLowerLimit(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:getLinearLowerLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_getLinearLowerLimit'.",&tolua_err); #endif @@ -11791,18 +11791,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getAngularUpperLimit(lua_State* t axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_getAngularUpperLimit'", nullptr); @@ -11825,7 +11825,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getAngularUpperLimit(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:getAngularUpperLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_getAngularUpperLimit'.",&tolua_err); #endif @@ -11838,18 +11838,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getUseFrameOffset(lua_State* tolu axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_getUseFrameOffset'", nullptr); @@ -11872,7 +11872,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getUseFrameOffset(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:getUseFrameOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_getUseFrameOffset'.",&tolua_err); #endif @@ -11885,18 +11885,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getLinearUpperLimit(lua_State* to axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_getLinearUpperLimit'", nullptr); @@ -11919,7 +11919,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getLinearUpperLimit(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:getLinearUpperLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_getLinearUpperLimit'.",&tolua_err); #endif @@ -11932,18 +11932,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setAngularLowerLimit(lua_State* t axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_setAngularLowerLimit'", nullptr); @@ -11969,7 +11969,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setAngularLowerLimit(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:setAngularLowerLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_setAngularLowerLimit'.",&tolua_err); #endif @@ -11982,18 +11982,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_isLimited(lua_State* tolua_S) axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_isLimited'", nullptr); @@ -12019,7 +12019,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_isLimited(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:isLimited",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_isLimited'.",&tolua_err); #endif @@ -12032,18 +12032,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setUseFrameOffset(lua_State* tolu axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_setUseFrameOffset'", nullptr); @@ -12069,7 +12069,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setUseFrameOffset(lua_State* tolu luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:setUseFrameOffset",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_setUseFrameOffset'.",&tolua_err); #endif @@ -12082,18 +12082,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setLinearUpperLimit(lua_State* to axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_setLinearUpperLimit'", nullptr); @@ -12119,7 +12119,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setLinearUpperLimit(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:setLinearUpperLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_setLinearUpperLimit'.",&tolua_err); #endif @@ -12132,18 +12132,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getAngularLowerLimit(lua_State* t axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_getAngularLowerLimit'", nullptr); @@ -12166,7 +12166,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_getAngularLowerLimit(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:getAngularLowerLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_getAngularLowerLimit'.",&tolua_err); #endif @@ -12179,18 +12179,18 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setAngularUpperLimit(lua_State* t axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::Physics3D6DofConstraint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics3d_Physics3D6DofConstraint_setAngularUpperLimit'", nullptr); @@ -12216,7 +12216,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_setAngularUpperLimit(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:setAngularUpperLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_setAngularUpperLimit'.",&tolua_err); #endif @@ -12227,11 +12227,11 @@ int lua_axis_physics3d_Physics3D6DofConstraint_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.Physics3D6DofConstraint",0,&tolua_err)) goto tolua_lerror; #endif @@ -12283,7 +12283,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.Physics3D6DofConstraint:create",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_create'.",&tolua_err); #endif @@ -12295,7 +12295,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_constructor(lua_State* tolua_S) axis::Physics3D6DofConstraint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -12319,7 +12319,7 @@ int lua_axis_physics3d_Physics3D6DofConstraint_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.Physics3D6DofConstraint:Physics3D6DofConstraint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_physics3d_Physics3D6DofConstraint_constructor'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_physics_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_physics_auto.cpp index ed229eec1c..0d4b989ba7 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_physics_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_physics_auto.cpp @@ -10,18 +10,18 @@ int lua_axis_physics_PhysicsShape_getFriction(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getFriction'", nullptr); @@ -44,7 +44,7 @@ int lua_axis_physics_PhysicsShape_getFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getFriction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getFriction'.",&tolua_err); #endif @@ -57,18 +57,18 @@ int lua_axis_physics_PhysicsShape_setGroup(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setGroup'", nullptr); @@ -94,7 +94,7 @@ int lua_axis_physics_PhysicsShape_setGroup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setGroup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setGroup'.",&tolua_err); #endif @@ -107,18 +107,18 @@ int lua_axis_physics_PhysicsShape_setDensity(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setDensity'", nullptr); @@ -144,7 +144,7 @@ int lua_axis_physics_PhysicsShape_setDensity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setDensity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setDensity'.",&tolua_err); #endif @@ -157,18 +157,18 @@ int lua_axis_physics_PhysicsShape_getMass(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getMass'", nullptr); @@ -191,7 +191,7 @@ int lua_axis_physics_PhysicsShape_getMass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getMass",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getMass'.",&tolua_err); #endif @@ -204,18 +204,18 @@ int lua_axis_physics_PhysicsShape_getMaterial(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getMaterial'", nullptr); @@ -238,7 +238,7 @@ int lua_axis_physics_PhysicsShape_getMaterial(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getMaterial",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getMaterial'.",&tolua_err); #endif @@ -251,18 +251,18 @@ int lua_axis_physics_PhysicsShape_setSensor(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setSensor'", nullptr); @@ -288,7 +288,7 @@ int lua_axis_physics_PhysicsShape_setSensor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setSensor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setSensor'.",&tolua_err); #endif @@ -301,18 +301,18 @@ int lua_axis_physics_PhysicsShape_getCollisionBitmask(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getCollisionBitmask'", nullptr); @@ -335,7 +335,7 @@ int lua_axis_physics_PhysicsShape_getCollisionBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getCollisionBitmask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getCollisionBitmask'.",&tolua_err); #endif @@ -348,18 +348,18 @@ int lua_axis_physics_PhysicsShape_getArea(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getArea'", nullptr); @@ -382,7 +382,7 @@ int lua_axis_physics_PhysicsShape_getArea(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getArea",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getArea'.",&tolua_err); #endif @@ -395,18 +395,18 @@ int lua_axis_physics_PhysicsShape_setCategoryBitmask(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setCategoryBitmask'", nullptr); @@ -432,7 +432,7 @@ int lua_axis_physics_PhysicsShape_setCategoryBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setCategoryBitmask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setCategoryBitmask'.",&tolua_err); #endif @@ -445,18 +445,18 @@ int lua_axis_physics_PhysicsShape_getGroup(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getGroup'", nullptr); @@ -479,7 +479,7 @@ int lua_axis_physics_PhysicsShape_getGroup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getGroup",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getGroup'.",&tolua_err); #endif @@ -492,18 +492,18 @@ int lua_axis_physics_PhysicsShape_setMoment(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setMoment'", nullptr); @@ -529,7 +529,7 @@ int lua_axis_physics_PhysicsShape_setMoment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setMoment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setMoment'.",&tolua_err); #endif @@ -542,18 +542,18 @@ int lua_axis_physics_PhysicsShape_containsPoint(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_containsPoint'", nullptr); @@ -579,7 +579,7 @@ int lua_axis_physics_PhysicsShape_containsPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:containsPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_containsPoint'.",&tolua_err); #endif @@ -592,18 +592,18 @@ int lua_axis_physics_PhysicsShape_getCategoryBitmask(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getCategoryBitmask'", nullptr); @@ -626,7 +626,7 @@ int lua_axis_physics_PhysicsShape_getCategoryBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getCategoryBitmask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getCategoryBitmask'.",&tolua_err); #endif @@ -639,18 +639,18 @@ int lua_axis_physics_PhysicsShape_isSensor(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_isSensor'", nullptr); @@ -673,7 +673,7 @@ int lua_axis_physics_PhysicsShape_isSensor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:isSensor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_isSensor'.",&tolua_err); #endif @@ -686,18 +686,18 @@ int lua_axis_physics_PhysicsShape_getType(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getType'", nullptr); @@ -720,7 +720,7 @@ int lua_axis_physics_PhysicsShape_getType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getType'.",&tolua_err); #endif @@ -733,18 +733,18 @@ int lua_axis_physics_PhysicsShape_getContactTestBitmask(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getContactTestBitmask'", nullptr); @@ -767,7 +767,7 @@ int lua_axis_physics_PhysicsShape_getContactTestBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getContactTestBitmask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getContactTestBitmask'.",&tolua_err); #endif @@ -780,18 +780,18 @@ int lua_axis_physics_PhysicsShape_getCenter(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getCenter'", nullptr); @@ -814,7 +814,7 @@ int lua_axis_physics_PhysicsShape_getCenter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getCenter",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getCenter'.",&tolua_err); #endif @@ -827,18 +827,18 @@ int lua_axis_physics_PhysicsShape_getDensity(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getDensity'", nullptr); @@ -861,7 +861,7 @@ int lua_axis_physics_PhysicsShape_getDensity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getDensity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getDensity'.",&tolua_err); #endif @@ -874,18 +874,18 @@ int lua_axis_physics_PhysicsShape_setMass(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setMass'", nullptr); @@ -911,7 +911,7 @@ int lua_axis_physics_PhysicsShape_setMass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setMass",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setMass'.",&tolua_err); #endif @@ -924,18 +924,18 @@ int lua_axis_physics_PhysicsShape_getTag(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getTag'", nullptr); @@ -958,7 +958,7 @@ int lua_axis_physics_PhysicsShape_getTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getTag'.",&tolua_err); #endif @@ -971,18 +971,18 @@ int lua_axis_physics_PhysicsShape_calculateDefaultMoment(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_calculateDefaultMoment'", nullptr); @@ -1005,7 +1005,7 @@ int lua_axis_physics_PhysicsShape_calculateDefaultMoment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:calculateDefaultMoment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_calculateDefaultMoment'.",&tolua_err); #endif @@ -1018,18 +1018,18 @@ int lua_axis_physics_PhysicsShape_setCollisionBitmask(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setCollisionBitmask'", nullptr); @@ -1055,7 +1055,7 @@ int lua_axis_physics_PhysicsShape_setCollisionBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setCollisionBitmask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setCollisionBitmask'.",&tolua_err); #endif @@ -1068,18 +1068,18 @@ int lua_axis_physics_PhysicsShape_getMoment(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getMoment'", nullptr); @@ -1102,7 +1102,7 @@ int lua_axis_physics_PhysicsShape_getMoment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getMoment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getMoment'.",&tolua_err); #endif @@ -1115,18 +1115,18 @@ int lua_axis_physics_PhysicsShape_getOffset(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getOffset'", nullptr); @@ -1149,7 +1149,7 @@ int lua_axis_physics_PhysicsShape_getOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getOffset'.",&tolua_err); #endif @@ -1162,18 +1162,18 @@ int lua_axis_physics_PhysicsShape_getRestitution(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getRestitution'", nullptr); @@ -1196,7 +1196,7 @@ int lua_axis_physics_PhysicsShape_getRestitution(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getRestitution",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getRestitution'.",&tolua_err); #endif @@ -1209,18 +1209,18 @@ int lua_axis_physics_PhysicsShape_setFriction(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setFriction'", nullptr); @@ -1246,7 +1246,7 @@ int lua_axis_physics_PhysicsShape_setFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setFriction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setFriction'.",&tolua_err); #endif @@ -1259,18 +1259,18 @@ int lua_axis_physics_PhysicsShape_setMaterial(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setMaterial'", nullptr); @@ -1296,7 +1296,7 @@ int lua_axis_physics_PhysicsShape_setMaterial(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setMaterial",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setMaterial'.",&tolua_err); #endif @@ -1309,18 +1309,18 @@ int lua_axis_physics_PhysicsShape_setTag(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setTag'", nullptr); @@ -1346,7 +1346,7 @@ int lua_axis_physics_PhysicsShape_setTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setTag'.",&tolua_err); #endif @@ -1359,18 +1359,18 @@ int lua_axis_physics_PhysicsShape_setContactTestBitmask(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setContactTestBitmask'", nullptr); @@ -1396,7 +1396,7 @@ int lua_axis_physics_PhysicsShape_setContactTestBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setContactTestBitmask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setContactTestBitmask'.",&tolua_err); #endif @@ -1409,18 +1409,18 @@ int lua_axis_physics_PhysicsShape_setRestitution(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_setRestitution'", nullptr); @@ -1446,7 +1446,7 @@ int lua_axis_physics_PhysicsShape_setRestitution(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:setRestitution",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_setRestitution'.",&tolua_err); #endif @@ -1459,18 +1459,18 @@ int lua_axis_physics_PhysicsShape_getBody(lua_State* tolua_S) axis::PhysicsShape* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShape",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShape*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShape_getBody'", nullptr); @@ -1493,7 +1493,7 @@ int lua_axis_physics_PhysicsShape_getBody(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShape:getBody",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShape_getBody'.",&tolua_err); #endif @@ -1556,18 +1556,18 @@ int lua_axis_physics_PhysicsShapeCircle_getRadius(lua_State* tolua_S) axis::PhysicsShapeCircle* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShapeCircle",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShapeCircle*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShapeCircle_getRadius'", nullptr); @@ -1590,7 +1590,7 @@ int lua_axis_physics_PhysicsShapeCircle_getRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShapeCircle:getRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeCircle_getRadius'.",&tolua_err); #endif @@ -1602,11 +1602,11 @@ int lua_axis_physics_PhysicsShapeCircle_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsShapeCircle",0,&tolua_err)) goto tolua_lerror; #endif @@ -1659,7 +1659,7 @@ int lua_axis_physics_PhysicsShapeCircle_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsShapeCircle:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeCircle_create'.",&tolua_err); #endif @@ -1670,11 +1670,11 @@ int lua_axis_physics_PhysicsShapeCircle_calculateArea(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsShapeCircle",0,&tolua_err)) goto tolua_lerror; #endif @@ -1695,7 +1695,7 @@ int lua_axis_physics_PhysicsShapeCircle_calculateArea(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsShapeCircle:calculateArea",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeCircle_calculateArea'.",&tolua_err); #endif @@ -1706,11 +1706,11 @@ int lua_axis_physics_PhysicsShapeCircle_calculateMoment(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsShapeCircle",0,&tolua_err)) goto tolua_lerror; #endif @@ -1750,7 +1750,7 @@ int lua_axis_physics_PhysicsShapeCircle_calculateMoment(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsShapeCircle:calculateMoment",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeCircle_calculateMoment'.",&tolua_err); #endif @@ -1785,18 +1785,18 @@ int lua_axis_physics_PhysicsShapePolygon_getPointsCount(lua_State* tolua_S) axis::PhysicsShapePolygon* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShapePolygon",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShapePolygon*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShapePolygon_getPointsCount'", nullptr); @@ -1819,7 +1819,7 @@ int lua_axis_physics_PhysicsShapePolygon_getPointsCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShapePolygon:getPointsCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapePolygon_getPointsCount'.",&tolua_err); #endif @@ -1832,18 +1832,18 @@ int lua_axis_physics_PhysicsShapePolygon_getPoint(lua_State* tolua_S) axis::PhysicsShapePolygon* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShapePolygon",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShapePolygon*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShapePolygon_getPoint'", nullptr); @@ -1869,7 +1869,7 @@ int lua_axis_physics_PhysicsShapePolygon_getPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShapePolygon:getPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapePolygon_getPoint'.",&tolua_err); #endif @@ -1903,18 +1903,18 @@ int lua_axis_physics_PhysicsShapeBox_getSize(lua_State* tolua_S) axis::PhysicsShapeBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShapeBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShapeBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShapeBox_getSize'", nullptr); @@ -1937,7 +1937,7 @@ int lua_axis_physics_PhysicsShapeBox_getSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShapeBox:getSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeBox_getSize'.",&tolua_err); #endif @@ -1949,11 +1949,11 @@ int lua_axis_physics_PhysicsShapeBox_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsShapeBox",0,&tolua_err)) goto tolua_lerror; #endif @@ -2025,7 +2025,7 @@ int lua_axis_physics_PhysicsShapeBox_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsShapeBox:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeBox_create'.",&tolua_err); #endif @@ -2058,18 +2058,18 @@ int lua_axis_physics_PhysicsShapeEdgeSegment_getPointB(lua_State* tolua_S) axis::PhysicsShapeEdgeSegment* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShapeEdgeSegment",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShapeEdgeSegment*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShapeEdgeSegment_getPointB'", nullptr); @@ -2092,7 +2092,7 @@ int lua_axis_physics_PhysicsShapeEdgeSegment_getPointB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShapeEdgeSegment:getPointB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeEdgeSegment_getPointB'.",&tolua_err); #endif @@ -2105,18 +2105,18 @@ int lua_axis_physics_PhysicsShapeEdgeSegment_getPointA(lua_State* tolua_S) axis::PhysicsShapeEdgeSegment* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShapeEdgeSegment",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShapeEdgeSegment*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShapeEdgeSegment_getPointA'", nullptr); @@ -2139,7 +2139,7 @@ int lua_axis_physics_PhysicsShapeEdgeSegment_getPointA(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShapeEdgeSegment:getPointA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeEdgeSegment_getPointA'.",&tolua_err); #endif @@ -2151,11 +2151,11 @@ int lua_axis_physics_PhysicsShapeEdgeSegment_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsShapeEdgeSegment",0,&tolua_err)) goto tolua_lerror; #endif @@ -2214,7 +2214,7 @@ int lua_axis_physics_PhysicsShapeEdgeSegment_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsShapeEdgeSegment:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeEdgeSegment_create'.",&tolua_err); #endif @@ -2248,18 +2248,18 @@ int lua_axis_physics_PhysicsShapeEdgePolygon_getPointsCount(lua_State* tolua_S) axis::PhysicsShapeEdgePolygon* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShapeEdgePolygon",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShapeEdgePolygon*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShapeEdgePolygon_getPointsCount'", nullptr); @@ -2282,7 +2282,7 @@ int lua_axis_physics_PhysicsShapeEdgePolygon_getPointsCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShapeEdgePolygon:getPointsCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeEdgePolygon_getPointsCount'.",&tolua_err); #endif @@ -2314,11 +2314,11 @@ int lua_axis_physics_PhysicsShapeEdgeBox_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsShapeEdgeBox",0,&tolua_err)) goto tolua_lerror; #endif @@ -2390,7 +2390,7 @@ int lua_axis_physics_PhysicsShapeEdgeBox_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsShapeEdgeBox:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeEdgeBox_create'.",&tolua_err); #endif @@ -2422,18 +2422,18 @@ int lua_axis_physics_PhysicsShapeEdgeChain_getPointsCount(lua_State* tolua_S) axis::PhysicsShapeEdgeChain* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsShapeEdgeChain",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsShapeEdgeChain*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsShapeEdgeChain_getPointsCount'", nullptr); @@ -2456,7 +2456,7 @@ int lua_axis_physics_PhysicsShapeEdgeChain_getPointsCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsShapeEdgeChain:getPointsCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsShapeEdgeChain_getPointsCount'.",&tolua_err); #endif @@ -2489,18 +2489,18 @@ int lua_axis_physics_PhysicsBody_isGravityEnabled(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_isGravityEnabled'", nullptr); @@ -2523,7 +2523,7 @@ int lua_axis_physics_PhysicsBody_isGravityEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:isGravityEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_isGravityEnabled'.",&tolua_err); #endif @@ -2536,18 +2536,18 @@ int lua_axis_physics_PhysicsBody_resetForces(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_resetForces'", nullptr); @@ -2570,7 +2570,7 @@ int lua_axis_physics_PhysicsBody_resetForces(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:resetForces",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_resetForces'.",&tolua_err); #endif @@ -2583,18 +2583,18 @@ int lua_axis_physics_PhysicsBody_getVelocityLimit(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getVelocityLimit'", nullptr); @@ -2617,7 +2617,7 @@ int lua_axis_physics_PhysicsBody_getVelocityLimit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getVelocityLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getVelocityLimit'.",&tolua_err); #endif @@ -2630,18 +2630,18 @@ int lua_axis_physics_PhysicsBody_setGroup(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setGroup'", nullptr); @@ -2667,7 +2667,7 @@ int lua_axis_physics_PhysicsBody_setGroup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setGroup",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setGroup'.",&tolua_err); #endif @@ -2680,18 +2680,18 @@ int lua_axis_physics_PhysicsBody_getMass(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getMass'", nullptr); @@ -2714,7 +2714,7 @@ int lua_axis_physics_PhysicsBody_getMass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getMass",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getMass'.",&tolua_err); #endif @@ -2727,18 +2727,18 @@ int lua_axis_physics_PhysicsBody_getCollisionBitmask(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getCollisionBitmask'", nullptr); @@ -2761,7 +2761,7 @@ int lua_axis_physics_PhysicsBody_getCollisionBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getCollisionBitmask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getCollisionBitmask'.",&tolua_err); #endif @@ -2774,18 +2774,18 @@ int lua_axis_physics_PhysicsBody_getRotationOffset(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getRotationOffset'", nullptr); @@ -2808,7 +2808,7 @@ int lua_axis_physics_PhysicsBody_getRotationOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getRotationOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getRotationOffset'.",&tolua_err); #endif @@ -2821,18 +2821,18 @@ int lua_axis_physics_PhysicsBody_getRotation(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getRotation'", nullptr); @@ -2855,7 +2855,7 @@ int lua_axis_physics_PhysicsBody_getRotation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getRotation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getRotation'.",&tolua_err); #endif @@ -2868,18 +2868,18 @@ int lua_axis_physics_PhysicsBody_getMoment(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getMoment'", nullptr); @@ -2902,7 +2902,7 @@ int lua_axis_physics_PhysicsBody_getMoment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getMoment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getMoment'.",&tolua_err); #endif @@ -2915,18 +2915,18 @@ int lua_axis_physics_PhysicsBody_applyImpulse(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_applyImpulse'", nullptr); @@ -2969,7 +2969,7 @@ int lua_axis_physics_PhysicsBody_applyImpulse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:applyImpulse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_applyImpulse'.",&tolua_err); #endif @@ -2982,18 +2982,18 @@ int lua_axis_physics_PhysicsBody_setRotationOffset(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setRotationOffset'", nullptr); @@ -3019,7 +3019,7 @@ int lua_axis_physics_PhysicsBody_setRotationOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setRotationOffset",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setRotationOffset'.",&tolua_err); #endif @@ -3032,18 +3032,18 @@ int lua_axis_physics_PhysicsBody_applyForce(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_applyForce'", nullptr); @@ -3086,7 +3086,7 @@ int lua_axis_physics_PhysicsBody_applyForce(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:applyForce",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_applyForce'.",&tolua_err); #endif @@ -3099,18 +3099,18 @@ int lua_axis_physics_PhysicsBody_addShape(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_addShape'", nullptr); @@ -3153,7 +3153,7 @@ int lua_axis_physics_PhysicsBody_addShape(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:addShape",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_addShape'.",&tolua_err); #endif @@ -3166,18 +3166,18 @@ int lua_axis_physics_PhysicsBody_applyTorque(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_applyTorque'", nullptr); @@ -3203,7 +3203,7 @@ int lua_axis_physics_PhysicsBody_applyTorque(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:applyTorque",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_applyTorque'.",&tolua_err); #endif @@ -3216,18 +3216,18 @@ int lua_axis_physics_PhysicsBody_getAngularVelocityLimit(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getAngularVelocityLimit'", nullptr); @@ -3250,7 +3250,7 @@ int lua_axis_physics_PhysicsBody_getAngularVelocityLimit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getAngularVelocityLimit",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getAngularVelocityLimit'.",&tolua_err); #endif @@ -3263,18 +3263,18 @@ int lua_axis_physics_PhysicsBody_setAngularVelocityLimit(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setAngularVelocityLimit'", nullptr); @@ -3300,7 +3300,7 @@ int lua_axis_physics_PhysicsBody_setAngularVelocityLimit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setAngularVelocityLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setAngularVelocityLimit'.",&tolua_err); #endif @@ -3313,18 +3313,18 @@ int lua_axis_physics_PhysicsBody_getVelocity(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getVelocity'", nullptr); @@ -3347,7 +3347,7 @@ int lua_axis_physics_PhysicsBody_getVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getVelocity'.",&tolua_err); #endif @@ -3360,18 +3360,18 @@ int lua_axis_physics_PhysicsBody_getLinearDamping(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getLinearDamping'", nullptr); @@ -3394,7 +3394,7 @@ int lua_axis_physics_PhysicsBody_getLinearDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getLinearDamping",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getLinearDamping'.",&tolua_err); #endif @@ -3407,18 +3407,18 @@ int lua_axis_physics_PhysicsBody_removeAllShapes(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_removeAllShapes'", nullptr); @@ -3455,7 +3455,7 @@ int lua_axis_physics_PhysicsBody_removeAllShapes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:removeAllShapes",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_removeAllShapes'.",&tolua_err); #endif @@ -3468,18 +3468,18 @@ int lua_axis_physics_PhysicsBody_setAngularDamping(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setAngularDamping'", nullptr); @@ -3505,7 +3505,7 @@ int lua_axis_physics_PhysicsBody_setAngularDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setAngularDamping",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setAngularDamping'.",&tolua_err); #endif @@ -3518,18 +3518,18 @@ int lua_axis_physics_PhysicsBody_setVelocityLimit(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setVelocityLimit'", nullptr); @@ -3555,7 +3555,7 @@ int lua_axis_physics_PhysicsBody_setVelocityLimit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setVelocityLimit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setVelocityLimit'.",&tolua_err); #endif @@ -3568,18 +3568,18 @@ int lua_axis_physics_PhysicsBody_setResting(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setResting'", nullptr); @@ -3605,7 +3605,7 @@ int lua_axis_physics_PhysicsBody_setResting(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setResting",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setResting'.",&tolua_err); #endif @@ -3618,18 +3618,18 @@ int lua_axis_physics_PhysicsBody_getPositionOffset(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getPositionOffset'", nullptr); @@ -3652,7 +3652,7 @@ int lua_axis_physics_PhysicsBody_getPositionOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getPositionOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getPositionOffset'.",&tolua_err); #endif @@ -3665,18 +3665,18 @@ int lua_axis_physics_PhysicsBody_setCategoryBitmask(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setCategoryBitmask'", nullptr); @@ -3702,7 +3702,7 @@ int lua_axis_physics_PhysicsBody_setCategoryBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setCategoryBitmask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setCategoryBitmask'.",&tolua_err); #endif @@ -3715,18 +3715,18 @@ int lua_axis_physics_PhysicsBody_getWorld(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getWorld'", nullptr); @@ -3749,7 +3749,7 @@ int lua_axis_physics_PhysicsBody_getWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getWorld'.",&tolua_err); #endif @@ -3762,18 +3762,18 @@ int lua_axis_physics_PhysicsBody_getAngularVelocity(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getAngularVelocity'", nullptr); @@ -3796,7 +3796,7 @@ int lua_axis_physics_PhysicsBody_getAngularVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getAngularVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getAngularVelocity'.",&tolua_err); #endif @@ -3809,18 +3809,18 @@ int lua_axis_physics_PhysicsBody_getPosition(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getPosition'", nullptr); @@ -3843,7 +3843,7 @@ int lua_axis_physics_PhysicsBody_getPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getPosition'.",&tolua_err); #endif @@ -3856,18 +3856,18 @@ int lua_axis_physics_PhysicsBody_setGravityEnable(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setGravityEnable'", nullptr); @@ -3893,7 +3893,7 @@ int lua_axis_physics_PhysicsBody_setGravityEnable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setGravityEnable",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setGravityEnable'.",&tolua_err); #endif @@ -3906,18 +3906,18 @@ int lua_axis_physics_PhysicsBody_getGroup(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getGroup'", nullptr); @@ -3940,7 +3940,7 @@ int lua_axis_physics_PhysicsBody_getGroup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getGroup",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getGroup'.",&tolua_err); #endif @@ -3953,18 +3953,18 @@ int lua_axis_physics_PhysicsBody_setMoment(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setMoment'", nullptr); @@ -3990,7 +3990,7 @@ int lua_axis_physics_PhysicsBody_setMoment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setMoment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setMoment'.",&tolua_err); #endif @@ -4003,18 +4003,18 @@ int lua_axis_physics_PhysicsBody_getTag(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getTag'", nullptr); @@ -4037,7 +4037,7 @@ int lua_axis_physics_PhysicsBody_getTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getTag'.",&tolua_err); #endif @@ -4050,18 +4050,18 @@ int lua_axis_physics_PhysicsBody_local2World(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_local2World'", nullptr); @@ -4087,7 +4087,7 @@ int lua_axis_physics_PhysicsBody_local2World(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:local2World",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_local2World'.",&tolua_err); #endif @@ -4100,18 +4100,18 @@ int lua_axis_physics_PhysicsBody_getCategoryBitmask(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getCategoryBitmask'", nullptr); @@ -4134,7 +4134,7 @@ int lua_axis_physics_PhysicsBody_getCategoryBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getCategoryBitmask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getCategoryBitmask'.",&tolua_err); #endif @@ -4147,18 +4147,18 @@ int lua_axis_physics_PhysicsBody_setDynamic(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setDynamic'", nullptr); @@ -4184,7 +4184,7 @@ int lua_axis_physics_PhysicsBody_setDynamic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setDynamic",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setDynamic'.",&tolua_err); #endif @@ -4197,18 +4197,18 @@ int lua_axis_physics_PhysicsBody_getFirstShape(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getFirstShape'", nullptr); @@ -4231,7 +4231,7 @@ int lua_axis_physics_PhysicsBody_getFirstShape(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getFirstShape",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getFirstShape'.",&tolua_err); #endif @@ -4244,18 +4244,18 @@ int lua_axis_physics_PhysicsBody_getShapes(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getShapes'", nullptr); @@ -4278,7 +4278,7 @@ int lua_axis_physics_PhysicsBody_getShapes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getShapes",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getShapes'.",&tolua_err); #endif @@ -4291,18 +4291,18 @@ int lua_axis_physics_PhysicsBody_getContactTestBitmask(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getContactTestBitmask'", nullptr); @@ -4325,7 +4325,7 @@ int lua_axis_physics_PhysicsBody_getContactTestBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getContactTestBitmask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getContactTestBitmask'.",&tolua_err); #endif @@ -4338,18 +4338,18 @@ int lua_axis_physics_PhysicsBody_setAngularVelocity(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setAngularVelocity'", nullptr); @@ -4375,7 +4375,7 @@ int lua_axis_physics_PhysicsBody_setAngularVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setAngularVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setAngularVelocity'.",&tolua_err); #endif @@ -4388,18 +4388,18 @@ int lua_axis_physics_PhysicsBody_world2Local(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_world2Local'", nullptr); @@ -4425,7 +4425,7 @@ int lua_axis_physics_PhysicsBody_world2Local(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:world2Local",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_world2Local'.",&tolua_err); #endif @@ -4437,15 +4437,15 @@ int lua_axis_physics_PhysicsBody_removeShape(lua_State* tolua_S) int argc = 0; axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_removeShape'", nullptr); @@ -4512,7 +4512,7 @@ int lua_axis_physics_PhysicsBody_removeShape(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:removeShape",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_removeShape'.",&tolua_err); #endif @@ -4525,18 +4525,18 @@ int lua_axis_physics_PhysicsBody_setMass(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setMass'", nullptr); @@ -4562,7 +4562,7 @@ int lua_axis_physics_PhysicsBody_setMass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setMass",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setMass'.",&tolua_err); #endif @@ -4575,18 +4575,18 @@ int lua_axis_physics_PhysicsBody_addMoment(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_addMoment'", nullptr); @@ -4612,7 +4612,7 @@ int lua_axis_physics_PhysicsBody_addMoment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:addMoment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_addMoment'.",&tolua_err); #endif @@ -4625,18 +4625,18 @@ int lua_axis_physics_PhysicsBody_setVelocity(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setVelocity'", nullptr); @@ -4662,7 +4662,7 @@ int lua_axis_physics_PhysicsBody_setVelocity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setVelocity'.",&tolua_err); #endif @@ -4675,18 +4675,18 @@ int lua_axis_physics_PhysicsBody_setLinearDamping(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setLinearDamping'", nullptr); @@ -4712,7 +4712,7 @@ int lua_axis_physics_PhysicsBody_setLinearDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setLinearDamping",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setLinearDamping'.",&tolua_err); #endif @@ -4725,18 +4725,18 @@ int lua_axis_physics_PhysicsBody_setCollisionBitmask(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setCollisionBitmask'", nullptr); @@ -4762,7 +4762,7 @@ int lua_axis_physics_PhysicsBody_setCollisionBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setCollisionBitmask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setCollisionBitmask'.",&tolua_err); #endif @@ -4775,18 +4775,18 @@ int lua_axis_physics_PhysicsBody_setPositionOffset(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setPositionOffset'", nullptr); @@ -4812,7 +4812,7 @@ int lua_axis_physics_PhysicsBody_setPositionOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setPositionOffset",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setPositionOffset'.",&tolua_err); #endif @@ -4825,18 +4825,18 @@ int lua_axis_physics_PhysicsBody_setRotationEnable(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setRotationEnable'", nullptr); @@ -4862,7 +4862,7 @@ int lua_axis_physics_PhysicsBody_setRotationEnable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setRotationEnable",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setRotationEnable'.",&tolua_err); #endif @@ -4875,18 +4875,18 @@ int lua_axis_physics_PhysicsBody_isRotationEnabled(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_isRotationEnabled'", nullptr); @@ -4909,7 +4909,7 @@ int lua_axis_physics_PhysicsBody_isRotationEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:isRotationEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_isRotationEnabled'.",&tolua_err); #endif @@ -4922,18 +4922,18 @@ int lua_axis_physics_PhysicsBody_getCPBody(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getCPBody'", nullptr); @@ -4956,7 +4956,7 @@ int lua_axis_physics_PhysicsBody_getCPBody(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getCPBody",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getCPBody'.",&tolua_err); #endif @@ -4969,18 +4969,18 @@ int lua_axis_physics_PhysicsBody_getAngularDamping(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getAngularDamping'", nullptr); @@ -5003,7 +5003,7 @@ int lua_axis_physics_PhysicsBody_getAngularDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getAngularDamping",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getAngularDamping'.",&tolua_err); #endif @@ -5016,18 +5016,18 @@ int lua_axis_physics_PhysicsBody_getVelocityAtLocalPoint(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getVelocityAtLocalPoint'", nullptr); @@ -5053,7 +5053,7 @@ int lua_axis_physics_PhysicsBody_getVelocityAtLocalPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getVelocityAtLocalPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getVelocityAtLocalPoint'.",&tolua_err); #endif @@ -5066,18 +5066,18 @@ int lua_axis_physics_PhysicsBody_isResting(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_isResting'", nullptr); @@ -5100,7 +5100,7 @@ int lua_axis_physics_PhysicsBody_isResting(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:isResting",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_isResting'.",&tolua_err); #endif @@ -5113,18 +5113,18 @@ int lua_axis_physics_PhysicsBody_addMass(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_addMass'", nullptr); @@ -5150,7 +5150,7 @@ int lua_axis_physics_PhysicsBody_addMass(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:addMass",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_addMass'.",&tolua_err); #endif @@ -5163,18 +5163,18 @@ int lua_axis_physics_PhysicsBody_getShape(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getShape'", nullptr); @@ -5200,7 +5200,7 @@ int lua_axis_physics_PhysicsBody_getShape(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getShape",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getShape'.",&tolua_err); #endif @@ -5213,18 +5213,18 @@ int lua_axis_physics_PhysicsBody_setTag(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setTag'", nullptr); @@ -5250,7 +5250,7 @@ int lua_axis_physics_PhysicsBody_setTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setTag'.",&tolua_err); #endif @@ -5263,18 +5263,18 @@ int lua_axis_physics_PhysicsBody_getVelocityAtWorldPoint(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getVelocityAtWorldPoint'", nullptr); @@ -5300,7 +5300,7 @@ int lua_axis_physics_PhysicsBody_getVelocityAtWorldPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getVelocityAtWorldPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getVelocityAtWorldPoint'.",&tolua_err); #endif @@ -5313,18 +5313,18 @@ int lua_axis_physics_PhysicsBody_setContactTestBitmask(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_setContactTestBitmask'", nullptr); @@ -5350,7 +5350,7 @@ int lua_axis_physics_PhysicsBody_setContactTestBitmask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:setContactTestBitmask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_setContactTestBitmask'.",&tolua_err); #endif @@ -5363,18 +5363,18 @@ int lua_axis_physics_PhysicsBody_removeFromWorld(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_removeFromWorld'", nullptr); @@ -5397,7 +5397,7 @@ int lua_axis_physics_PhysicsBody_removeFromWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:removeFromWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_removeFromWorld'.",&tolua_err); #endif @@ -5410,18 +5410,18 @@ int lua_axis_physics_PhysicsBody_isDynamic(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_isDynamic'", nullptr); @@ -5444,7 +5444,7 @@ int lua_axis_physics_PhysicsBody_isDynamic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:isDynamic",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_isDynamic'.",&tolua_err); #endif @@ -5457,18 +5457,18 @@ int lua_axis_physics_PhysicsBody_getNode(lua_State* tolua_S) axis::PhysicsBody* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsBody*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsBody_getNode'", nullptr); @@ -5491,7 +5491,7 @@ int lua_axis_physics_PhysicsBody_getNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsBody:getNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_getNode'.",&tolua_err); #endif @@ -5503,11 +5503,11 @@ int lua_axis_physics_PhysicsBody_createBox(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif @@ -5560,7 +5560,7 @@ int lua_axis_physics_PhysicsBody_createBox(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsBody:createBox",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_createBox'.",&tolua_err); #endif @@ -5571,11 +5571,11 @@ int lua_axis_physics_PhysicsBody_createEdgeSegment(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif @@ -5634,7 +5634,7 @@ int lua_axis_physics_PhysicsBody_createEdgeSegment(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsBody:createEdgeSegment",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_createEdgeSegment'.",&tolua_err); #endif @@ -5644,11 +5644,11 @@ int lua_axis_physics_PhysicsBody_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif @@ -5695,7 +5695,7 @@ int lua_axis_physics_PhysicsBody_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.PhysicsBody:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_create'.",&tolua_err); #endif @@ -5706,11 +5706,11 @@ int lua_axis_physics_PhysicsBody_createEdgeBox(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif @@ -5782,7 +5782,7 @@ int lua_axis_physics_PhysicsBody_createEdgeBox(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsBody:createEdgeBox",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_createEdgeBox'.",&tolua_err); #endif @@ -5793,11 +5793,11 @@ int lua_axis_physics_PhysicsBody_createCircle(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsBody",0,&tolua_err)) goto tolua_lerror; #endif @@ -5850,7 +5850,7 @@ int lua_axis_physics_PhysicsBody_createCircle(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsBody:createCircle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsBody_createCircle'.",&tolua_err); #endif @@ -5946,18 +5946,18 @@ int lua_axis_physics_PhysicsContact_getContactData(lua_State* tolua_S) axis::PhysicsContact* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContact",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContact*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContact_getContactData'", nullptr); @@ -5980,7 +5980,7 @@ int lua_axis_physics_PhysicsContact_getContactData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContact:getContactData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContact_getContactData'.",&tolua_err); #endif @@ -5993,18 +5993,18 @@ int lua_axis_physics_PhysicsContact_getEventCode(lua_State* tolua_S) axis::PhysicsContact* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContact",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContact*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContact_getEventCode'", nullptr); @@ -6027,7 +6027,7 @@ int lua_axis_physics_PhysicsContact_getEventCode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContact:getEventCode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContact_getEventCode'.",&tolua_err); #endif @@ -6040,18 +6040,18 @@ int lua_axis_physics_PhysicsContact_getPreContactData(lua_State* tolua_S) axis::PhysicsContact* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContact",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContact*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContact_getPreContactData'", nullptr); @@ -6074,7 +6074,7 @@ int lua_axis_physics_PhysicsContact_getPreContactData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContact:getPreContactData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContact_getPreContactData'.",&tolua_err); #endif @@ -6087,18 +6087,18 @@ int lua_axis_physics_PhysicsContact_getShapeA(lua_State* tolua_S) axis::PhysicsContact* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContact",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContact*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContact_getShapeA'", nullptr); @@ -6121,7 +6121,7 @@ int lua_axis_physics_PhysicsContact_getShapeA(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContact:getShapeA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContact_getShapeA'.",&tolua_err); #endif @@ -6134,18 +6134,18 @@ int lua_axis_physics_PhysicsContact_getShapeB(lua_State* tolua_S) axis::PhysicsContact* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContact",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContact*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContact_getShapeB'", nullptr); @@ -6168,7 +6168,7 @@ int lua_axis_physics_PhysicsContact_getShapeB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContact:getShapeB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContact_getShapeB'.",&tolua_err); #endif @@ -6205,18 +6205,18 @@ int lua_axis_physics_PhysicsContactPreSolve_getFriction(lua_State* tolua_S) axis::PhysicsContactPreSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPreSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPreSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPreSolve_getFriction'", nullptr); @@ -6239,7 +6239,7 @@ int lua_axis_physics_PhysicsContactPreSolve_getFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPreSolve:getFriction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPreSolve_getFriction'.",&tolua_err); #endif @@ -6252,18 +6252,18 @@ int lua_axis_physics_PhysicsContactPreSolve_getRestitution(lua_State* tolua_S) axis::PhysicsContactPreSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPreSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPreSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPreSolve_getRestitution'", nullptr); @@ -6286,7 +6286,7 @@ int lua_axis_physics_PhysicsContactPreSolve_getRestitution(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPreSolve:getRestitution",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPreSolve_getRestitution'.",&tolua_err); #endif @@ -6299,18 +6299,18 @@ int lua_axis_physics_PhysicsContactPreSolve_setFriction(lua_State* tolua_S) axis::PhysicsContactPreSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPreSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPreSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPreSolve_setFriction'", nullptr); @@ -6336,7 +6336,7 @@ int lua_axis_physics_PhysicsContactPreSolve_setFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPreSolve:setFriction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPreSolve_setFriction'.",&tolua_err); #endif @@ -6349,18 +6349,18 @@ int lua_axis_physics_PhysicsContactPreSolve_ignore(lua_State* tolua_S) axis::PhysicsContactPreSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPreSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPreSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPreSolve_ignore'", nullptr); @@ -6383,7 +6383,7 @@ int lua_axis_physics_PhysicsContactPreSolve_ignore(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPreSolve:ignore",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPreSolve_ignore'.",&tolua_err); #endif @@ -6396,18 +6396,18 @@ int lua_axis_physics_PhysicsContactPreSolve_getSurfaceVelocity(lua_State* tolua_ axis::PhysicsContactPreSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPreSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPreSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPreSolve_getSurfaceVelocity'", nullptr); @@ -6430,7 +6430,7 @@ int lua_axis_physics_PhysicsContactPreSolve_getSurfaceVelocity(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPreSolve:getSurfaceVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPreSolve_getSurfaceVelocity'.",&tolua_err); #endif @@ -6443,18 +6443,18 @@ int lua_axis_physics_PhysicsContactPreSolve_setSurfaceVelocity(lua_State* tolua_ axis::PhysicsContactPreSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPreSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPreSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPreSolve_setSurfaceVelocity'", nullptr); @@ -6480,7 +6480,7 @@ int lua_axis_physics_PhysicsContactPreSolve_setSurfaceVelocity(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPreSolve:setSurfaceVelocity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPreSolve_setSurfaceVelocity'.",&tolua_err); #endif @@ -6493,18 +6493,18 @@ int lua_axis_physics_PhysicsContactPreSolve_setRestitution(lua_State* tolua_S) axis::PhysicsContactPreSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPreSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPreSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPreSolve_setRestitution'", nullptr); @@ -6530,7 +6530,7 @@ int lua_axis_physics_PhysicsContactPreSolve_setRestitution(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPreSolve:setRestitution",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPreSolve_setRestitution'.",&tolua_err); #endif @@ -6569,18 +6569,18 @@ int lua_axis_physics_PhysicsContactPostSolve_getFriction(lua_State* tolua_S) axis::PhysicsContactPostSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPostSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPostSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPostSolve_getFriction'", nullptr); @@ -6603,7 +6603,7 @@ int lua_axis_physics_PhysicsContactPostSolve_getFriction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPostSolve:getFriction",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPostSolve_getFriction'.",&tolua_err); #endif @@ -6616,18 +6616,18 @@ int lua_axis_physics_PhysicsContactPostSolve_getSurfaceVelocity(lua_State* tolua axis::PhysicsContactPostSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPostSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPostSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPostSolve_getSurfaceVelocity'", nullptr); @@ -6650,7 +6650,7 @@ int lua_axis_physics_PhysicsContactPostSolve_getSurfaceVelocity(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPostSolve:getSurfaceVelocity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPostSolve_getSurfaceVelocity'.",&tolua_err); #endif @@ -6663,18 +6663,18 @@ int lua_axis_physics_PhysicsContactPostSolve_getRestitution(lua_State* tolua_S) axis::PhysicsContactPostSolve* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsContactPostSolve",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsContactPostSolve*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsContactPostSolve_getRestitution'", nullptr); @@ -6697,7 +6697,7 @@ int lua_axis_physics_PhysicsContactPostSolve_getRestitution(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsContactPostSolve:getRestitution",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsContactPostSolve_getRestitution'.",&tolua_err); #endif @@ -6731,11 +6731,11 @@ int lua_axis_physics_EventListenerPhysicsContact_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EventListenerPhysicsContact",0,&tolua_err)) goto tolua_lerror; #endif @@ -6754,7 +6754,7 @@ int lua_axis_physics_EventListenerPhysicsContact_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EventListenerPhysicsContact:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_EventListenerPhysicsContact_create'.",&tolua_err); #endif @@ -6786,18 +6786,18 @@ int lua_axis_physics_EventListenerPhysicsContactWithBodies_hitTest(lua_State* to axis::EventListenerPhysicsContactWithBodies* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerPhysicsContactWithBodies",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerPhysicsContactWithBodies*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_EventListenerPhysicsContactWithBodies_hitTest'", nullptr); @@ -6826,7 +6826,7 @@ int lua_axis_physics_EventListenerPhysicsContactWithBodies_hitTest(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerPhysicsContactWithBodies:hitTest",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_EventListenerPhysicsContactWithBodies_hitTest'.",&tolua_err); #endif @@ -6838,11 +6838,11 @@ int lua_axis_physics_EventListenerPhysicsContactWithBodies_create(lua_State* tol int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EventListenerPhysicsContactWithBodies",0,&tolua_err)) goto tolua_lerror; #endif @@ -6865,7 +6865,7 @@ int lua_axis_physics_EventListenerPhysicsContactWithBodies_create(lua_State* tol } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EventListenerPhysicsContactWithBodies:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_EventListenerPhysicsContactWithBodies_create'.",&tolua_err); #endif @@ -6898,18 +6898,18 @@ int lua_axis_physics_EventListenerPhysicsContactWithShapes_hitTest(lua_State* to axis::EventListenerPhysicsContactWithShapes* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerPhysicsContactWithShapes",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerPhysicsContactWithShapes*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_EventListenerPhysicsContactWithShapes_hitTest'", nullptr); @@ -6938,7 +6938,7 @@ int lua_axis_physics_EventListenerPhysicsContactWithShapes_hitTest(lua_State* to luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerPhysicsContactWithShapes:hitTest",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_EventListenerPhysicsContactWithShapes_hitTest'.",&tolua_err); #endif @@ -6950,11 +6950,11 @@ int lua_axis_physics_EventListenerPhysicsContactWithShapes_create(lua_State* tol int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EventListenerPhysicsContactWithShapes",0,&tolua_err)) goto tolua_lerror; #endif @@ -6977,7 +6977,7 @@ int lua_axis_physics_EventListenerPhysicsContactWithShapes_create(lua_State* tol } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EventListenerPhysicsContactWithShapes:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_EventListenerPhysicsContactWithShapes_create'.",&tolua_err); #endif @@ -7010,18 +7010,18 @@ int lua_axis_physics_EventListenerPhysicsContactWithGroup_hitTest(lua_State* tol axis::EventListenerPhysicsContactWithGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.EventListenerPhysicsContactWithGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::EventListenerPhysicsContactWithGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_EventListenerPhysicsContactWithGroup_hitTest'", nullptr); @@ -7050,7 +7050,7 @@ int lua_axis_physics_EventListenerPhysicsContactWithGroup_hitTest(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.EventListenerPhysicsContactWithGroup:hitTest",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_EventListenerPhysicsContactWithGroup_hitTest'.",&tolua_err); #endif @@ -7062,11 +7062,11 @@ int lua_axis_physics_EventListenerPhysicsContactWithGroup_create(lua_State* tolu int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.EventListenerPhysicsContactWithGroup",0,&tolua_err)) goto tolua_lerror; #endif @@ -7087,7 +7087,7 @@ int lua_axis_physics_EventListenerPhysicsContactWithGroup_create(lua_State* tolu } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.EventListenerPhysicsContactWithGroup:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_EventListenerPhysicsContactWithGroup_create'.",&tolua_err); #endif @@ -7120,18 +7120,18 @@ int lua_axis_physics_PhysicsJoint_getBodyA(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_getBodyA'", nullptr); @@ -7154,7 +7154,7 @@ int lua_axis_physics_PhysicsJoint_getBodyA(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:getBodyA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_getBodyA'.",&tolua_err); #endif @@ -7167,18 +7167,18 @@ int lua_axis_physics_PhysicsJoint_getBodyB(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_getBodyB'", nullptr); @@ -7201,7 +7201,7 @@ int lua_axis_physics_PhysicsJoint_getBodyB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:getBodyB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_getBodyB'.",&tolua_err); #endif @@ -7214,18 +7214,18 @@ int lua_axis_physics_PhysicsJoint_getMaxForce(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_getMaxForce'", nullptr); @@ -7248,7 +7248,7 @@ int lua_axis_physics_PhysicsJoint_getMaxForce(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:getMaxForce",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_getMaxForce'.",&tolua_err); #endif @@ -7261,18 +7261,18 @@ int lua_axis_physics_PhysicsJoint_setMaxForce(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_setMaxForce'", nullptr); @@ -7298,7 +7298,7 @@ int lua_axis_physics_PhysicsJoint_setMaxForce(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:setMaxForce",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_setMaxForce'.",&tolua_err); #endif @@ -7311,18 +7311,18 @@ int lua_axis_physics_PhysicsJoint_isEnabled(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_isEnabled'", nullptr); @@ -7345,7 +7345,7 @@ int lua_axis_physics_PhysicsJoint_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_isEnabled'.",&tolua_err); #endif @@ -7358,18 +7358,18 @@ int lua_axis_physics_PhysicsJoint_setEnable(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_setEnable'", nullptr); @@ -7395,7 +7395,7 @@ int lua_axis_physics_PhysicsJoint_setEnable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:setEnable",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_setEnable'.",&tolua_err); #endif @@ -7408,18 +7408,18 @@ int lua_axis_physics_PhysicsJoint_setCollisionEnable(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_setCollisionEnable'", nullptr); @@ -7445,7 +7445,7 @@ int lua_axis_physics_PhysicsJoint_setCollisionEnable(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:setCollisionEnable",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_setCollisionEnable'.",&tolua_err); #endif @@ -7458,18 +7458,18 @@ int lua_axis_physics_PhysicsJoint_getWorld(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_getWorld'", nullptr); @@ -7492,7 +7492,7 @@ int lua_axis_physics_PhysicsJoint_getWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:getWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_getWorld'.",&tolua_err); #endif @@ -7505,18 +7505,18 @@ int lua_axis_physics_PhysicsJoint_setTag(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_setTag'", nullptr); @@ -7542,7 +7542,7 @@ int lua_axis_physics_PhysicsJoint_setTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:setTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_setTag'.",&tolua_err); #endif @@ -7555,18 +7555,18 @@ int lua_axis_physics_PhysicsJoint_removeFormWorld(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_removeFormWorld'", nullptr); @@ -7589,7 +7589,7 @@ int lua_axis_physics_PhysicsJoint_removeFormWorld(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:removeFormWorld",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_removeFormWorld'.",&tolua_err); #endif @@ -7602,18 +7602,18 @@ int lua_axis_physics_PhysicsJoint_isCollisionEnabled(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_isCollisionEnabled'", nullptr); @@ -7636,7 +7636,7 @@ int lua_axis_physics_PhysicsJoint_isCollisionEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:isCollisionEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_isCollisionEnabled'.",&tolua_err); #endif @@ -7649,18 +7649,18 @@ int lua_axis_physics_PhysicsJoint_getTag(lua_State* tolua_S) axis::PhysicsJoint* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJoint",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJoint*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJoint_getTag'", nullptr); @@ -7683,7 +7683,7 @@ int lua_axis_physics_PhysicsJoint_getTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJoint:getTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJoint_getTag'.",&tolua_err); #endif @@ -7727,18 +7727,18 @@ int lua_axis_physics_PhysicsJointFixed_createConstraints(lua_State* tolua_S) axis::PhysicsJointFixed* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointFixed",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointFixed*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointFixed_createConstraints'", nullptr); @@ -7761,7 +7761,7 @@ int lua_axis_physics_PhysicsJointFixed_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointFixed:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointFixed_createConstraints'.",&tolua_err); #endif @@ -7773,11 +7773,11 @@ int lua_axis_physics_PhysicsJointFixed_construct(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointFixed",0,&tolua_err)) goto tolua_lerror; #endif @@ -7802,7 +7802,7 @@ int lua_axis_physics_PhysicsJointFixed_construct(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsJointFixed:construct",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointFixed_construct'.",&tolua_err); #endif @@ -7835,18 +7835,18 @@ int lua_axis_physics_PhysicsJointLimit_setAnchr2(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_setAnchr2'", nullptr); @@ -7872,7 +7872,7 @@ int lua_axis_physics_PhysicsJointLimit_setAnchr2(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:setAnchr2",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_setAnchr2'.",&tolua_err); #endif @@ -7885,18 +7885,18 @@ int lua_axis_physics_PhysicsJointLimit_setAnchr1(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_setAnchr1'", nullptr); @@ -7922,7 +7922,7 @@ int lua_axis_physics_PhysicsJointLimit_setAnchr1(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:setAnchr1",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_setAnchr1'.",&tolua_err); #endif @@ -7935,18 +7935,18 @@ int lua_axis_physics_PhysicsJointLimit_setMax(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_setMax'", nullptr); @@ -7972,7 +7972,7 @@ int lua_axis_physics_PhysicsJointLimit_setMax(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:setMax",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_setMax'.",&tolua_err); #endif @@ -7985,18 +7985,18 @@ int lua_axis_physics_PhysicsJointLimit_getAnchr2(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_getAnchr2'", nullptr); @@ -8019,7 +8019,7 @@ int lua_axis_physics_PhysicsJointLimit_getAnchr2(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:getAnchr2",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_getAnchr2'.",&tolua_err); #endif @@ -8032,18 +8032,18 @@ int lua_axis_physics_PhysicsJointLimit_getAnchr1(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_getAnchr1'", nullptr); @@ -8066,7 +8066,7 @@ int lua_axis_physics_PhysicsJointLimit_getAnchr1(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:getAnchr1",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_getAnchr1'.",&tolua_err); #endif @@ -8079,18 +8079,18 @@ int lua_axis_physics_PhysicsJointLimit_createConstraints(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_createConstraints'", nullptr); @@ -8113,7 +8113,7 @@ int lua_axis_physics_PhysicsJointLimit_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_createConstraints'.",&tolua_err); #endif @@ -8126,18 +8126,18 @@ int lua_axis_physics_PhysicsJointLimit_getMin(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_getMin'", nullptr); @@ -8160,7 +8160,7 @@ int lua_axis_physics_PhysicsJointLimit_getMin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:getMin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_getMin'.",&tolua_err); #endif @@ -8173,18 +8173,18 @@ int lua_axis_physics_PhysicsJointLimit_getMax(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_getMax'", nullptr); @@ -8207,7 +8207,7 @@ int lua_axis_physics_PhysicsJointLimit_getMax(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:getMax",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_getMax'.",&tolua_err); #endif @@ -8220,18 +8220,18 @@ int lua_axis_physics_PhysicsJointLimit_setMin(lua_State* tolua_S) axis::PhysicsJointLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointLimit_setMin'", nullptr); @@ -8257,7 +8257,7 @@ int lua_axis_physics_PhysicsJointLimit_setMin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointLimit:setMin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_setMin'.",&tolua_err); #endif @@ -8268,11 +8268,11 @@ int lua_axis_physics_PhysicsJointLimit_construct(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointLimit",0,&tolua_err)) goto tolua_lerror; #endif @@ -8330,7 +8330,7 @@ int lua_axis_physics_PhysicsJointLimit_construct(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.PhysicsJointLimit:construct",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointLimit_construct'.",&tolua_err); #endif @@ -8371,18 +8371,18 @@ int lua_axis_physics_PhysicsJointPin_createConstraints(lua_State* tolua_S) axis::PhysicsJointPin* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointPin",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointPin*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointPin_createConstraints'", nullptr); @@ -8405,7 +8405,7 @@ int lua_axis_physics_PhysicsJointPin_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointPin:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointPin_createConstraints'.",&tolua_err); #endif @@ -8416,11 +8416,11 @@ int lua_axis_physics_PhysicsJointPin_construct(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointPin",0,&tolua_err)) goto tolua_lerror; #endif @@ -8469,7 +8469,7 @@ int lua_axis_physics_PhysicsJointPin_construct(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.PhysicsJointPin:construct",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointPin_construct'.",&tolua_err); #endif @@ -8502,18 +8502,18 @@ int lua_axis_physics_PhysicsJointDistance_createConstraints(lua_State* tolua_S) axis::PhysicsJointDistance* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointDistance",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointDistance*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointDistance_createConstraints'", nullptr); @@ -8536,7 +8536,7 @@ int lua_axis_physics_PhysicsJointDistance_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointDistance:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointDistance_createConstraints'.",&tolua_err); #endif @@ -8549,18 +8549,18 @@ int lua_axis_physics_PhysicsJointDistance_setDistance(lua_State* tolua_S) axis::PhysicsJointDistance* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointDistance",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointDistance*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointDistance_setDistance'", nullptr); @@ -8586,7 +8586,7 @@ int lua_axis_physics_PhysicsJointDistance_setDistance(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointDistance:setDistance",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointDistance_setDistance'.",&tolua_err); #endif @@ -8599,18 +8599,18 @@ int lua_axis_physics_PhysicsJointDistance_getDistance(lua_State* tolua_S) axis::PhysicsJointDistance* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointDistance",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointDistance*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointDistance_getDistance'", nullptr); @@ -8633,7 +8633,7 @@ int lua_axis_physics_PhysicsJointDistance_getDistance(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointDistance:getDistance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointDistance_getDistance'.",&tolua_err); #endif @@ -8645,11 +8645,11 @@ int lua_axis_physics_PhysicsJointDistance_construct(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointDistance",0,&tolua_err)) goto tolua_lerror; #endif @@ -8676,7 +8676,7 @@ int lua_axis_physics_PhysicsJointDistance_construct(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsJointDistance:construct",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointDistance_construct'.",&tolua_err); #endif @@ -8711,18 +8711,18 @@ int lua_axis_physics_PhysicsJointSpring_setAnchr2(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_setAnchr2'", nullptr); @@ -8748,7 +8748,7 @@ int lua_axis_physics_PhysicsJointSpring_setAnchr2(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:setAnchr2",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_setAnchr2'.",&tolua_err); #endif @@ -8761,18 +8761,18 @@ int lua_axis_physics_PhysicsJointSpring_setAnchr1(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_setAnchr1'", nullptr); @@ -8798,7 +8798,7 @@ int lua_axis_physics_PhysicsJointSpring_setAnchr1(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:setAnchr1",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_setAnchr1'.",&tolua_err); #endif @@ -8811,18 +8811,18 @@ int lua_axis_physics_PhysicsJointSpring_getDamping(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_getDamping'", nullptr); @@ -8845,7 +8845,7 @@ int lua_axis_physics_PhysicsJointSpring_getDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:getDamping",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_getDamping'.",&tolua_err); #endif @@ -8858,18 +8858,18 @@ int lua_axis_physics_PhysicsJointSpring_setStiffness(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_setStiffness'", nullptr); @@ -8895,7 +8895,7 @@ int lua_axis_physics_PhysicsJointSpring_setStiffness(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:setStiffness",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_setStiffness'.",&tolua_err); #endif @@ -8908,18 +8908,18 @@ int lua_axis_physics_PhysicsJointSpring_getRestLength(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_getRestLength'", nullptr); @@ -8942,7 +8942,7 @@ int lua_axis_physics_PhysicsJointSpring_getRestLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:getRestLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_getRestLength'.",&tolua_err); #endif @@ -8955,18 +8955,18 @@ int lua_axis_physics_PhysicsJointSpring_getAnchr2(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_getAnchr2'", nullptr); @@ -8989,7 +8989,7 @@ int lua_axis_physics_PhysicsJointSpring_getAnchr2(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:getAnchr2",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_getAnchr2'.",&tolua_err); #endif @@ -9002,18 +9002,18 @@ int lua_axis_physics_PhysicsJointSpring_getAnchr1(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_getAnchr1'", nullptr); @@ -9036,7 +9036,7 @@ int lua_axis_physics_PhysicsJointSpring_getAnchr1(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:getAnchr1",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_getAnchr1'.",&tolua_err); #endif @@ -9049,18 +9049,18 @@ int lua_axis_physics_PhysicsJointSpring_getStiffness(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_getStiffness'", nullptr); @@ -9083,7 +9083,7 @@ int lua_axis_physics_PhysicsJointSpring_getStiffness(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:getStiffness",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_getStiffness'.",&tolua_err); #endif @@ -9096,18 +9096,18 @@ int lua_axis_physics_PhysicsJointSpring_createConstraints(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_createConstraints'", nullptr); @@ -9130,7 +9130,7 @@ int lua_axis_physics_PhysicsJointSpring_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_createConstraints'.",&tolua_err); #endif @@ -9143,18 +9143,18 @@ int lua_axis_physics_PhysicsJointSpring_setRestLength(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_setRestLength'", nullptr); @@ -9180,7 +9180,7 @@ int lua_axis_physics_PhysicsJointSpring_setRestLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:setRestLength",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_setRestLength'.",&tolua_err); #endif @@ -9193,18 +9193,18 @@ int lua_axis_physics_PhysicsJointSpring_setDamping(lua_State* tolua_S) axis::PhysicsJointSpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointSpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointSpring_setDamping'", nullptr); @@ -9230,7 +9230,7 @@ int lua_axis_physics_PhysicsJointSpring_setDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointSpring:setDamping",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_setDamping'.",&tolua_err); #endif @@ -9242,11 +9242,11 @@ int lua_axis_physics_PhysicsJointSpring_construct(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointSpring",0,&tolua_err)) goto tolua_lerror; #endif @@ -9277,7 +9277,7 @@ int lua_axis_physics_PhysicsJointSpring_construct(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsJointSpring:construct",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointSpring_construct'.",&tolua_err); #endif @@ -9320,18 +9320,18 @@ int lua_axis_physics_PhysicsJointGroove_setAnchr2(lua_State* tolua_S) axis::PhysicsJointGroove* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGroove",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGroove*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGroove_setAnchr2'", nullptr); @@ -9357,7 +9357,7 @@ int lua_axis_physics_PhysicsJointGroove_setAnchr2(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGroove:setAnchr2",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGroove_setAnchr2'.",&tolua_err); #endif @@ -9370,18 +9370,18 @@ int lua_axis_physics_PhysicsJointGroove_setGrooveA(lua_State* tolua_S) axis::PhysicsJointGroove* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGroove",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGroove*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGroove_setGrooveA'", nullptr); @@ -9407,7 +9407,7 @@ int lua_axis_physics_PhysicsJointGroove_setGrooveA(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGroove:setGrooveA",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGroove_setGrooveA'.",&tolua_err); #endif @@ -9420,18 +9420,18 @@ int lua_axis_physics_PhysicsJointGroove_setGrooveB(lua_State* tolua_S) axis::PhysicsJointGroove* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGroove",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGroove*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGroove_setGrooveB'", nullptr); @@ -9457,7 +9457,7 @@ int lua_axis_physics_PhysicsJointGroove_setGrooveB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGroove:setGrooveB",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGroove_setGrooveB'.",&tolua_err); #endif @@ -9470,18 +9470,18 @@ int lua_axis_physics_PhysicsJointGroove_getGrooveA(lua_State* tolua_S) axis::PhysicsJointGroove* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGroove",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGroove*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGroove_getGrooveA'", nullptr); @@ -9504,7 +9504,7 @@ int lua_axis_physics_PhysicsJointGroove_getGrooveA(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGroove:getGrooveA",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGroove_getGrooveA'.",&tolua_err); #endif @@ -9517,18 +9517,18 @@ int lua_axis_physics_PhysicsJointGroove_getGrooveB(lua_State* tolua_S) axis::PhysicsJointGroove* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGroove",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGroove*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGroove_getGrooveB'", nullptr); @@ -9551,7 +9551,7 @@ int lua_axis_physics_PhysicsJointGroove_getGrooveB(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGroove:getGrooveB",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGroove_getGrooveB'.",&tolua_err); #endif @@ -9564,18 +9564,18 @@ int lua_axis_physics_PhysicsJointGroove_getAnchr2(lua_State* tolua_S) axis::PhysicsJointGroove* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGroove",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGroove*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGroove_getAnchr2'", nullptr); @@ -9598,7 +9598,7 @@ int lua_axis_physics_PhysicsJointGroove_getAnchr2(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGroove:getAnchr2",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGroove_getAnchr2'.",&tolua_err); #endif @@ -9611,18 +9611,18 @@ int lua_axis_physics_PhysicsJointGroove_createConstraints(lua_State* tolua_S) axis::PhysicsJointGroove* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGroove",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGroove*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGroove_createConstraints'", nullptr); @@ -9645,7 +9645,7 @@ int lua_axis_physics_PhysicsJointGroove_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGroove:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGroove_createConstraints'.",&tolua_err); #endif @@ -9657,11 +9657,11 @@ int lua_axis_physics_PhysicsJointGroove_construct(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointGroove",0,&tolua_err)) goto tolua_lerror; #endif @@ -9690,7 +9690,7 @@ int lua_axis_physics_PhysicsJointGroove_construct(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsJointGroove:construct",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGroove_construct'.",&tolua_err); #endif @@ -9729,18 +9729,18 @@ int lua_axis_physics_PhysicsJointRotarySpring_getDamping(lua_State* tolua_S) axis::PhysicsJointRotarySpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotarySpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotarySpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotarySpring_getDamping'", nullptr); @@ -9763,7 +9763,7 @@ int lua_axis_physics_PhysicsJointRotarySpring_getDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotarySpring:getDamping",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotarySpring_getDamping'.",&tolua_err); #endif @@ -9776,18 +9776,18 @@ int lua_axis_physics_PhysicsJointRotarySpring_setRestAngle(lua_State* tolua_S) axis::PhysicsJointRotarySpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotarySpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotarySpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotarySpring_setRestAngle'", nullptr); @@ -9813,7 +9813,7 @@ int lua_axis_physics_PhysicsJointRotarySpring_setRestAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotarySpring:setRestAngle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotarySpring_setRestAngle'.",&tolua_err); #endif @@ -9826,18 +9826,18 @@ int lua_axis_physics_PhysicsJointRotarySpring_getStiffness(lua_State* tolua_S) axis::PhysicsJointRotarySpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotarySpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotarySpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotarySpring_getStiffness'", nullptr); @@ -9860,7 +9860,7 @@ int lua_axis_physics_PhysicsJointRotarySpring_getStiffness(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotarySpring:getStiffness",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotarySpring_getStiffness'.",&tolua_err); #endif @@ -9873,18 +9873,18 @@ int lua_axis_physics_PhysicsJointRotarySpring_createConstraints(lua_State* tolua axis::PhysicsJointRotarySpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotarySpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotarySpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotarySpring_createConstraints'", nullptr); @@ -9907,7 +9907,7 @@ int lua_axis_physics_PhysicsJointRotarySpring_createConstraints(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotarySpring:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotarySpring_createConstraints'.",&tolua_err); #endif @@ -9920,18 +9920,18 @@ int lua_axis_physics_PhysicsJointRotarySpring_setStiffness(lua_State* tolua_S) axis::PhysicsJointRotarySpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotarySpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotarySpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotarySpring_setStiffness'", nullptr); @@ -9957,7 +9957,7 @@ int lua_axis_physics_PhysicsJointRotarySpring_setStiffness(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotarySpring:setStiffness",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotarySpring_setStiffness'.",&tolua_err); #endif @@ -9970,18 +9970,18 @@ int lua_axis_physics_PhysicsJointRotarySpring_setDamping(lua_State* tolua_S) axis::PhysicsJointRotarySpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotarySpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotarySpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotarySpring_setDamping'", nullptr); @@ -10007,7 +10007,7 @@ int lua_axis_physics_PhysicsJointRotarySpring_setDamping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotarySpring:setDamping",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotarySpring_setDamping'.",&tolua_err); #endif @@ -10020,18 +10020,18 @@ int lua_axis_physics_PhysicsJointRotarySpring_getRestAngle(lua_State* tolua_S) axis::PhysicsJointRotarySpring* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotarySpring",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotarySpring*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotarySpring_getRestAngle'", nullptr); @@ -10054,7 +10054,7 @@ int lua_axis_physics_PhysicsJointRotarySpring_getRestAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotarySpring:getRestAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotarySpring_getRestAngle'.",&tolua_err); #endif @@ -10066,11 +10066,11 @@ int lua_axis_physics_PhysicsJointRotarySpring_construct(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointRotarySpring",0,&tolua_err)) goto tolua_lerror; #endif @@ -10097,7 +10097,7 @@ int lua_axis_physics_PhysicsJointRotarySpring_construct(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsJointRotarySpring:construct",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotarySpring_construct'.",&tolua_err); #endif @@ -10136,18 +10136,18 @@ int lua_axis_physics_PhysicsJointRotaryLimit_getMax(lua_State* tolua_S) axis::PhysicsJointRotaryLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotaryLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotaryLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotaryLimit_getMax'", nullptr); @@ -10170,7 +10170,7 @@ int lua_axis_physics_PhysicsJointRotaryLimit_getMax(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotaryLimit:getMax",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotaryLimit_getMax'.",&tolua_err); #endif @@ -10183,18 +10183,18 @@ int lua_axis_physics_PhysicsJointRotaryLimit_createConstraints(lua_State* tolua_ axis::PhysicsJointRotaryLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotaryLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotaryLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotaryLimit_createConstraints'", nullptr); @@ -10217,7 +10217,7 @@ int lua_axis_physics_PhysicsJointRotaryLimit_createConstraints(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotaryLimit:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotaryLimit_createConstraints'.",&tolua_err); #endif @@ -10230,18 +10230,18 @@ int lua_axis_physics_PhysicsJointRotaryLimit_setMin(lua_State* tolua_S) axis::PhysicsJointRotaryLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotaryLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotaryLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotaryLimit_setMin'", nullptr); @@ -10267,7 +10267,7 @@ int lua_axis_physics_PhysicsJointRotaryLimit_setMin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotaryLimit:setMin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotaryLimit_setMin'.",&tolua_err); #endif @@ -10280,18 +10280,18 @@ int lua_axis_physics_PhysicsJointRotaryLimit_setMax(lua_State* tolua_S) axis::PhysicsJointRotaryLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotaryLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotaryLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotaryLimit_setMax'", nullptr); @@ -10317,7 +10317,7 @@ int lua_axis_physics_PhysicsJointRotaryLimit_setMax(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotaryLimit:setMax",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotaryLimit_setMax'.",&tolua_err); #endif @@ -10330,18 +10330,18 @@ int lua_axis_physics_PhysicsJointRotaryLimit_getMin(lua_State* tolua_S) axis::PhysicsJointRotaryLimit* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRotaryLimit",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRotaryLimit*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRotaryLimit_getMin'", nullptr); @@ -10364,7 +10364,7 @@ int lua_axis_physics_PhysicsJointRotaryLimit_getMin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRotaryLimit:getMin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotaryLimit_getMin'.",&tolua_err); #endif @@ -10375,11 +10375,11 @@ int lua_axis_physics_PhysicsJointRotaryLimit_construct(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointRotaryLimit",0,&tolua_err)) goto tolua_lerror; #endif @@ -10425,7 +10425,7 @@ int lua_axis_physics_PhysicsJointRotaryLimit_construct(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ax.PhysicsJointRotaryLimit:construct",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRotaryLimit_construct'.",&tolua_err); #endif @@ -10462,18 +10462,18 @@ int lua_axis_physics_PhysicsJointRatchet_getAngle(lua_State* tolua_S) axis::PhysicsJointRatchet* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRatchet",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRatchet*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRatchet_getAngle'", nullptr); @@ -10496,7 +10496,7 @@ int lua_axis_physics_PhysicsJointRatchet_getAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRatchet:getAngle",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRatchet_getAngle'.",&tolua_err); #endif @@ -10509,18 +10509,18 @@ int lua_axis_physics_PhysicsJointRatchet_setAngle(lua_State* tolua_S) axis::PhysicsJointRatchet* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRatchet",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRatchet*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRatchet_setAngle'", nullptr); @@ -10546,7 +10546,7 @@ int lua_axis_physics_PhysicsJointRatchet_setAngle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRatchet:setAngle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRatchet_setAngle'.",&tolua_err); #endif @@ -10559,18 +10559,18 @@ int lua_axis_physics_PhysicsJointRatchet_createConstraints(lua_State* tolua_S) axis::PhysicsJointRatchet* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRatchet",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRatchet*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRatchet_createConstraints'", nullptr); @@ -10593,7 +10593,7 @@ int lua_axis_physics_PhysicsJointRatchet_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRatchet:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRatchet_createConstraints'.",&tolua_err); #endif @@ -10606,18 +10606,18 @@ int lua_axis_physics_PhysicsJointRatchet_setPhase(lua_State* tolua_S) axis::PhysicsJointRatchet* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRatchet",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRatchet*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRatchet_setPhase'", nullptr); @@ -10643,7 +10643,7 @@ int lua_axis_physics_PhysicsJointRatchet_setPhase(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRatchet:setPhase",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRatchet_setPhase'.",&tolua_err); #endif @@ -10656,18 +10656,18 @@ int lua_axis_physics_PhysicsJointRatchet_getPhase(lua_State* tolua_S) axis::PhysicsJointRatchet* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRatchet",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRatchet*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRatchet_getPhase'", nullptr); @@ -10690,7 +10690,7 @@ int lua_axis_physics_PhysicsJointRatchet_getPhase(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRatchet:getPhase",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRatchet_getPhase'.",&tolua_err); #endif @@ -10703,18 +10703,18 @@ int lua_axis_physics_PhysicsJointRatchet_setRatchet(lua_State* tolua_S) axis::PhysicsJointRatchet* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRatchet",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRatchet*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRatchet_setRatchet'", nullptr); @@ -10740,7 +10740,7 @@ int lua_axis_physics_PhysicsJointRatchet_setRatchet(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRatchet:setRatchet",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRatchet_setRatchet'.",&tolua_err); #endif @@ -10753,18 +10753,18 @@ int lua_axis_physics_PhysicsJointRatchet_getRatchet(lua_State* tolua_S) axis::PhysicsJointRatchet* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointRatchet",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointRatchet*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointRatchet_getRatchet'", nullptr); @@ -10787,7 +10787,7 @@ int lua_axis_physics_PhysicsJointRatchet_getRatchet(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointRatchet:getRatchet",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRatchet_getRatchet'.",&tolua_err); #endif @@ -10799,11 +10799,11 @@ int lua_axis_physics_PhysicsJointRatchet_construct(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointRatchet",0,&tolua_err)) goto tolua_lerror; #endif @@ -10830,7 +10830,7 @@ int lua_axis_physics_PhysicsJointRatchet_construct(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsJointRatchet:construct",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointRatchet_construct'.",&tolua_err); #endif @@ -10869,18 +10869,18 @@ int lua_axis_physics_PhysicsJointGear_setRatio(lua_State* tolua_S) axis::PhysicsJointGear* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGear",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGear*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGear_setRatio'", nullptr); @@ -10906,7 +10906,7 @@ int lua_axis_physics_PhysicsJointGear_setRatio(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGear:setRatio",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGear_setRatio'.",&tolua_err); #endif @@ -10919,18 +10919,18 @@ int lua_axis_physics_PhysicsJointGear_getPhase(lua_State* tolua_S) axis::PhysicsJointGear* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGear",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGear*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGear_getPhase'", nullptr); @@ -10953,7 +10953,7 @@ int lua_axis_physics_PhysicsJointGear_getPhase(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGear:getPhase",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGear_getPhase'.",&tolua_err); #endif @@ -10966,18 +10966,18 @@ int lua_axis_physics_PhysicsJointGear_setPhase(lua_State* tolua_S) axis::PhysicsJointGear* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGear",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGear*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGear_setPhase'", nullptr); @@ -11003,7 +11003,7 @@ int lua_axis_physics_PhysicsJointGear_setPhase(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGear:setPhase",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGear_setPhase'.",&tolua_err); #endif @@ -11016,18 +11016,18 @@ int lua_axis_physics_PhysicsJointGear_createConstraints(lua_State* tolua_S) axis::PhysicsJointGear* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGear",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGear*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGear_createConstraints'", nullptr); @@ -11050,7 +11050,7 @@ int lua_axis_physics_PhysicsJointGear_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGear:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGear_createConstraints'.",&tolua_err); #endif @@ -11063,18 +11063,18 @@ int lua_axis_physics_PhysicsJointGear_getRatio(lua_State* tolua_S) axis::PhysicsJointGear* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointGear",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointGear*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointGear_getRatio'", nullptr); @@ -11097,7 +11097,7 @@ int lua_axis_physics_PhysicsJointGear_getRatio(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointGear:getRatio",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGear_getRatio'.",&tolua_err); #endif @@ -11109,11 +11109,11 @@ int lua_axis_physics_PhysicsJointGear_construct(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointGear",0,&tolua_err)) goto tolua_lerror; #endif @@ -11140,7 +11140,7 @@ int lua_axis_physics_PhysicsJointGear_construct(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsJointGear:construct",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointGear_construct'.",&tolua_err); #endif @@ -11177,18 +11177,18 @@ int lua_axis_physics_PhysicsJointMotor_setRate(lua_State* tolua_S) axis::PhysicsJointMotor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointMotor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointMotor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointMotor_setRate'", nullptr); @@ -11214,7 +11214,7 @@ int lua_axis_physics_PhysicsJointMotor_setRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointMotor:setRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointMotor_setRate'.",&tolua_err); #endif @@ -11227,18 +11227,18 @@ int lua_axis_physics_PhysicsJointMotor_getRate(lua_State* tolua_S) axis::PhysicsJointMotor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointMotor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointMotor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointMotor_getRate'", nullptr); @@ -11261,7 +11261,7 @@ int lua_axis_physics_PhysicsJointMotor_getRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointMotor:getRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointMotor_getRate'.",&tolua_err); #endif @@ -11274,18 +11274,18 @@ int lua_axis_physics_PhysicsJointMotor_createConstraints(lua_State* tolua_S) axis::PhysicsJointMotor* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsJointMotor",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsJointMotor*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsJointMotor_createConstraints'", nullptr); @@ -11308,7 +11308,7 @@ int lua_axis_physics_PhysicsJointMotor_createConstraints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsJointMotor:createConstraints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointMotor_createConstraints'.",&tolua_err); #endif @@ -11320,11 +11320,11 @@ int lua_axis_physics_PhysicsJointMotor_construct(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ax.PhysicsJointMotor",0,&tolua_err)) goto tolua_lerror; #endif @@ -11349,7 +11349,7 @@ int lua_axis_physics_PhysicsJointMotor_construct(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ax.PhysicsJointMotor:construct",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsJointMotor_construct'.",&tolua_err); #endif @@ -11384,18 +11384,18 @@ int lua_axis_physics_PhysicsWorld_setGravity(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setGravity'", nullptr); @@ -11421,7 +11421,7 @@ int lua_axis_physics_PhysicsWorld_setGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setGravity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setGravity'.",&tolua_err); #endif @@ -11434,18 +11434,18 @@ int lua_axis_physics_PhysicsWorld_getAllBodies(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getAllBodies'", nullptr); @@ -11468,7 +11468,7 @@ int lua_axis_physics_PhysicsWorld_getAllBodies(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getAllBodies",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getAllBodies'.",&tolua_err); #endif @@ -11481,18 +11481,18 @@ int lua_axis_physics_PhysicsWorld_setFixedUpdateRate(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setFixedUpdateRate'", nullptr); @@ -11518,7 +11518,7 @@ int lua_axis_physics_PhysicsWorld_setFixedUpdateRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setFixedUpdateRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setFixedUpdateRate'.",&tolua_err); #endif @@ -11531,18 +11531,18 @@ int lua_axis_physics_PhysicsWorld_setSubsteps(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setSubsteps'", nullptr); @@ -11568,7 +11568,7 @@ int lua_axis_physics_PhysicsWorld_setSubsteps(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setSubsteps",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setSubsteps'.",&tolua_err); #endif @@ -11581,18 +11581,18 @@ int lua_axis_physics_PhysicsWorld_setAutoStep(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setAutoStep'", nullptr); @@ -11618,7 +11618,7 @@ int lua_axis_physics_PhysicsWorld_setAutoStep(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setAutoStep",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setAutoStep'.",&tolua_err); #endif @@ -11631,18 +11631,18 @@ int lua_axis_physics_PhysicsWorld_addJoint(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_addJoint'", nullptr); @@ -11668,7 +11668,7 @@ int lua_axis_physics_PhysicsWorld_addJoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:addJoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_addJoint'.",&tolua_err); #endif @@ -11681,18 +11681,18 @@ int lua_axis_physics_PhysicsWorld_removeAllJoints(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_removeAllJoints'", nullptr); @@ -11729,7 +11729,7 @@ int lua_axis_physics_PhysicsWorld_removeAllJoints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:removeAllJoints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_removeAllJoints'.",&tolua_err); #endif @@ -11742,18 +11742,18 @@ int lua_axis_physics_PhysicsWorld_getDebugDrawMask(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getDebugDrawMask'", nullptr); @@ -11776,7 +11776,7 @@ int lua_axis_physics_PhysicsWorld_getDebugDrawMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getDebugDrawMask",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getDebugDrawMask'.",&tolua_err); #endif @@ -11789,18 +11789,18 @@ int lua_axis_physics_PhysicsWorld_setPreUpdateCallback(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setPreUpdateCallback'", nullptr); @@ -11830,7 +11830,7 @@ int lua_axis_physics_PhysicsWorld_setPreUpdateCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setPreUpdateCallback",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setPreUpdateCallback'.",&tolua_err); #endif @@ -11843,18 +11843,18 @@ int lua_axis_physics_PhysicsWorld_isAutoStep(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_isAutoStep'", nullptr); @@ -11877,7 +11877,7 @@ int lua_axis_physics_PhysicsWorld_isAutoStep(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:isAutoStep",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_isAutoStep'.",&tolua_err); #endif @@ -11890,18 +11890,18 @@ int lua_axis_physics_PhysicsWorld_setPostUpdateCallback(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setPostUpdateCallback'", nullptr); @@ -11931,7 +11931,7 @@ int lua_axis_physics_PhysicsWorld_setPostUpdateCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setPostUpdateCallback",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setPostUpdateCallback'.",&tolua_err); #endif @@ -11943,15 +11943,15 @@ int lua_axis_physics_PhysicsWorld_removeBody(lua_State* tolua_S) int argc = 0; axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_removeBody'", nullptr); @@ -11986,7 +11986,7 @@ int lua_axis_physics_PhysicsWorld_removeBody(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:removeBody",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_removeBody'.",&tolua_err); #endif @@ -11999,18 +11999,18 @@ int lua_axis_physics_PhysicsWorld_removeJoint(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_removeJoint'", nullptr); @@ -12053,7 +12053,7 @@ int lua_axis_physics_PhysicsWorld_removeJoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:removeJoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_removeJoint'.",&tolua_err); #endif @@ -12066,18 +12066,18 @@ int lua_axis_physics_PhysicsWorld_getShapes(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getShapes'", nullptr); @@ -12103,7 +12103,7 @@ int lua_axis_physics_PhysicsWorld_getShapes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getShapes",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getShapes'.",&tolua_err); #endif @@ -12116,18 +12116,18 @@ int lua_axis_physics_PhysicsWorld_step(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_step'", nullptr); @@ -12153,7 +12153,7 @@ int lua_axis_physics_PhysicsWorld_step(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:step",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_step'.",&tolua_err); #endif @@ -12166,18 +12166,18 @@ int lua_axis_physics_PhysicsWorld_setDebugDrawMask(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setDebugDrawMask'", nullptr); @@ -12203,7 +12203,7 @@ int lua_axis_physics_PhysicsWorld_setDebugDrawMask(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setDebugDrawMask",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setDebugDrawMask'.",&tolua_err); #endif @@ -12216,18 +12216,18 @@ int lua_axis_physics_PhysicsWorld_getGravity(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getGravity'", nullptr); @@ -12250,7 +12250,7 @@ int lua_axis_physics_PhysicsWorld_getGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getGravity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getGravity'.",&tolua_err); #endif @@ -12263,18 +12263,18 @@ int lua_axis_physics_PhysicsWorld_setUpdateRate(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setUpdateRate'", nullptr); @@ -12300,7 +12300,7 @@ int lua_axis_physics_PhysicsWorld_setUpdateRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setUpdateRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setUpdateRate'.",&tolua_err); #endif @@ -12313,18 +12313,18 @@ int lua_axis_physics_PhysicsWorld_getFixedUpdateRate(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getFixedUpdateRate'", nullptr); @@ -12347,7 +12347,7 @@ int lua_axis_physics_PhysicsWorld_getFixedUpdateRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getFixedUpdateRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getFixedUpdateRate'.",&tolua_err); #endif @@ -12360,18 +12360,18 @@ int lua_axis_physics_PhysicsWorld_getSubsteps(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getSubsteps'", nullptr); @@ -12394,7 +12394,7 @@ int lua_axis_physics_PhysicsWorld_getSubsteps(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getSubsteps",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getSubsteps'.",&tolua_err); #endif @@ -12407,18 +12407,18 @@ int lua_axis_physics_PhysicsWorld_getSpeed(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getSpeed'", nullptr); @@ -12441,7 +12441,7 @@ int lua_axis_physics_PhysicsWorld_getSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getSpeed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getSpeed'.",&tolua_err); #endif @@ -12454,18 +12454,18 @@ int lua_axis_physics_PhysicsWorld_getUpdateRate(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getUpdateRate'", nullptr); @@ -12488,7 +12488,7 @@ int lua_axis_physics_PhysicsWorld_getUpdateRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getUpdateRate",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getUpdateRate'.",&tolua_err); #endif @@ -12501,18 +12501,18 @@ int lua_axis_physics_PhysicsWorld_removeAllBodies(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_removeAllBodies'", nullptr); @@ -12535,7 +12535,7 @@ int lua_axis_physics_PhysicsWorld_removeAllBodies(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:removeAllBodies",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_removeAllBodies'.",&tolua_err); #endif @@ -12548,18 +12548,18 @@ int lua_axis_physics_PhysicsWorld_setSpeed(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_setSpeed'", nullptr); @@ -12585,7 +12585,7 @@ int lua_axis_physics_PhysicsWorld_setSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:setSpeed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_setSpeed'.",&tolua_err); #endif @@ -12598,18 +12598,18 @@ int lua_axis_physics_PhysicsWorld_getShape(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getShape'", nullptr); @@ -12635,7 +12635,7 @@ int lua_axis_physics_PhysicsWorld_getShape(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getShape",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getShape'.",&tolua_err); #endif @@ -12648,18 +12648,18 @@ int lua_axis_physics_PhysicsWorld_getBody(lua_State* tolua_S) axis::PhysicsWorld* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ax.PhysicsWorld",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::PhysicsWorld*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_physics_PhysicsWorld_getBody'", nullptr); @@ -12685,7 +12685,7 @@ int lua_axis_physics_PhysicsWorld_getBody(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ax.PhysicsWorld:getBody",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_physics_PhysicsWorld_getBody'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_spine_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_spine_auto.cpp index 0d83effb87..6c056967c7 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_spine_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_spine_auto.cpp @@ -9,18 +9,18 @@ int lua_axis_spine_SkeletonRenderer_setTimeScale(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setTimeScale'", nullptr); @@ -46,7 +46,7 @@ int lua_axis_spine_SkeletonRenderer_setTimeScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setTimeScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setTimeScale'.",&tolua_err); #endif @@ -59,18 +59,18 @@ int lua_axis_spine_SkeletonRenderer_setDebugBoundingRectEnabled(lua_State* tolua spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setDebugBoundingRectEnabled'", nullptr); @@ -96,7 +96,7 @@ int lua_axis_spine_SkeletonRenderer_setDebugBoundingRectEnabled(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setDebugBoundingRectEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setDebugBoundingRectEnabled'.",&tolua_err); #endif @@ -109,18 +109,18 @@ int lua_axis_spine_SkeletonRenderer_getDebugSlotsEnabled(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_getDebugSlotsEnabled'", nullptr); @@ -143,7 +143,7 @@ int lua_axis_spine_SkeletonRenderer_getDebugSlotsEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:getDebugSlotsEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_getDebugSlotsEnabled'.",&tolua_err); #endif @@ -156,18 +156,18 @@ int lua_axis_spine_SkeletonRenderer_setBonesToSetupPose(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setBonesToSetupPose'", nullptr); @@ -190,7 +190,7 @@ int lua_axis_spine_SkeletonRenderer_setBonesToSetupPose(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setBonesToSetupPose",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setBonesToSetupPose'.",&tolua_err); #endif @@ -203,18 +203,18 @@ int lua_axis_spine_SkeletonRenderer_initWithData(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_initWithData'", nullptr); @@ -257,7 +257,7 @@ int lua_axis_spine_SkeletonRenderer_initWithData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:initWithData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_initWithData'.",&tolua_err); #endif @@ -270,18 +270,18 @@ int lua_axis_spine_SkeletonRenderer_setDebugSlotsEnabled(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setDebugSlotsEnabled'", nullptr); @@ -307,7 +307,7 @@ int lua_axis_spine_SkeletonRenderer_setDebugSlotsEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setDebugSlotsEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setDebugSlotsEnabled'.",&tolua_err); #endif @@ -319,15 +319,15 @@ int lua_axis_spine_SkeletonRenderer_initWithJsonFile(lua_State* tolua_S) int argc = 0; spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_initWithJsonFile'", nullptr); @@ -410,7 +410,7 @@ int lua_axis_spine_SkeletonRenderer_initWithJsonFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:initWithJsonFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_initWithJsonFile'.",&tolua_err); #endif @@ -423,18 +423,18 @@ int lua_axis_spine_SkeletonRenderer_setSlotsToSetupPose(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setSlotsToSetupPose'", nullptr); @@ -457,7 +457,7 @@ int lua_axis_spine_SkeletonRenderer_setSlotsToSetupPose(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setSlotsToSetupPose",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setSlotsToSetupPose'.",&tolua_err); #endif @@ -469,15 +469,15 @@ int lua_axis_spine_SkeletonRenderer_initWithBinaryFile(lua_State* tolua_S) int argc = 0; spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_initWithBinaryFile'", nullptr); @@ -560,7 +560,7 @@ int lua_axis_spine_SkeletonRenderer_initWithBinaryFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:initWithBinaryFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_initWithBinaryFile'.",&tolua_err); #endif @@ -573,18 +573,18 @@ int lua_axis_spine_SkeletonRenderer_setToSetupPose(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setToSetupPose'", nullptr); @@ -607,7 +607,7 @@ int lua_axis_spine_SkeletonRenderer_setToSetupPose(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setToSetupPose",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setToSetupPose'.",&tolua_err); #endif @@ -620,18 +620,18 @@ int lua_axis_spine_SkeletonRenderer_setDebugMeshesEnabled(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setDebugMeshesEnabled'", nullptr); @@ -657,7 +657,7 @@ int lua_axis_spine_SkeletonRenderer_setDebugMeshesEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setDebugMeshesEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setDebugMeshesEnabled'.",&tolua_err); #endif @@ -670,18 +670,18 @@ int lua_axis_spine_SkeletonRenderer_isTwoColorTint(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_isTwoColorTint'", nullptr); @@ -704,7 +704,7 @@ int lua_axis_spine_SkeletonRenderer_isTwoColorTint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:isTwoColorTint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_isTwoColorTint'.",&tolua_err); #endif @@ -717,18 +717,18 @@ int lua_axis_spine_SkeletonRenderer_initWithSkeleton(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_initWithSkeleton'", nullptr); @@ -814,7 +814,7 @@ int lua_axis_spine_SkeletonRenderer_initWithSkeleton(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:initWithSkeleton",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_initWithSkeleton'.",&tolua_err); #endif @@ -827,18 +827,18 @@ int lua_axis_spine_SkeletonRenderer_getBlendFunc(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_getBlendFunc'", nullptr); @@ -861,7 +861,7 @@ int lua_axis_spine_SkeletonRenderer_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_getBlendFunc'.",&tolua_err); #endif @@ -874,18 +874,18 @@ int lua_axis_spine_SkeletonRenderer_setSlotsRange(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setSlotsRange'", nullptr); @@ -914,7 +914,7 @@ int lua_axis_spine_SkeletonRenderer_setSlotsRange(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setSlotsRange",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setSlotsRange'.",&tolua_err); #endif @@ -927,18 +927,18 @@ int lua_axis_spine_SkeletonRenderer_getDebugBoundingRectEnabled(lua_State* tolua spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_getDebugBoundingRectEnabled'", nullptr); @@ -961,7 +961,7 @@ int lua_axis_spine_SkeletonRenderer_getDebugBoundingRectEnabled(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:getDebugBoundingRectEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_getDebugBoundingRectEnabled'.",&tolua_err); #endif @@ -974,18 +974,18 @@ int lua_axis_spine_SkeletonRenderer_initialize(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_initialize'", nullptr); @@ -1008,7 +1008,7 @@ int lua_axis_spine_SkeletonRenderer_initialize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:initialize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_initialize'.",&tolua_err); #endif @@ -1021,18 +1021,18 @@ int lua_axis_spine_SkeletonRenderer_setDebugBonesEnabled(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setDebugBonesEnabled'", nullptr); @@ -1058,7 +1058,7 @@ int lua_axis_spine_SkeletonRenderer_setDebugBonesEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setDebugBonesEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setDebugBonesEnabled'.",&tolua_err); #endif @@ -1071,18 +1071,18 @@ int lua_axis_spine_SkeletonRenderer_getDebugBonesEnabled(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_getDebugBonesEnabled'", nullptr); @@ -1105,7 +1105,7 @@ int lua_axis_spine_SkeletonRenderer_getDebugBonesEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:getDebugBonesEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_getDebugBonesEnabled'.",&tolua_err); #endif @@ -1118,18 +1118,18 @@ int lua_axis_spine_SkeletonRenderer_getTimeScale(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_getTimeScale'", nullptr); @@ -1152,7 +1152,7 @@ int lua_axis_spine_SkeletonRenderer_getTimeScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:getTimeScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_getTimeScale'.",&tolua_err); #endif @@ -1165,18 +1165,18 @@ int lua_axis_spine_SkeletonRenderer_setTwoColorTint(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setTwoColorTint'", nullptr); @@ -1202,7 +1202,7 @@ int lua_axis_spine_SkeletonRenderer_setTwoColorTint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setTwoColorTint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setTwoColorTint'.",&tolua_err); #endif @@ -1215,18 +1215,18 @@ int lua_axis_spine_SkeletonRenderer_getDebugMeshesEnabled(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_getDebugMeshesEnabled'", nullptr); @@ -1249,7 +1249,7 @@ int lua_axis_spine_SkeletonRenderer_getDebugMeshesEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:getDebugMeshesEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_getDebugMeshesEnabled'.",&tolua_err); #endif @@ -1262,18 +1262,18 @@ int lua_axis_spine_SkeletonRenderer_setBlendFunc(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setBlendFunc'", nullptr); @@ -1299,7 +1299,7 @@ int lua_axis_spine_SkeletonRenderer_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setBlendFunc'.",&tolua_err); #endif @@ -1312,18 +1312,18 @@ int lua_axis_spine_SkeletonRenderer_setVertexEffect(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setVertexEffect'", nullptr); @@ -1349,7 +1349,7 @@ int lua_axis_spine_SkeletonRenderer_setVertexEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setVertexEffect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setVertexEffect'.",&tolua_err); #endif @@ -1361,15 +1361,15 @@ int lua_axis_spine_SkeletonRenderer_setSkin(lua_State* tolua_S) int argc = 0; spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_setSkin'", nullptr); @@ -1404,7 +1404,7 @@ int lua_axis_spine_SkeletonRenderer_setSkin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:setSkin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_setSkin'.",&tolua_err); #endif @@ -1417,18 +1417,18 @@ int lua_axis_spine_SkeletonRenderer_getSkeleton(lua_State* tolua_S) spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonRenderer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonRenderer_getSkeleton'", nullptr); @@ -1451,7 +1451,7 @@ int lua_axis_spine_SkeletonRenderer_getSkeleton(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:getSkeleton",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_getSkeleton'.",&tolua_err); #endif @@ -1462,11 +1462,11 @@ int lua_axis_spine_SkeletonRenderer_createWithFile(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif @@ -1544,7 +1544,7 @@ int lua_axis_spine_SkeletonRenderer_createWithFile(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "sp.SkeletonRenderer:createWithFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_createWithFile'.",&tolua_err); #endif @@ -1555,11 +1555,11 @@ int lua_axis_spine_SkeletonRenderer_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif @@ -1578,7 +1578,7 @@ int lua_axis_spine_SkeletonRenderer_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "sp.SkeletonRenderer:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_create'.",&tolua_err); #endif @@ -1589,11 +1589,11 @@ int lua_axis_spine_SkeletonRenderer_createWithSkeleton(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"sp.SkeletonRenderer",0,&tolua_err)) goto tolua_lerror; #endif @@ -1646,7 +1646,7 @@ int lua_axis_spine_SkeletonRenderer_createWithSkeleton(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "sp.SkeletonRenderer:createWithSkeleton",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_createWithSkeleton'.",&tolua_err); #endif @@ -1657,7 +1657,7 @@ int lua_axis_spine_SkeletonRenderer_constructor(lua_State* tolua_S) int argc = 0; spine::SkeletonRenderer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1878,7 +1878,7 @@ int lua_axis_spine_SkeletonRenderer_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonRenderer:SkeletonRenderer",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonRenderer_constructor'.",&tolua_err); #endif @@ -1940,18 +1940,18 @@ int lua_axis_spine_SkeletonAnimation_setTrackCompleteListener(lua_State* tolua_S spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setTrackCompleteListener'", nullptr); @@ -1984,7 +1984,7 @@ int lua_axis_spine_SkeletonAnimation_setTrackCompleteListener(lua_State* tolua_S luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setTrackCompleteListener",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setTrackCompleteListener'.",&tolua_err); #endif @@ -1997,18 +1997,18 @@ int lua_axis_spine_SkeletonAnimation_findAnimation(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_findAnimation'", nullptr); @@ -2034,7 +2034,7 @@ int lua_axis_spine_SkeletonAnimation_findAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:findAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_findAnimation'.",&tolua_err); #endif @@ -2047,18 +2047,18 @@ int lua_axis_spine_SkeletonAnimation_setCompleteListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setCompleteListener'", nullptr); @@ -2088,7 +2088,7 @@ int lua_axis_spine_SkeletonAnimation_setCompleteListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setCompleteListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setCompleteListener'.",&tolua_err); #endif @@ -2101,18 +2101,18 @@ int lua_axis_spine_SkeletonAnimation_setMix(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setMix'", nullptr); @@ -2144,7 +2144,7 @@ int lua_axis_spine_SkeletonAnimation_setMix(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setMix",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setMix'.",&tolua_err); #endif @@ -2157,18 +2157,18 @@ int lua_axis_spine_SkeletonAnimation_setTrackStartListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setTrackStartListener'", nullptr); @@ -2201,7 +2201,7 @@ int lua_axis_spine_SkeletonAnimation_setTrackStartListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setTrackStartListener",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setTrackStartListener'.",&tolua_err); #endif @@ -2214,18 +2214,18 @@ int lua_axis_spine_SkeletonAnimation_addEmptyAnimation(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_addEmptyAnimation'", nullptr); @@ -2274,7 +2274,7 @@ int lua_axis_spine_SkeletonAnimation_addEmptyAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:addEmptyAnimation",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_addEmptyAnimation'.",&tolua_err); #endif @@ -2287,18 +2287,18 @@ int lua_axis_spine_SkeletonAnimation_setDisposeListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setDisposeListener'", nullptr); @@ -2328,7 +2328,7 @@ int lua_axis_spine_SkeletonAnimation_setDisposeListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setDisposeListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setDisposeListener'.",&tolua_err); #endif @@ -2341,18 +2341,18 @@ int lua_axis_spine_SkeletonAnimation_setTrackInterruptListener(lua_State* tolua_ spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setTrackInterruptListener'", nullptr); @@ -2385,7 +2385,7 @@ int lua_axis_spine_SkeletonAnimation_setTrackInterruptListener(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setTrackInterruptListener",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setTrackInterruptListener'.",&tolua_err); #endif @@ -2398,18 +2398,18 @@ int lua_axis_spine_SkeletonAnimation_setEndListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setEndListener'", nullptr); @@ -2439,7 +2439,7 @@ int lua_axis_spine_SkeletonAnimation_setEndListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setEndListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setEndListener'.",&tolua_err); #endif @@ -2452,18 +2452,18 @@ int lua_axis_spine_SkeletonAnimation_setPostUpdateWorldTransformsListener(lua_St spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setPostUpdateWorldTransformsListener'", nullptr); @@ -2493,7 +2493,7 @@ int lua_axis_spine_SkeletonAnimation_setPostUpdateWorldTransformsListener(lua_St luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setPostUpdateWorldTransformsListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setPostUpdateWorldTransformsListener'.",&tolua_err); #endif @@ -2506,18 +2506,18 @@ int lua_axis_spine_SkeletonAnimation_setUpdateOnlyIfVisible(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setUpdateOnlyIfVisible'", nullptr); @@ -2543,7 +2543,7 @@ int lua_axis_spine_SkeletonAnimation_setUpdateOnlyIfVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setUpdateOnlyIfVisible",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setUpdateOnlyIfVisible'.",&tolua_err); #endif @@ -2556,18 +2556,18 @@ int lua_axis_spine_SkeletonAnimation_setTrackDisposeListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setTrackDisposeListener'", nullptr); @@ -2600,7 +2600,7 @@ int lua_axis_spine_SkeletonAnimation_setTrackDisposeListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setTrackDisposeListener",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setTrackDisposeListener'.",&tolua_err); #endif @@ -2613,18 +2613,18 @@ int lua_axis_spine_SkeletonAnimation_setEventListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setEventListener'", nullptr); @@ -2654,7 +2654,7 @@ int lua_axis_spine_SkeletonAnimation_setEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setEventListener'.",&tolua_err); #endif @@ -2667,18 +2667,18 @@ int lua_axis_spine_SkeletonAnimation_setEmptyAnimation(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setEmptyAnimation'", nullptr); @@ -2707,7 +2707,7 @@ int lua_axis_spine_SkeletonAnimation_setEmptyAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setEmptyAnimation",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setEmptyAnimation'.",&tolua_err); #endif @@ -2720,18 +2720,18 @@ int lua_axis_spine_SkeletonAnimation_setPreUpdateWorldTransformsListener(lua_Sta spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setPreUpdateWorldTransformsListener'", nullptr); @@ -2761,7 +2761,7 @@ int lua_axis_spine_SkeletonAnimation_setPreUpdateWorldTransformsListener(lua_Sta luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setPreUpdateWorldTransformsListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setPreUpdateWorldTransformsListener'.",&tolua_err); #endif @@ -2774,18 +2774,18 @@ int lua_axis_spine_SkeletonAnimation_setTrackEventListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setTrackEventListener'", nullptr); @@ -2818,7 +2818,7 @@ int lua_axis_spine_SkeletonAnimation_setTrackEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setTrackEventListener",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setTrackEventListener'.",&tolua_err); #endif @@ -2831,18 +2831,18 @@ int lua_axis_spine_SkeletonAnimation_clearTrack(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_clearTrack'", nullptr); @@ -2879,7 +2879,7 @@ int lua_axis_spine_SkeletonAnimation_clearTrack(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:clearTrack",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_clearTrack'.",&tolua_err); #endif @@ -2892,18 +2892,18 @@ int lua_axis_spine_SkeletonAnimation_setInterruptListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setInterruptListener'", nullptr); @@ -2933,7 +2933,7 @@ int lua_axis_spine_SkeletonAnimation_setInterruptListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setInterruptListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setInterruptListener'.",&tolua_err); #endif @@ -2946,18 +2946,18 @@ int lua_axis_spine_SkeletonAnimation_setEmptyAnimations(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setEmptyAnimations'", nullptr); @@ -2983,7 +2983,7 @@ int lua_axis_spine_SkeletonAnimation_setEmptyAnimations(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setEmptyAnimations",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setEmptyAnimations'.",&tolua_err); #endif @@ -2996,18 +2996,18 @@ int lua_axis_spine_SkeletonAnimation_clearTracks(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_clearTracks'", nullptr); @@ -3030,7 +3030,7 @@ int lua_axis_spine_SkeletonAnimation_clearTracks(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:clearTracks",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_clearTracks'.",&tolua_err); #endif @@ -3043,18 +3043,18 @@ int lua_axis_spine_SkeletonAnimation_setTrackEndListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setTrackEndListener'", nullptr); @@ -3087,7 +3087,7 @@ int lua_axis_spine_SkeletonAnimation_setTrackEndListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setTrackEndListener",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setTrackEndListener'.",&tolua_err); #endif @@ -3100,18 +3100,18 @@ int lua_axis_spine_SkeletonAnimation_setStartListener(lua_State* tolua_S) spine::SkeletonAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (spine::SkeletonAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_spine_SkeletonAnimation_setStartListener'", nullptr); @@ -3141,7 +3141,7 @@ int lua_axis_spine_SkeletonAnimation_setStartListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "sp.SkeletonAnimation:setStartListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_setStartListener'.",&tolua_err); #endif @@ -3152,11 +3152,11 @@ int lua_axis_spine_SkeletonAnimation_createWithBinaryFile(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif @@ -3234,7 +3234,7 @@ int lua_axis_spine_SkeletonAnimation_createWithBinaryFile(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "sp.SkeletonAnimation:createWithBinaryFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_createWithBinaryFile'.",&tolua_err); #endif @@ -3245,11 +3245,11 @@ int lua_axis_spine_SkeletonAnimation_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif @@ -3268,7 +3268,7 @@ int lua_axis_spine_SkeletonAnimation_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "sp.SkeletonAnimation:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_create'.",&tolua_err); #endif @@ -3278,11 +3278,11 @@ int lua_axis_spine_SkeletonAnimation_createWithJsonFile(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"sp.SkeletonAnimation",0,&tolua_err)) goto tolua_lerror; #endif @@ -3360,7 +3360,7 @@ int lua_axis_spine_SkeletonAnimation_createWithJsonFile(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "sp.SkeletonAnimation:createWithJsonFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_spine_SkeletonAnimation_createWithJsonFile'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_studio_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_studio_auto.cpp index a40d61c3d3..e1e162d584 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_studio_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_studio_auto.cpp @@ -10,15 +10,15 @@ int lua_axis_studio_ActionFrame_getAction(lua_State* tolua_S) int argc = 0; cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_getAction'", nullptr); @@ -57,7 +57,7 @@ int lua_axis_studio_ActionFrame_getAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:getAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_getAction'.",&tolua_err); #endif @@ -70,18 +70,18 @@ int lua_axis_studio_ActionFrame_getFrameType(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_getFrameType'", nullptr); @@ -104,7 +104,7 @@ int lua_axis_studio_ActionFrame_getFrameType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:getFrameType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_getFrameType'.",&tolua_err); #endif @@ -117,18 +117,18 @@ int lua_axis_studio_ActionFrame_setFrameTime(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_setFrameTime'", nullptr); @@ -154,7 +154,7 @@ int lua_axis_studio_ActionFrame_setFrameTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:setFrameTime",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_setFrameTime'.",&tolua_err); #endif @@ -167,18 +167,18 @@ int lua_axis_studio_ActionFrame_setEasingType(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_setEasingType'", nullptr); @@ -204,7 +204,7 @@ int lua_axis_studio_ActionFrame_setEasingType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:setEasingType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_setEasingType'.",&tolua_err); #endif @@ -217,18 +217,18 @@ int lua_axis_studio_ActionFrame_getFrameTime(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_getFrameTime'", nullptr); @@ -251,7 +251,7 @@ int lua_axis_studio_ActionFrame_getFrameTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:getFrameTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_getFrameTime'.",&tolua_err); #endif @@ -264,18 +264,18 @@ int lua_axis_studio_ActionFrame_getFrameIndex(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_getFrameIndex'", nullptr); @@ -298,7 +298,7 @@ int lua_axis_studio_ActionFrame_getFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:getFrameIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_getFrameIndex'.",&tolua_err); #endif @@ -311,18 +311,18 @@ int lua_axis_studio_ActionFrame_setFrameType(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_setFrameType'", nullptr); @@ -348,7 +348,7 @@ int lua_axis_studio_ActionFrame_setFrameType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:setFrameType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_setFrameType'.",&tolua_err); #endif @@ -361,18 +361,18 @@ int lua_axis_studio_ActionFrame_setFrameIndex(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_setFrameIndex'", nullptr); @@ -398,7 +398,7 @@ int lua_axis_studio_ActionFrame_setFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:setFrameIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_setFrameIndex'.",&tolua_err); #endif @@ -411,18 +411,18 @@ int lua_axis_studio_ActionFrame_setEasingParameter(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_setEasingParameter'", nullptr); @@ -448,7 +448,7 @@ int lua_axis_studio_ActionFrame_setEasingParameter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:setEasingParameter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_setEasingParameter'.",&tolua_err); #endif @@ -461,18 +461,18 @@ int lua_axis_studio_ActionFrame_getEasingType(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFrame_getEasingType'", nullptr); @@ -495,7 +495,7 @@ int lua_axis_studio_ActionFrame_getEasingType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:getEasingType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_getEasingType'.",&tolua_err); #endif @@ -508,7 +508,7 @@ int lua_axis_studio_ActionFrame_constructor(lua_State* tolua_S) cocostudio::ActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -532,7 +532,7 @@ int lua_axis_studio_ActionFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFrame:ActionFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFrame_constructor'.",&tolua_err); #endif @@ -575,18 +575,18 @@ int lua_axis_studio_ActionMoveFrame_setPosition(lua_State* tolua_S) cocostudio::ActionMoveFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionMoveFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionMoveFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionMoveFrame_setPosition'", nullptr); @@ -612,7 +612,7 @@ int lua_axis_studio_ActionMoveFrame_setPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionMoveFrame:setPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionMoveFrame_setPosition'.",&tolua_err); #endif @@ -625,18 +625,18 @@ int lua_axis_studio_ActionMoveFrame_getAction(lua_State* tolua_S) cocostudio::ActionMoveFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionMoveFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionMoveFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionMoveFrame_getAction'", nullptr); @@ -662,7 +662,7 @@ int lua_axis_studio_ActionMoveFrame_getAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionMoveFrame:getAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionMoveFrame_getAction'.",&tolua_err); #endif @@ -675,18 +675,18 @@ int lua_axis_studio_ActionMoveFrame_getPosition(lua_State* tolua_S) cocostudio::ActionMoveFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionMoveFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionMoveFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionMoveFrame_getPosition'", nullptr); @@ -709,7 +709,7 @@ int lua_axis_studio_ActionMoveFrame_getPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionMoveFrame:getPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionMoveFrame_getPosition'.",&tolua_err); #endif @@ -722,7 +722,7 @@ int lua_axis_studio_ActionMoveFrame_constructor(lua_State* tolua_S) cocostudio::ActionMoveFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -746,7 +746,7 @@ int lua_axis_studio_ActionMoveFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionMoveFrame:ActionMoveFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionMoveFrame_constructor'.",&tolua_err); #endif @@ -782,18 +782,18 @@ int lua_axis_studio_ActionScaleFrame_setScaleY(lua_State* tolua_S) cocostudio::ActionScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionScaleFrame_setScaleY'", nullptr); @@ -819,7 +819,7 @@ int lua_axis_studio_ActionScaleFrame_setScaleY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionScaleFrame:setScaleY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionScaleFrame_setScaleY'.",&tolua_err); #endif @@ -832,18 +832,18 @@ int lua_axis_studio_ActionScaleFrame_setScaleX(lua_State* tolua_S) cocostudio::ActionScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionScaleFrame_setScaleX'", nullptr); @@ -869,7 +869,7 @@ int lua_axis_studio_ActionScaleFrame_setScaleX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionScaleFrame:setScaleX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionScaleFrame_setScaleX'.",&tolua_err); #endif @@ -882,18 +882,18 @@ int lua_axis_studio_ActionScaleFrame_getScaleY(lua_State* tolua_S) cocostudio::ActionScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionScaleFrame_getScaleY'", nullptr); @@ -916,7 +916,7 @@ int lua_axis_studio_ActionScaleFrame_getScaleY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionScaleFrame:getScaleY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionScaleFrame_getScaleY'.",&tolua_err); #endif @@ -929,18 +929,18 @@ int lua_axis_studio_ActionScaleFrame_getScaleX(lua_State* tolua_S) cocostudio::ActionScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionScaleFrame_getScaleX'", nullptr); @@ -963,7 +963,7 @@ int lua_axis_studio_ActionScaleFrame_getScaleX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionScaleFrame:getScaleX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionScaleFrame_getScaleX'.",&tolua_err); #endif @@ -976,18 +976,18 @@ int lua_axis_studio_ActionScaleFrame_getAction(lua_State* tolua_S) cocostudio::ActionScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionScaleFrame_getAction'", nullptr); @@ -1013,7 +1013,7 @@ int lua_axis_studio_ActionScaleFrame_getAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionScaleFrame:getAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionScaleFrame_getAction'.",&tolua_err); #endif @@ -1026,7 +1026,7 @@ int lua_axis_studio_ActionScaleFrame_constructor(lua_State* tolua_S) cocostudio::ActionScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1050,7 +1050,7 @@ int lua_axis_studio_ActionScaleFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionScaleFrame:ActionScaleFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionScaleFrame_constructor'.",&tolua_err); #endif @@ -1088,18 +1088,18 @@ int lua_axis_studio_ActionRotationFrame_setRotation(lua_State* tolua_S) cocostudio::ActionRotationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionRotationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionRotationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionRotationFrame_setRotation'", nullptr); @@ -1125,7 +1125,7 @@ int lua_axis_studio_ActionRotationFrame_setRotation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionRotationFrame:setRotation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionRotationFrame_setRotation'.",&tolua_err); #endif @@ -1137,15 +1137,15 @@ int lua_axis_studio_ActionRotationFrame_getAction(lua_State* tolua_S) int argc = 0; cocostudio::ActionRotationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionRotationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionRotationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionRotationFrame_getAction'", nullptr); @@ -1184,7 +1184,7 @@ int lua_axis_studio_ActionRotationFrame_getAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionRotationFrame:getAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionRotationFrame_getAction'.",&tolua_err); #endif @@ -1197,18 +1197,18 @@ int lua_axis_studio_ActionRotationFrame_getRotation(lua_State* tolua_S) cocostudio::ActionRotationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionRotationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionRotationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionRotationFrame_getRotation'", nullptr); @@ -1231,7 +1231,7 @@ int lua_axis_studio_ActionRotationFrame_getRotation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionRotationFrame:getRotation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionRotationFrame_getRotation'.",&tolua_err); #endif @@ -1244,7 +1244,7 @@ int lua_axis_studio_ActionRotationFrame_constructor(lua_State* tolua_S) cocostudio::ActionRotationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1268,7 +1268,7 @@ int lua_axis_studio_ActionRotationFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionRotationFrame:ActionRotationFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionRotationFrame_constructor'.",&tolua_err); #endif @@ -1304,18 +1304,18 @@ int lua_axis_studio_ActionFadeFrame_getOpacity(lua_State* tolua_S) cocostudio::ActionFadeFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFadeFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFadeFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFadeFrame_getOpacity'", nullptr); @@ -1338,7 +1338,7 @@ int lua_axis_studio_ActionFadeFrame_getOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFadeFrame:getOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFadeFrame_getOpacity'.",&tolua_err); #endif @@ -1351,18 +1351,18 @@ int lua_axis_studio_ActionFadeFrame_getAction(lua_State* tolua_S) cocostudio::ActionFadeFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFadeFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFadeFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFadeFrame_getAction'", nullptr); @@ -1388,7 +1388,7 @@ int lua_axis_studio_ActionFadeFrame_getAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFadeFrame:getAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFadeFrame_getAction'.",&tolua_err); #endif @@ -1401,18 +1401,18 @@ int lua_axis_studio_ActionFadeFrame_setOpacity(lua_State* tolua_S) cocostudio::ActionFadeFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionFadeFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionFadeFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionFadeFrame_setOpacity'", nullptr); @@ -1438,7 +1438,7 @@ int lua_axis_studio_ActionFadeFrame_setOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFadeFrame:setOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFadeFrame_setOpacity'.",&tolua_err); #endif @@ -1451,7 +1451,7 @@ int lua_axis_studio_ActionFadeFrame_constructor(lua_State* tolua_S) cocostudio::ActionFadeFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1475,7 +1475,7 @@ int lua_axis_studio_ActionFadeFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionFadeFrame:ActionFadeFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionFadeFrame_constructor'.",&tolua_err); #endif @@ -1511,18 +1511,18 @@ int lua_axis_studio_ActionTintFrame_getColor(lua_State* tolua_S) cocostudio::ActionTintFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTintFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionTintFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTintFrame_getColor'", nullptr); @@ -1545,7 +1545,7 @@ int lua_axis_studio_ActionTintFrame_getColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTintFrame:getColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTintFrame_getColor'.",&tolua_err); #endif @@ -1558,18 +1558,18 @@ int lua_axis_studio_ActionTintFrame_getAction(lua_State* tolua_S) cocostudio::ActionTintFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTintFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionTintFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTintFrame_getAction'", nullptr); @@ -1595,7 +1595,7 @@ int lua_axis_studio_ActionTintFrame_getAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTintFrame:getAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTintFrame_getAction'.",&tolua_err); #endif @@ -1608,18 +1608,18 @@ int lua_axis_studio_ActionTintFrame_setColor(lua_State* tolua_S) cocostudio::ActionTintFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTintFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionTintFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTintFrame_setColor'", nullptr); @@ -1645,7 +1645,7 @@ int lua_axis_studio_ActionTintFrame_setColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTintFrame:setColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTintFrame_setColor'.",&tolua_err); #endif @@ -1658,7 +1658,7 @@ int lua_axis_studio_ActionTintFrame_constructor(lua_State* tolua_S) cocostudio::ActionTintFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -1682,7 +1682,7 @@ int lua_axis_studio_ActionTintFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTintFrame:ActionTintFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTintFrame_constructor'.",&tolua_err); #endif @@ -1718,18 +1718,18 @@ int lua_axis_studio_ActionObject_setCurrentTime(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_setCurrentTime'", nullptr); @@ -1755,7 +1755,7 @@ int lua_axis_studio_ActionObject_setCurrentTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:setCurrentTime",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_setCurrentTime'.",&tolua_err); #endif @@ -1768,18 +1768,18 @@ int lua_axis_studio_ActionObject_pause(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_pause'", nullptr); @@ -1802,7 +1802,7 @@ int lua_axis_studio_ActionObject_pause(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:pause",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_pause'.",&tolua_err); #endif @@ -1815,18 +1815,18 @@ int lua_axis_studio_ActionObject_setName(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_setName'", nullptr); @@ -1852,7 +1852,7 @@ int lua_axis_studio_ActionObject_setName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:setName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_setName'.",&tolua_err); #endif @@ -1865,18 +1865,18 @@ int lua_axis_studio_ActionObject_setUnitTime(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_setUnitTime'", nullptr); @@ -1902,7 +1902,7 @@ int lua_axis_studio_ActionObject_setUnitTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:setUnitTime",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_setUnitTime'.",&tolua_err); #endif @@ -1915,18 +1915,18 @@ int lua_axis_studio_ActionObject_getTotalTime(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_getTotalTime'", nullptr); @@ -1949,7 +1949,7 @@ int lua_axis_studio_ActionObject_getTotalTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:getTotalTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_getTotalTime'.",&tolua_err); #endif @@ -1962,18 +1962,18 @@ int lua_axis_studio_ActionObject_getName(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_getName'", nullptr); @@ -1996,7 +1996,7 @@ int lua_axis_studio_ActionObject_getName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:getName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_getName'.",&tolua_err); #endif @@ -2009,18 +2009,18 @@ int lua_axis_studio_ActionObject_stop(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_stop'", nullptr); @@ -2043,7 +2043,7 @@ int lua_axis_studio_ActionObject_stop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:stop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_stop'.",&tolua_err); #endif @@ -2055,15 +2055,15 @@ int lua_axis_studio_ActionObject_play(lua_State* tolua_S) int argc = 0; cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_play'", nullptr); @@ -2094,7 +2094,7 @@ int lua_axis_studio_ActionObject_play(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:play",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_play'.",&tolua_err); #endif @@ -2107,18 +2107,18 @@ int lua_axis_studio_ActionObject_getCurrentTime(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_getCurrentTime'", nullptr); @@ -2141,7 +2141,7 @@ int lua_axis_studio_ActionObject_getCurrentTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:getCurrentTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_getCurrentTime'.",&tolua_err); #endif @@ -2154,18 +2154,18 @@ int lua_axis_studio_ActionObject_removeActionNode(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_removeActionNode'", nullptr); @@ -2191,7 +2191,7 @@ int lua_axis_studio_ActionObject_removeActionNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:removeActionNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_removeActionNode'.",&tolua_err); #endif @@ -2204,18 +2204,18 @@ int lua_axis_studio_ActionObject_getLoop(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_getLoop'", nullptr); @@ -2238,7 +2238,7 @@ int lua_axis_studio_ActionObject_getLoop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:getLoop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_getLoop'.",&tolua_err); #endif @@ -2251,18 +2251,18 @@ int lua_axis_studio_ActionObject_addActionNode(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_addActionNode'", nullptr); @@ -2288,7 +2288,7 @@ int lua_axis_studio_ActionObject_addActionNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:addActionNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_addActionNode'.",&tolua_err); #endif @@ -2301,18 +2301,18 @@ int lua_axis_studio_ActionObject_getUnitTime(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_getUnitTime'", nullptr); @@ -2335,7 +2335,7 @@ int lua_axis_studio_ActionObject_getUnitTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:getUnitTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_getUnitTime'.",&tolua_err); #endif @@ -2348,18 +2348,18 @@ int lua_axis_studio_ActionObject_isPlaying(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_isPlaying'", nullptr); @@ -2382,7 +2382,7 @@ int lua_axis_studio_ActionObject_isPlaying(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:isPlaying",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_isPlaying'.",&tolua_err); #endif @@ -2395,18 +2395,18 @@ int lua_axis_studio_ActionObject_updateToFrameByTime(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_updateToFrameByTime'", nullptr); @@ -2432,7 +2432,7 @@ int lua_axis_studio_ActionObject_updateToFrameByTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:updateToFrameByTime",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_updateToFrameByTime'.",&tolua_err); #endif @@ -2445,18 +2445,18 @@ int lua_axis_studio_ActionObject_setLoop(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_setLoop'", nullptr); @@ -2482,7 +2482,7 @@ int lua_axis_studio_ActionObject_setLoop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:setLoop",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_setLoop'.",&tolua_err); #endif @@ -2495,18 +2495,18 @@ int lua_axis_studio_ActionObject_simulationActionUpdate(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionObject",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionObject*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionObject_simulationActionUpdate'", nullptr); @@ -2532,7 +2532,7 @@ int lua_axis_studio_ActionObject_simulationActionUpdate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:simulationActionUpdate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_simulationActionUpdate'.",&tolua_err); #endif @@ -2545,7 +2545,7 @@ int lua_axis_studio_ActionObject_constructor(lua_State* tolua_S) cocostudio::ActionObject* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -2569,7 +2569,7 @@ int lua_axis_studio_ActionObject_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionObject:ActionObject",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionObject_constructor'.",&tolua_err); #endif @@ -2619,18 +2619,18 @@ int lua_axis_studio_ActionManagerEx_stopActionByName(lua_State* tolua_S) cocostudio::ActionManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionManagerEx_stopActionByName'", nullptr); @@ -2659,7 +2659,7 @@ int lua_axis_studio_ActionManagerEx_stopActionByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionManagerEx:stopActionByName",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionManagerEx_stopActionByName'.",&tolua_err); #endif @@ -2672,18 +2672,18 @@ int lua_axis_studio_ActionManagerEx_getActionByName(lua_State* tolua_S) cocostudio::ActionManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionManagerEx_getActionByName'", nullptr); @@ -2712,7 +2712,7 @@ int lua_axis_studio_ActionManagerEx_getActionByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionManagerEx:getActionByName",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionManagerEx_getActionByName'.",&tolua_err); #endif @@ -2725,18 +2725,18 @@ int lua_axis_studio_ActionManagerEx_getStudioVersionNumber(lua_State* tolua_S) cocostudio::ActionManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionManagerEx_getStudioVersionNumber'", nullptr); @@ -2759,7 +2759,7 @@ int lua_axis_studio_ActionManagerEx_getStudioVersionNumber(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionManagerEx:getStudioVersionNumber",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionManagerEx_getStudioVersionNumber'.",&tolua_err); #endif @@ -2771,15 +2771,15 @@ int lua_axis_studio_ActionManagerEx_playActionByName(lua_State* tolua_S) int argc = 0; cocostudio::ActionManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionManagerEx_playActionByName'", nullptr); @@ -2826,7 +2826,7 @@ int lua_axis_studio_ActionManagerEx_playActionByName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionManagerEx:playActionByName",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionManagerEx_playActionByName'.",&tolua_err); #endif @@ -2839,18 +2839,18 @@ int lua_axis_studio_ActionManagerEx_releaseActions(lua_State* tolua_S) cocostudio::ActionManagerEx* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionManagerEx",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ActionManagerEx*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionManagerEx_releaseActions'", nullptr); @@ -2873,7 +2873,7 @@ int lua_axis_studio_ActionManagerEx_releaseActions(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionManagerEx:releaseActions",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionManagerEx_releaseActions'.",&tolua_err); #endif @@ -2885,11 +2885,11 @@ int lua_axis_studio_ActionManagerEx_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ActionManagerEx",0,&tolua_err)) goto tolua_lerror; #endif @@ -2908,7 +2908,7 @@ int lua_axis_studio_ActionManagerEx_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ActionManagerEx:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionManagerEx_destroyInstance'.",&tolua_err); #endif @@ -2919,11 +2919,11 @@ int lua_axis_studio_ActionManagerEx_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ActionManagerEx",0,&tolua_err)) goto tolua_lerror; #endif @@ -2942,7 +2942,7 @@ int lua_axis_studio_ActionManagerEx_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ActionManagerEx:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionManagerEx_getInstance'.",&tolua_err); #endif @@ -2980,18 +2980,18 @@ int lua_axis_studio_BaseData_getColor(lua_State* tolua_S) cocostudio::BaseData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BaseData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::BaseData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BaseData_getColor'", nullptr); @@ -3014,7 +3014,7 @@ int lua_axis_studio_BaseData_getColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BaseData:getColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BaseData_getColor'.",&tolua_err); #endif @@ -3027,18 +3027,18 @@ int lua_axis_studio_BaseData_setColor(lua_State* tolua_S) cocostudio::BaseData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BaseData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::BaseData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BaseData_setColor'", nullptr); @@ -3064,7 +3064,7 @@ int lua_axis_studio_BaseData_setColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BaseData:setColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BaseData_setColor'.",&tolua_err); #endif @@ -3076,11 +3076,11 @@ int lua_axis_studio_BaseData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.BaseData",0,&tolua_err)) goto tolua_lerror; #endif @@ -3099,7 +3099,7 @@ int lua_axis_studio_BaseData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.BaseData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BaseData_create'.",&tolua_err); #endif @@ -3111,7 +3111,7 @@ int lua_axis_studio_BaseData_constructor(lua_State* tolua_S) cocostudio::BaseData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3135,7 +3135,7 @@ int lua_axis_studio_BaseData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BaseData:BaseData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BaseData_constructor'.",&tolua_err); #endif @@ -3171,18 +3171,18 @@ int lua_axis_studio_DisplayData_copy(lua_State* tolua_S) cocostudio::DisplayData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayData_copy'", nullptr); @@ -3208,7 +3208,7 @@ int lua_axis_studio_DisplayData_copy(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayData:copy",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayData_copy'.",&tolua_err); #endif @@ -3220,11 +3220,11 @@ int lua_axis_studio_DisplayData_changeDisplayToTexture(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.DisplayData",0,&tolua_err)) goto tolua_lerror; #endif @@ -3245,7 +3245,7 @@ int lua_axis_studio_DisplayData_changeDisplayToTexture(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.DisplayData:changeDisplayToTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayData_changeDisplayToTexture'.",&tolua_err); #endif @@ -3256,11 +3256,11 @@ int lua_axis_studio_DisplayData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.DisplayData",0,&tolua_err)) goto tolua_lerror; #endif @@ -3279,7 +3279,7 @@ int lua_axis_studio_DisplayData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.DisplayData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayData_create'.",&tolua_err); #endif @@ -3291,7 +3291,7 @@ int lua_axis_studio_DisplayData_constructor(lua_State* tolua_S) cocostudio::DisplayData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3315,7 +3315,7 @@ int lua_axis_studio_DisplayData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayData:DisplayData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayData_constructor'.",&tolua_err); #endif @@ -3351,18 +3351,18 @@ int lua_axis_studio_SpriteDisplayData_copy(lua_State* tolua_S) cocostudio::SpriteDisplayData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SpriteDisplayData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::SpriteDisplayData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SpriteDisplayData_copy'", nullptr); @@ -3388,7 +3388,7 @@ int lua_axis_studio_SpriteDisplayData_copy(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SpriteDisplayData:copy",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SpriteDisplayData_copy'.",&tolua_err); #endif @@ -3400,11 +3400,11 @@ int lua_axis_studio_SpriteDisplayData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.SpriteDisplayData",0,&tolua_err)) goto tolua_lerror; #endif @@ -3423,7 +3423,7 @@ int lua_axis_studio_SpriteDisplayData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.SpriteDisplayData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SpriteDisplayData_create'.",&tolua_err); #endif @@ -3435,7 +3435,7 @@ int lua_axis_studio_SpriteDisplayData_constructor(lua_State* tolua_S) cocostudio::SpriteDisplayData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3459,7 +3459,7 @@ int lua_axis_studio_SpriteDisplayData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SpriteDisplayData:SpriteDisplayData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SpriteDisplayData_constructor'.",&tolua_err); #endif @@ -3493,11 +3493,11 @@ int lua_axis_studio_ArmatureDisplayData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ArmatureDisplayData",0,&tolua_err)) goto tolua_lerror; #endif @@ -3516,7 +3516,7 @@ int lua_axis_studio_ArmatureDisplayData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ArmatureDisplayData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDisplayData_create'.",&tolua_err); #endif @@ -3528,7 +3528,7 @@ int lua_axis_studio_ArmatureDisplayData_constructor(lua_State* tolua_S) cocostudio::ArmatureDisplayData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3552,7 +3552,7 @@ int lua_axis_studio_ArmatureDisplayData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDisplayData:ArmatureDisplayData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDisplayData_constructor'.",&tolua_err); #endif @@ -3585,11 +3585,11 @@ int lua_axis_studio_ParticleDisplayData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ParticleDisplayData",0,&tolua_err)) goto tolua_lerror; #endif @@ -3608,7 +3608,7 @@ int lua_axis_studio_ParticleDisplayData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ParticleDisplayData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ParticleDisplayData_create'.",&tolua_err); #endif @@ -3620,7 +3620,7 @@ int lua_axis_studio_ParticleDisplayData_constructor(lua_State* tolua_S) cocostudio::ParticleDisplayData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3644,7 +3644,7 @@ int lua_axis_studio_ParticleDisplayData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ParticleDisplayData:ParticleDisplayData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ParticleDisplayData_constructor'.",&tolua_err); #endif @@ -3678,18 +3678,18 @@ int lua_axis_studio_BoneData_getDisplayData(lua_State* tolua_S) cocostudio::BoneData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::BoneData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneData_getDisplayData'", nullptr); @@ -3715,7 +3715,7 @@ int lua_axis_studio_BoneData_getDisplayData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneData:getDisplayData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneData_getDisplayData'.",&tolua_err); #endif @@ -3728,18 +3728,18 @@ int lua_axis_studio_BoneData_init(lua_State* tolua_S) cocostudio::BoneData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::BoneData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneData_init'", nullptr); @@ -3762,7 +3762,7 @@ int lua_axis_studio_BoneData_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneData:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneData_init'.",&tolua_err); #endif @@ -3775,18 +3775,18 @@ int lua_axis_studio_BoneData_addDisplayData(lua_State* tolua_S) cocostudio::BoneData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::BoneData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneData_addDisplayData'", nullptr); @@ -3812,7 +3812,7 @@ int lua_axis_studio_BoneData_addDisplayData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneData:addDisplayData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneData_addDisplayData'.",&tolua_err); #endif @@ -3824,11 +3824,11 @@ int lua_axis_studio_BoneData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.BoneData",0,&tolua_err)) goto tolua_lerror; #endif @@ -3847,7 +3847,7 @@ int lua_axis_studio_BoneData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.BoneData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneData_create'.",&tolua_err); #endif @@ -3859,7 +3859,7 @@ int lua_axis_studio_BoneData_constructor(lua_State* tolua_S) cocostudio::BoneData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -3883,7 +3883,7 @@ int lua_axis_studio_BoneData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneData:BoneData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneData_constructor'.",&tolua_err); #endif @@ -3920,18 +3920,18 @@ int lua_axis_studio_ArmatureData_addBoneData(lua_State* tolua_S) cocostudio::ArmatureData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureData_addBoneData'", nullptr); @@ -3957,7 +3957,7 @@ int lua_axis_studio_ArmatureData_addBoneData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureData:addBoneData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureData_addBoneData'.",&tolua_err); #endif @@ -3970,18 +3970,18 @@ int lua_axis_studio_ArmatureData_init(lua_State* tolua_S) cocostudio::ArmatureData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureData_init'", nullptr); @@ -4004,7 +4004,7 @@ int lua_axis_studio_ArmatureData_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureData:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureData_init'.",&tolua_err); #endif @@ -4017,18 +4017,18 @@ int lua_axis_studio_ArmatureData_getBoneData(lua_State* tolua_S) cocostudio::ArmatureData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureData_getBoneData'", nullptr); @@ -4054,7 +4054,7 @@ int lua_axis_studio_ArmatureData_getBoneData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureData:getBoneData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureData_getBoneData'.",&tolua_err); #endif @@ -4066,11 +4066,11 @@ int lua_axis_studio_ArmatureData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ArmatureData",0,&tolua_err)) goto tolua_lerror; #endif @@ -4089,7 +4089,7 @@ int lua_axis_studio_ArmatureData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ArmatureData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureData_create'.",&tolua_err); #endif @@ -4101,7 +4101,7 @@ int lua_axis_studio_ArmatureData_constructor(lua_State* tolua_S) cocostudio::ArmatureData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4125,7 +4125,7 @@ int lua_axis_studio_ArmatureData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureData:ArmatureData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureData_constructor'.",&tolua_err); #endif @@ -4162,18 +4162,18 @@ int lua_axis_studio_FrameData_copy(lua_State* tolua_S) cocostudio::FrameData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.FrameData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::FrameData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_FrameData_copy'", nullptr); @@ -4199,7 +4199,7 @@ int lua_axis_studio_FrameData_copy(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.FrameData:copy",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_FrameData_copy'.",&tolua_err); #endif @@ -4211,11 +4211,11 @@ int lua_axis_studio_FrameData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.FrameData",0,&tolua_err)) goto tolua_lerror; #endif @@ -4234,7 +4234,7 @@ int lua_axis_studio_FrameData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.FrameData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_FrameData_create'.",&tolua_err); #endif @@ -4246,7 +4246,7 @@ int lua_axis_studio_FrameData_constructor(lua_State* tolua_S) cocostudio::FrameData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4270,7 +4270,7 @@ int lua_axis_studio_FrameData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.FrameData:FrameData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_FrameData_constructor'.",&tolua_err); #endif @@ -4305,18 +4305,18 @@ int lua_axis_studio_MovementBoneData_init(lua_State* tolua_S) cocostudio::MovementBoneData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.MovementBoneData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::MovementBoneData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_MovementBoneData_init'", nullptr); @@ -4339,7 +4339,7 @@ int lua_axis_studio_MovementBoneData_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.MovementBoneData:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementBoneData_init'.",&tolua_err); #endif @@ -4352,18 +4352,18 @@ int lua_axis_studio_MovementBoneData_getFrameData(lua_State* tolua_S) cocostudio::MovementBoneData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.MovementBoneData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::MovementBoneData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_MovementBoneData_getFrameData'", nullptr); @@ -4389,7 +4389,7 @@ int lua_axis_studio_MovementBoneData_getFrameData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.MovementBoneData:getFrameData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementBoneData_getFrameData'.",&tolua_err); #endif @@ -4402,18 +4402,18 @@ int lua_axis_studio_MovementBoneData_addFrameData(lua_State* tolua_S) cocostudio::MovementBoneData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.MovementBoneData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::MovementBoneData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_MovementBoneData_addFrameData'", nullptr); @@ -4439,7 +4439,7 @@ int lua_axis_studio_MovementBoneData_addFrameData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.MovementBoneData:addFrameData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementBoneData_addFrameData'.",&tolua_err); #endif @@ -4451,11 +4451,11 @@ int lua_axis_studio_MovementBoneData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.MovementBoneData",0,&tolua_err)) goto tolua_lerror; #endif @@ -4474,7 +4474,7 @@ int lua_axis_studio_MovementBoneData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.MovementBoneData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementBoneData_create'.",&tolua_err); #endif @@ -4486,7 +4486,7 @@ int lua_axis_studio_MovementBoneData_constructor(lua_State* tolua_S) cocostudio::MovementBoneData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4510,7 +4510,7 @@ int lua_axis_studio_MovementBoneData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.MovementBoneData:MovementBoneData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementBoneData_constructor'.",&tolua_err); #endif @@ -4547,18 +4547,18 @@ int lua_axis_studio_MovementData_getMovementBoneData(lua_State* tolua_S) cocostudio::MovementData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.MovementData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::MovementData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_MovementData_getMovementBoneData'", nullptr); @@ -4584,7 +4584,7 @@ int lua_axis_studio_MovementData_getMovementBoneData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.MovementData:getMovementBoneData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementData_getMovementBoneData'.",&tolua_err); #endif @@ -4597,18 +4597,18 @@ int lua_axis_studio_MovementData_addMovementBoneData(lua_State* tolua_S) cocostudio::MovementData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.MovementData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::MovementData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_MovementData_addMovementBoneData'", nullptr); @@ -4634,7 +4634,7 @@ int lua_axis_studio_MovementData_addMovementBoneData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.MovementData:addMovementBoneData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementData_addMovementBoneData'.",&tolua_err); #endif @@ -4646,11 +4646,11 @@ int lua_axis_studio_MovementData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.MovementData",0,&tolua_err)) goto tolua_lerror; #endif @@ -4669,7 +4669,7 @@ int lua_axis_studio_MovementData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.MovementData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementData_create'.",&tolua_err); #endif @@ -4681,7 +4681,7 @@ int lua_axis_studio_MovementData_constructor(lua_State* tolua_S) cocostudio::MovementData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4705,7 +4705,7 @@ int lua_axis_studio_MovementData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.MovementData:MovementData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_MovementData_constructor'.",&tolua_err); #endif @@ -4741,18 +4741,18 @@ int lua_axis_studio_AnimationData_getMovement(lua_State* tolua_S) cocostudio::AnimationData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.AnimationData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::AnimationData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_AnimationData_getMovement'", nullptr); @@ -4778,7 +4778,7 @@ int lua_axis_studio_AnimationData_getMovement(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AnimationData:getMovement",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnimationData_getMovement'.",&tolua_err); #endif @@ -4791,18 +4791,18 @@ int lua_axis_studio_AnimationData_getMovementCount(lua_State* tolua_S) cocostudio::AnimationData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.AnimationData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::AnimationData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_AnimationData_getMovementCount'", nullptr); @@ -4825,7 +4825,7 @@ int lua_axis_studio_AnimationData_getMovementCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AnimationData:getMovementCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnimationData_getMovementCount'.",&tolua_err); #endif @@ -4838,18 +4838,18 @@ int lua_axis_studio_AnimationData_addMovement(lua_State* tolua_S) cocostudio::AnimationData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.AnimationData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::AnimationData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_AnimationData_addMovement'", nullptr); @@ -4875,7 +4875,7 @@ int lua_axis_studio_AnimationData_addMovement(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AnimationData:addMovement",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnimationData_addMovement'.",&tolua_err); #endif @@ -4887,11 +4887,11 @@ int lua_axis_studio_AnimationData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.AnimationData",0,&tolua_err)) goto tolua_lerror; #endif @@ -4910,7 +4910,7 @@ int lua_axis_studio_AnimationData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.AnimationData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnimationData_create'.",&tolua_err); #endif @@ -4922,7 +4922,7 @@ int lua_axis_studio_AnimationData_constructor(lua_State* tolua_S) cocostudio::AnimationData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4946,7 +4946,7 @@ int lua_axis_studio_AnimationData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AnimationData:AnimationData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnimationData_constructor'.",&tolua_err); #endif @@ -4983,18 +4983,18 @@ int lua_axis_studio_ContourData_init(lua_State* tolua_S) cocostudio::ContourData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ContourData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ContourData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ContourData_init'", nullptr); @@ -5017,7 +5017,7 @@ int lua_axis_studio_ContourData_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ContourData:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ContourData_init'.",&tolua_err); #endif @@ -5030,18 +5030,18 @@ int lua_axis_studio_ContourData_addVertex(lua_State* tolua_S) cocostudio::ContourData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ContourData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ContourData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ContourData_addVertex'", nullptr); @@ -5067,7 +5067,7 @@ int lua_axis_studio_ContourData_addVertex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ContourData:addVertex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ContourData_addVertex'.",&tolua_err); #endif @@ -5079,11 +5079,11 @@ int lua_axis_studio_ContourData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ContourData",0,&tolua_err)) goto tolua_lerror; #endif @@ -5102,7 +5102,7 @@ int lua_axis_studio_ContourData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ContourData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ContourData_create'.",&tolua_err); #endif @@ -5114,7 +5114,7 @@ int lua_axis_studio_ContourData_constructor(lua_State* tolua_S) cocostudio::ContourData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -5138,7 +5138,7 @@ int lua_axis_studio_ContourData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ContourData:ContourData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ContourData_constructor'.",&tolua_err); #endif @@ -5174,18 +5174,18 @@ int lua_axis_studio_TextureData_getContourData(lua_State* tolua_S) cocostudio::TextureData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.TextureData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::TextureData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_TextureData_getContourData'", nullptr); @@ -5211,7 +5211,7 @@ int lua_axis_studio_TextureData_getContourData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.TextureData:getContourData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureData_getContourData'.",&tolua_err); #endif @@ -5224,18 +5224,18 @@ int lua_axis_studio_TextureData_init(lua_State* tolua_S) cocostudio::TextureData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.TextureData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::TextureData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_TextureData_init'", nullptr); @@ -5258,7 +5258,7 @@ int lua_axis_studio_TextureData_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.TextureData:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureData_init'.",&tolua_err); #endif @@ -5271,18 +5271,18 @@ int lua_axis_studio_TextureData_addContourData(lua_State* tolua_S) cocostudio::TextureData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.TextureData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::TextureData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_TextureData_addContourData'", nullptr); @@ -5308,7 +5308,7 @@ int lua_axis_studio_TextureData_addContourData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.TextureData:addContourData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureData_addContourData'.",&tolua_err); #endif @@ -5320,11 +5320,11 @@ int lua_axis_studio_TextureData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.TextureData",0,&tolua_err)) goto tolua_lerror; #endif @@ -5343,7 +5343,7 @@ int lua_axis_studio_TextureData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.TextureData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureData_create'.",&tolua_err); #endif @@ -5355,7 +5355,7 @@ int lua_axis_studio_TextureData_constructor(lua_State* tolua_S) cocostudio::TextureData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -5379,7 +5379,7 @@ int lua_axis_studio_TextureData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.TextureData:TextureData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureData_constructor'.",&tolua_err); #endif @@ -5416,18 +5416,18 @@ int lua_axis_studio_Tween_getAnimation(lua_State* tolua_S) cocostudio::Tween* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Tween",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Tween*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Tween_getAnimation'", nullptr); @@ -5450,7 +5450,7 @@ int lua_axis_studio_Tween_getAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Tween:getAnimation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Tween_getAnimation'.",&tolua_err); #endif @@ -5463,18 +5463,18 @@ int lua_axis_studio_Tween_gotoAndPause(lua_State* tolua_S) cocostudio::Tween* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Tween",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Tween*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Tween_gotoAndPause'", nullptr); @@ -5500,7 +5500,7 @@ int lua_axis_studio_Tween_gotoAndPause(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Tween:gotoAndPause",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Tween_gotoAndPause'.",&tolua_err); #endif @@ -5513,18 +5513,18 @@ int lua_axis_studio_Tween_play(lua_State* tolua_S) cocostudio::Tween* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Tween",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Tween*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Tween_play'", nullptr); @@ -5562,7 +5562,7 @@ int lua_axis_studio_Tween_play(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Tween:play",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Tween_play'.",&tolua_err); #endif @@ -5575,18 +5575,18 @@ int lua_axis_studio_Tween_gotoAndPlay(lua_State* tolua_S) cocostudio::Tween* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Tween",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Tween*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Tween_gotoAndPlay'", nullptr); @@ -5612,7 +5612,7 @@ int lua_axis_studio_Tween_gotoAndPlay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Tween:gotoAndPlay",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Tween_gotoAndPlay'.",&tolua_err); #endif @@ -5625,18 +5625,18 @@ int lua_axis_studio_Tween_init(lua_State* tolua_S) cocostudio::Tween* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Tween",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Tween*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Tween_init'", nullptr); @@ -5662,7 +5662,7 @@ int lua_axis_studio_Tween_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Tween:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Tween_init'.",&tolua_err); #endif @@ -5675,18 +5675,18 @@ int lua_axis_studio_Tween_setAnimation(lua_State* tolua_S) cocostudio::Tween* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Tween",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Tween*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Tween_setAnimation'", nullptr); @@ -5712,7 +5712,7 @@ int lua_axis_studio_Tween_setAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Tween:setAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Tween_setAnimation'.",&tolua_err); #endif @@ -5724,11 +5724,11 @@ int lua_axis_studio_Tween_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.Tween",0,&tolua_err)) goto tolua_lerror; #endif @@ -5749,7 +5749,7 @@ int lua_axis_studio_Tween_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.Tween:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Tween_create'.",&tolua_err); #endif @@ -5761,7 +5761,7 @@ int lua_axis_studio_Tween_constructor(lua_State* tolua_S) cocostudio::Tween* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -5785,7 +5785,7 @@ int lua_axis_studio_Tween_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Tween:Tween",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Tween_constructor'.",&tolua_err); #endif @@ -5825,18 +5825,18 @@ int lua_axis_studio_DisplayManager_getDisplayRenderNode(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_getDisplayRenderNode'", nullptr); @@ -5859,7 +5859,7 @@ int lua_axis_studio_DisplayManager_getDisplayRenderNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:getDisplayRenderNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_getDisplayRenderNode'.",&tolua_err); #endif @@ -5872,18 +5872,18 @@ int lua_axis_studio_DisplayManager_getAnchorPointInPoints(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_getAnchorPointInPoints'", nullptr); @@ -5906,7 +5906,7 @@ int lua_axis_studio_DisplayManager_getAnchorPointInPoints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:getAnchorPointInPoints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_getAnchorPointInPoints'.",&tolua_err); #endif @@ -5919,18 +5919,18 @@ int lua_axis_studio_DisplayManager_getDisplayRenderNodeType(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_getDisplayRenderNodeType'", nullptr); @@ -5953,7 +5953,7 @@ int lua_axis_studio_DisplayManager_getDisplayRenderNodeType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:getDisplayRenderNodeType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_getDisplayRenderNodeType'.",&tolua_err); #endif @@ -5966,18 +5966,18 @@ int lua_axis_studio_DisplayManager_removeDisplay(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_removeDisplay'", nullptr); @@ -6003,7 +6003,7 @@ int lua_axis_studio_DisplayManager_removeDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:removeDisplay",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_removeDisplay'.",&tolua_err); #endif @@ -6016,18 +6016,18 @@ int lua_axis_studio_DisplayManager_setForceChangeDisplay(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_setForceChangeDisplay'", nullptr); @@ -6053,7 +6053,7 @@ int lua_axis_studio_DisplayManager_setForceChangeDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:setForceChangeDisplay",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_setForceChangeDisplay'.",&tolua_err); #endif @@ -6066,18 +6066,18 @@ int lua_axis_studio_DisplayManager_init(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_init'", nullptr); @@ -6103,7 +6103,7 @@ int lua_axis_studio_DisplayManager_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_init'.",&tolua_err); #endif @@ -6116,18 +6116,18 @@ int lua_axis_studio_DisplayManager_getContentSize(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_getContentSize'", nullptr); @@ -6150,7 +6150,7 @@ int lua_axis_studio_DisplayManager_getContentSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:getContentSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_getContentSize'.",&tolua_err); #endif @@ -6163,18 +6163,18 @@ int lua_axis_studio_DisplayManager_getBoundingBox(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_getBoundingBox'", nullptr); @@ -6197,7 +6197,7 @@ int lua_axis_studio_DisplayManager_getBoundingBox(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:getBoundingBox",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_getBoundingBox'.",&tolua_err); #endif @@ -6209,15 +6209,15 @@ int lua_axis_studio_DisplayManager_addDisplay(lua_State* tolua_S) int argc = 0; cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_addDisplay'", nullptr); @@ -6260,7 +6260,7 @@ int lua_axis_studio_DisplayManager_addDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:addDisplay",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_addDisplay'.",&tolua_err); #endif @@ -6272,15 +6272,15 @@ int lua_axis_studio_DisplayManager_containPoint(lua_State* tolua_S) int argc = 0; cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_containPoint'", nullptr); @@ -6319,7 +6319,7 @@ int lua_axis_studio_DisplayManager_containPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:containPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_containPoint'.",&tolua_err); #endif @@ -6332,18 +6332,18 @@ int lua_axis_studio_DisplayManager_changeDisplayWithIndex(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_changeDisplayWithIndex'", nullptr); @@ -6372,7 +6372,7 @@ int lua_axis_studio_DisplayManager_changeDisplayWithIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:changeDisplayWithIndex",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_changeDisplayWithIndex'.",&tolua_err); #endif @@ -6385,18 +6385,18 @@ int lua_axis_studio_DisplayManager_changeDisplayWithName(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_changeDisplayWithName'", nullptr); @@ -6425,7 +6425,7 @@ int lua_axis_studio_DisplayManager_changeDisplayWithName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:changeDisplayWithName",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_changeDisplayWithName'.",&tolua_err); #endif @@ -6438,18 +6438,18 @@ int lua_axis_studio_DisplayManager_isForceChangeDisplay(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_isForceChangeDisplay'", nullptr); @@ -6472,7 +6472,7 @@ int lua_axis_studio_DisplayManager_isForceChangeDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:isForceChangeDisplay",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_isForceChangeDisplay'.",&tolua_err); #endif @@ -6485,18 +6485,18 @@ int lua_axis_studio_DisplayManager_getCurrentDisplayIndex(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_getCurrentDisplayIndex'", nullptr); @@ -6519,7 +6519,7 @@ int lua_axis_studio_DisplayManager_getCurrentDisplayIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:getCurrentDisplayIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_getCurrentDisplayIndex'.",&tolua_err); #endif @@ -6532,18 +6532,18 @@ int lua_axis_studio_DisplayManager_getAnchorPoint(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_getAnchorPoint'", nullptr); @@ -6566,7 +6566,7 @@ int lua_axis_studio_DisplayManager_getAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:getAnchorPoint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_getAnchorPoint'.",&tolua_err); #endif @@ -6579,18 +6579,18 @@ int lua_axis_studio_DisplayManager_getDecorativeDisplayList(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_getDecorativeDisplayList'", nullptr); @@ -6613,7 +6613,7 @@ int lua_axis_studio_DisplayManager_getDecorativeDisplayList(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:getDecorativeDisplayList",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_getDecorativeDisplayList'.",&tolua_err); #endif @@ -6626,18 +6626,18 @@ int lua_axis_studio_DisplayManager_isVisible(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_isVisible'", nullptr); @@ -6660,7 +6660,7 @@ int lua_axis_studio_DisplayManager_isVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:isVisible",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_isVisible'.",&tolua_err); #endif @@ -6673,18 +6673,18 @@ int lua_axis_studio_DisplayManager_setVisible(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::DisplayManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_DisplayManager_setVisible'", nullptr); @@ -6710,7 +6710,7 @@ int lua_axis_studio_DisplayManager_setVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:setVisible",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_setVisible'.",&tolua_err); #endif @@ -6722,11 +6722,11 @@ int lua_axis_studio_DisplayManager_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.DisplayManager",0,&tolua_err)) goto tolua_lerror; #endif @@ -6747,7 +6747,7 @@ int lua_axis_studio_DisplayManager_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.DisplayManager:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_create'.",&tolua_err); #endif @@ -6759,7 +6759,7 @@ int lua_axis_studio_DisplayManager_constructor(lua_State* tolua_S) cocostudio::DisplayManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -6783,7 +6783,7 @@ int lua_axis_studio_DisplayManager_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.DisplayManager:DisplayManager",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_DisplayManager_constructor'.",&tolua_err); #endif @@ -6835,18 +6835,18 @@ int lua_axis_studio_Bone_isTransformDirty(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_isTransformDirty'", nullptr); @@ -6869,7 +6869,7 @@ int lua_axis_studio_Bone_isTransformDirty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:isTransformDirty",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_isTransformDirty'.",&tolua_err); #endif @@ -6882,18 +6882,18 @@ int lua_axis_studio_Bone_setBlendFunc(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_setBlendFunc'", nullptr); @@ -6919,7 +6919,7 @@ int lua_axis_studio_Bone_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_setBlendFunc'.",&tolua_err); #endif @@ -6932,18 +6932,18 @@ int lua_axis_studio_Bone_isIgnoreMovementBoneData(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_isIgnoreMovementBoneData'", nullptr); @@ -6966,7 +6966,7 @@ int lua_axis_studio_Bone_isIgnoreMovementBoneData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:isIgnoreMovementBoneData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_isIgnoreMovementBoneData'.",&tolua_err); #endif @@ -6979,18 +6979,18 @@ int lua_axis_studio_Bone_updateZOrder(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_updateZOrder'", nullptr); @@ -7013,7 +7013,7 @@ int lua_axis_studio_Bone_updateZOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:updateZOrder",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_updateZOrder'.",&tolua_err); #endif @@ -7026,18 +7026,18 @@ int lua_axis_studio_Bone_getDisplayRenderNode(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getDisplayRenderNode'", nullptr); @@ -7060,7 +7060,7 @@ int lua_axis_studio_Bone_getDisplayRenderNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getDisplayRenderNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getDisplayRenderNode'.",&tolua_err); #endif @@ -7073,18 +7073,18 @@ int lua_axis_studio_Bone_isBlendDirty(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_isBlendDirty'", nullptr); @@ -7107,7 +7107,7 @@ int lua_axis_studio_Bone_isBlendDirty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:isBlendDirty",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_isBlendDirty'.",&tolua_err); #endif @@ -7120,18 +7120,18 @@ int lua_axis_studio_Bone_addChildBone(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_addChildBone'", nullptr); @@ -7157,7 +7157,7 @@ int lua_axis_studio_Bone_addChildBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:addChildBone",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_addChildBone'.",&tolua_err); #endif @@ -7170,18 +7170,18 @@ int lua_axis_studio_Bone_getWorldInfo(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getWorldInfo'", nullptr); @@ -7204,7 +7204,7 @@ int lua_axis_studio_Bone_getWorldInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getWorldInfo",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getWorldInfo'.",&tolua_err); #endif @@ -7217,18 +7217,18 @@ int lua_axis_studio_Bone_getTween(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getTween'", nullptr); @@ -7251,7 +7251,7 @@ int lua_axis_studio_Bone_getTween(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getTween",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getTween'.",&tolua_err); #endif @@ -7264,18 +7264,18 @@ int lua_axis_studio_Bone_getParentBone(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getParentBone'", nullptr); @@ -7298,7 +7298,7 @@ int lua_axis_studio_Bone_getParentBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getParentBone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getParentBone'.",&tolua_err); #endif @@ -7311,18 +7311,18 @@ int lua_axis_studio_Bone_updateColor(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_updateColor'", nullptr); @@ -7345,7 +7345,7 @@ int lua_axis_studio_Bone_updateColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:updateColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_updateColor'.",&tolua_err); #endif @@ -7358,18 +7358,18 @@ int lua_axis_studio_Bone_setTransformDirty(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_setTransformDirty'", nullptr); @@ -7395,7 +7395,7 @@ int lua_axis_studio_Bone_setTransformDirty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:setTransformDirty",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_setTransformDirty'.",&tolua_err); #endif @@ -7408,18 +7408,18 @@ int lua_axis_studio_Bone_getDisplayRenderNodeType(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getDisplayRenderNodeType'", nullptr); @@ -7442,7 +7442,7 @@ int lua_axis_studio_Bone_getDisplayRenderNodeType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getDisplayRenderNodeType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getDisplayRenderNodeType'.",&tolua_err); #endif @@ -7455,18 +7455,18 @@ int lua_axis_studio_Bone_removeDisplay(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_removeDisplay'", nullptr); @@ -7492,7 +7492,7 @@ int lua_axis_studio_Bone_removeDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:removeDisplay",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_removeDisplay'.",&tolua_err); #endif @@ -7505,18 +7505,18 @@ int lua_axis_studio_Bone_setBoneData(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_setBoneData'", nullptr); @@ -7542,7 +7542,7 @@ int lua_axis_studio_Bone_setBoneData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:setBoneData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_setBoneData'.",&tolua_err); #endif @@ -7555,18 +7555,18 @@ int lua_axis_studio_Bone_init(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_init'", nullptr); @@ -7592,7 +7592,7 @@ int lua_axis_studio_Bone_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_init'.",&tolua_err); #endif @@ -7605,18 +7605,18 @@ int lua_axis_studio_Bone_setParentBone(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_setParentBone'", nullptr); @@ -7642,7 +7642,7 @@ int lua_axis_studio_Bone_setParentBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:setParentBone",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_setParentBone'.",&tolua_err); #endif @@ -7654,15 +7654,15 @@ int lua_axis_studio_Bone_addDisplay(lua_State* tolua_S) int argc = 0; cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_addDisplay'", nullptr); @@ -7705,7 +7705,7 @@ int lua_axis_studio_Bone_addDisplay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:addDisplay",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_addDisplay'.",&tolua_err); #endif @@ -7718,18 +7718,18 @@ int lua_axis_studio_Bone_getBlendFunc(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getBlendFunc'", nullptr); @@ -7752,7 +7752,7 @@ int lua_axis_studio_Bone_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getBlendFunc'.",&tolua_err); #endif @@ -7765,18 +7765,18 @@ int lua_axis_studio_Bone_removeFromParent(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_removeFromParent'", nullptr); @@ -7802,7 +7802,7 @@ int lua_axis_studio_Bone_removeFromParent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:removeFromParent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_removeFromParent'.",&tolua_err); #endif @@ -7815,18 +7815,18 @@ int lua_axis_studio_Bone_getColliderDetector(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getColliderDetector'", nullptr); @@ -7849,7 +7849,7 @@ int lua_axis_studio_Bone_getColliderDetector(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getColliderDetector",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getColliderDetector'.",&tolua_err); #endif @@ -7862,18 +7862,18 @@ int lua_axis_studio_Bone_getChildArmature(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getChildArmature'", nullptr); @@ -7896,7 +7896,7 @@ int lua_axis_studio_Bone_getChildArmature(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getChildArmature",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getChildArmature'.",&tolua_err); #endif @@ -7909,18 +7909,18 @@ int lua_axis_studio_Bone_getTweenData(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getTweenData'", nullptr); @@ -7943,7 +7943,7 @@ int lua_axis_studio_Bone_getTweenData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getTweenData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getTweenData'.",&tolua_err); #endif @@ -7956,18 +7956,18 @@ int lua_axis_studio_Bone_changeDisplayWithIndex(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_changeDisplayWithIndex'", nullptr); @@ -7996,7 +7996,7 @@ int lua_axis_studio_Bone_changeDisplayWithIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:changeDisplayWithIndex",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_changeDisplayWithIndex'.",&tolua_err); #endif @@ -8009,18 +8009,18 @@ int lua_axis_studio_Bone_changeDisplayWithName(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_changeDisplayWithName'", nullptr); @@ -8049,7 +8049,7 @@ int lua_axis_studio_Bone_changeDisplayWithName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:changeDisplayWithName",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_changeDisplayWithName'.",&tolua_err); #endif @@ -8062,18 +8062,18 @@ int lua_axis_studio_Bone_setArmature(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_setArmature'", nullptr); @@ -8099,7 +8099,7 @@ int lua_axis_studio_Bone_setArmature(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:setArmature",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_setArmature'.",&tolua_err); #endif @@ -8112,18 +8112,18 @@ int lua_axis_studio_Bone_setBlendDirty(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_setBlendDirty'", nullptr); @@ -8149,7 +8149,7 @@ int lua_axis_studio_Bone_setBlendDirty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:setBlendDirty",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_setBlendDirty'.",&tolua_err); #endif @@ -8162,18 +8162,18 @@ int lua_axis_studio_Bone_removeChildBone(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_removeChildBone'", nullptr); @@ -8202,7 +8202,7 @@ int lua_axis_studio_Bone_removeChildBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:removeChildBone",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_removeChildBone'.",&tolua_err); #endif @@ -8215,18 +8215,18 @@ int lua_axis_studio_Bone_setChildArmature(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_setChildArmature'", nullptr); @@ -8252,7 +8252,7 @@ int lua_axis_studio_Bone_setChildArmature(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:setChildArmature",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_setChildArmature'.",&tolua_err); #endif @@ -8265,18 +8265,18 @@ int lua_axis_studio_Bone_getNodeToArmatureTransform(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getNodeToArmatureTransform'", nullptr); @@ -8299,7 +8299,7 @@ int lua_axis_studio_Bone_getNodeToArmatureTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getNodeToArmatureTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getNodeToArmatureTransform'.",&tolua_err); #endif @@ -8312,18 +8312,18 @@ int lua_axis_studio_Bone_getDisplayManager(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getDisplayManager'", nullptr); @@ -8346,7 +8346,7 @@ int lua_axis_studio_Bone_getDisplayManager(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getDisplayManager",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getDisplayManager'.",&tolua_err); #endif @@ -8359,18 +8359,18 @@ int lua_axis_studio_Bone_getArmature(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getArmature'", nullptr); @@ -8393,7 +8393,7 @@ int lua_axis_studio_Bone_getArmature(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getArmature",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getArmature'.",&tolua_err); #endif @@ -8406,18 +8406,18 @@ int lua_axis_studio_Bone_getBoneData(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Bone*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Bone_getBoneData'", nullptr); @@ -8440,7 +8440,7 @@ int lua_axis_studio_Bone_getBoneData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:getBoneData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_getBoneData'.",&tolua_err); #endif @@ -8451,11 +8451,11 @@ int lua_axis_studio_Bone_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.Bone",0,&tolua_err)) goto tolua_lerror; #endif @@ -8486,7 +8486,7 @@ int lua_axis_studio_Bone_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ccs.Bone:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_create'.",&tolua_err); #endif @@ -8498,7 +8498,7 @@ int lua_axis_studio_Bone_constructor(lua_State* tolua_S) cocostudio::Bone* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -8522,7 +8522,7 @@ int lua_axis_studio_Bone_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Bone:Bone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Bone_constructor'.",&tolua_err); #endif @@ -8588,11 +8588,11 @@ int lua_axis_studio_BatchNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.BatchNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -8611,7 +8611,7 @@ int lua_axis_studio_BatchNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.BatchNode:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BatchNode_create'.",&tolua_err); #endif @@ -8643,18 +8643,18 @@ int lua_axis_studio_ArmatureAnimation_getSpeedScale(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_getSpeedScale'", nullptr); @@ -8677,7 +8677,7 @@ int lua_axis_studio_ArmatureAnimation_getSpeedScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:getSpeedScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_getSpeedScale'.",&tolua_err); #endif @@ -8690,18 +8690,18 @@ int lua_axis_studio_ArmatureAnimation_play(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_play'", nullptr); @@ -8764,7 +8764,7 @@ int lua_axis_studio_ArmatureAnimation_play(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:play",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_play'.",&tolua_err); #endif @@ -8777,18 +8777,18 @@ int lua_axis_studio_ArmatureAnimation_gotoAndPause(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_gotoAndPause'", nullptr); @@ -8814,7 +8814,7 @@ int lua_axis_studio_ArmatureAnimation_gotoAndPause(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:gotoAndPause",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_gotoAndPause'.",&tolua_err); #endif @@ -8827,18 +8827,18 @@ int lua_axis_studio_ArmatureAnimation_playWithIndexes(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_playWithIndexes'", nullptr); @@ -8901,7 +8901,7 @@ int lua_axis_studio_ArmatureAnimation_playWithIndexes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:playWithIndexes",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_playWithIndexes'.",&tolua_err); #endif @@ -8914,18 +8914,18 @@ int lua_axis_studio_ArmatureAnimation_setAnimationData(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_setAnimationData'", nullptr); @@ -8951,7 +8951,7 @@ int lua_axis_studio_ArmatureAnimation_setAnimationData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:setAnimationData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_setAnimationData'.",&tolua_err); #endif @@ -8964,18 +8964,18 @@ int lua_axis_studio_ArmatureAnimation_setSpeedScale(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_setSpeedScale'", nullptr); @@ -9001,7 +9001,7 @@ int lua_axis_studio_ArmatureAnimation_setSpeedScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:setSpeedScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_setSpeedScale'.",&tolua_err); #endif @@ -9014,18 +9014,18 @@ int lua_axis_studio_ArmatureAnimation_getAnimationData(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_getAnimationData'", nullptr); @@ -9048,7 +9048,7 @@ int lua_axis_studio_ArmatureAnimation_getAnimationData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:getAnimationData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_getAnimationData'.",&tolua_err); #endif @@ -9061,18 +9061,18 @@ int lua_axis_studio_ArmatureAnimation_gotoAndPlay(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_gotoAndPlay'", nullptr); @@ -9098,7 +9098,7 @@ int lua_axis_studio_ArmatureAnimation_gotoAndPlay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:gotoAndPlay",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_gotoAndPlay'.",&tolua_err); #endif @@ -9111,18 +9111,18 @@ int lua_axis_studio_ArmatureAnimation_init(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_init'", nullptr); @@ -9148,7 +9148,7 @@ int lua_axis_studio_ArmatureAnimation_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_init'.",&tolua_err); #endif @@ -9161,18 +9161,18 @@ int lua_axis_studio_ArmatureAnimation_playWithNames(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_playWithNames'", nullptr); @@ -9235,7 +9235,7 @@ int lua_axis_studio_ArmatureAnimation_playWithNames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:playWithNames",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_playWithNames'.",&tolua_err); #endif @@ -9248,18 +9248,18 @@ int lua_axis_studio_ArmatureAnimation_getMovementCount(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_getMovementCount'", nullptr); @@ -9282,7 +9282,7 @@ int lua_axis_studio_ArmatureAnimation_getMovementCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:getMovementCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_getMovementCount'.",&tolua_err); #endif @@ -9295,18 +9295,18 @@ int lua_axis_studio_ArmatureAnimation_playWithIndex(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_playWithIndex'", nullptr); @@ -9369,7 +9369,7 @@ int lua_axis_studio_ArmatureAnimation_playWithIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:playWithIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_playWithIndex'.",&tolua_err); #endif @@ -9382,18 +9382,18 @@ int lua_axis_studio_ArmatureAnimation_getCurrentMovementID(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureAnimation*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureAnimation_getCurrentMovementID'", nullptr); @@ -9416,7 +9416,7 @@ int lua_axis_studio_ArmatureAnimation_getCurrentMovementID(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:getCurrentMovementID",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_getCurrentMovementID'.",&tolua_err); #endif @@ -9428,11 +9428,11 @@ int lua_axis_studio_ArmatureAnimation_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ArmatureAnimation",0,&tolua_err)) goto tolua_lerror; #endif @@ -9453,7 +9453,7 @@ int lua_axis_studio_ArmatureAnimation_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ArmatureAnimation:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_create'.",&tolua_err); #endif @@ -9465,7 +9465,7 @@ int lua_axis_studio_ArmatureAnimation_constructor(lua_State* tolua_S) cocostudio::ArmatureAnimation* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -9489,7 +9489,7 @@ int lua_axis_studio_ArmatureAnimation_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureAnimation:ArmatureAnimation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureAnimation_constructor'.",&tolua_err); #endif @@ -9536,18 +9536,18 @@ int lua_axis_studio_ArmatureDataManager_removeAnimationData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_removeAnimationData'", nullptr); @@ -9573,7 +9573,7 @@ int lua_axis_studio_ArmatureDataManager_removeAnimationData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:removeAnimationData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_removeAnimationData'.",&tolua_err); #endif @@ -9586,18 +9586,18 @@ int lua_axis_studio_ArmatureDataManager_addArmatureData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_addArmatureData'", nullptr); @@ -9646,7 +9646,7 @@ int lua_axis_studio_ArmatureDataManager_addArmatureData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:addArmatureData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_addArmatureData'.",&tolua_err); #endif @@ -9658,15 +9658,15 @@ int lua_axis_studio_ArmatureDataManager_addArmatureFileInfo(lua_State* tolua_S) int argc = 0; cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_addArmatureFileInfo'", nullptr); @@ -9709,7 +9709,7 @@ int lua_axis_studio_ArmatureDataManager_addArmatureFileInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:addArmatureFileInfo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_addArmatureFileInfo'.",&tolua_err); #endif @@ -9722,18 +9722,18 @@ int lua_axis_studio_ArmatureDataManager_removeArmatureFileInfo(lua_State* tolua_ cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_removeArmatureFileInfo'", nullptr); @@ -9759,7 +9759,7 @@ int lua_axis_studio_ArmatureDataManager_removeArmatureFileInfo(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:removeArmatureFileInfo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_removeArmatureFileInfo'.",&tolua_err); #endif @@ -9772,18 +9772,18 @@ int lua_axis_studio_ArmatureDataManager_getTextureDatas(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_getTextureDatas'", nullptr); @@ -9806,7 +9806,7 @@ int lua_axis_studio_ArmatureDataManager_getTextureDatas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:getTextureDatas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_getTextureDatas'.",&tolua_err); #endif @@ -9819,18 +9819,18 @@ int lua_axis_studio_ArmatureDataManager_getTextureData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_getTextureData'", nullptr); @@ -9856,7 +9856,7 @@ int lua_axis_studio_ArmatureDataManager_getTextureData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:getTextureData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_getTextureData'.",&tolua_err); #endif @@ -9869,18 +9869,18 @@ int lua_axis_studio_ArmatureDataManager_getArmatureData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_getArmatureData'", nullptr); @@ -9906,7 +9906,7 @@ int lua_axis_studio_ArmatureDataManager_getArmatureData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:getArmatureData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_getArmatureData'.",&tolua_err); #endif @@ -9919,18 +9919,18 @@ int lua_axis_studio_ArmatureDataManager_getAnimationData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_getAnimationData'", nullptr); @@ -9956,7 +9956,7 @@ int lua_axis_studio_ArmatureDataManager_getAnimationData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:getAnimationData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_getAnimationData'.",&tolua_err); #endif @@ -9969,18 +9969,18 @@ int lua_axis_studio_ArmatureDataManager_addAnimationData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_addAnimationData'", nullptr); @@ -10029,7 +10029,7 @@ int lua_axis_studio_ArmatureDataManager_addAnimationData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:addAnimationData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_addAnimationData'.",&tolua_err); #endif @@ -10042,18 +10042,18 @@ int lua_axis_studio_ArmatureDataManager_init(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_init'", nullptr); @@ -10076,7 +10076,7 @@ int lua_axis_studio_ArmatureDataManager_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_init'.",&tolua_err); #endif @@ -10089,18 +10089,18 @@ int lua_axis_studio_ArmatureDataManager_removeArmatureData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_removeArmatureData'", nullptr); @@ -10126,7 +10126,7 @@ int lua_axis_studio_ArmatureDataManager_removeArmatureData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:removeArmatureData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_removeArmatureData'.",&tolua_err); #endif @@ -10139,18 +10139,18 @@ int lua_axis_studio_ArmatureDataManager_getArmatureDatas(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_getArmatureDatas'", nullptr); @@ -10173,7 +10173,7 @@ int lua_axis_studio_ArmatureDataManager_getArmatureDatas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:getArmatureDatas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_getArmatureDatas'.",&tolua_err); #endif @@ -10186,18 +10186,18 @@ int lua_axis_studio_ArmatureDataManager_addRelativeData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_addRelativeData'", nullptr); @@ -10223,7 +10223,7 @@ int lua_axis_studio_ArmatureDataManager_addRelativeData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:addRelativeData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_addRelativeData'.",&tolua_err); #endif @@ -10236,18 +10236,18 @@ int lua_axis_studio_ArmatureDataManager_removeTextureData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_removeTextureData'", nullptr); @@ -10273,7 +10273,7 @@ int lua_axis_studio_ArmatureDataManager_removeTextureData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:removeTextureData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_removeTextureData'.",&tolua_err); #endif @@ -10286,18 +10286,18 @@ int lua_axis_studio_ArmatureDataManager_getRelativeData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_getRelativeData'", nullptr); @@ -10323,7 +10323,7 @@ int lua_axis_studio_ArmatureDataManager_getRelativeData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:getRelativeData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_getRelativeData'.",&tolua_err); #endif @@ -10336,18 +10336,18 @@ int lua_axis_studio_ArmatureDataManager_addTextureData(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_addTextureData'", nullptr); @@ -10396,7 +10396,7 @@ int lua_axis_studio_ArmatureDataManager_addTextureData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:addTextureData",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_addTextureData'.",&tolua_err); #endif @@ -10409,18 +10409,18 @@ int lua_axis_studio_ArmatureDataManager_getAnimationDatas(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_getAnimationDatas'", nullptr); @@ -10443,7 +10443,7 @@ int lua_axis_studio_ArmatureDataManager_getAnimationDatas(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:getAnimationDatas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_getAnimationDatas'.",&tolua_err); #endif @@ -10456,18 +10456,18 @@ int lua_axis_studio_ArmatureDataManager_isAutoLoadSpriteFile(lua_State* tolua_S) cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_isAutoLoadSpriteFile'", nullptr); @@ -10490,7 +10490,7 @@ int lua_axis_studio_ArmatureDataManager_isAutoLoadSpriteFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:isAutoLoadSpriteFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_isAutoLoadSpriteFile'.",&tolua_err); #endif @@ -10503,18 +10503,18 @@ int lua_axis_studio_ArmatureDataManager_addSpriteFrameFromFile(lua_State* tolua_ cocostudio::ArmatureDataManager* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ArmatureDataManager*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ArmatureDataManager_addSpriteFrameFromFile'", nullptr); @@ -10563,7 +10563,7 @@ int lua_axis_studio_ArmatureDataManager_addSpriteFrameFromFile(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ArmatureDataManager:addSpriteFrameFromFile",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_addSpriteFrameFromFile'.",&tolua_err); #endif @@ -10575,11 +10575,11 @@ int lua_axis_studio_ArmatureDataManager_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif @@ -10598,7 +10598,7 @@ int lua_axis_studio_ArmatureDataManager_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ArmatureDataManager:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_destroyInstance'.",&tolua_err); #endif @@ -10609,11 +10609,11 @@ int lua_axis_studio_ArmatureDataManager_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ArmatureDataManager",0,&tolua_err)) goto tolua_lerror; #endif @@ -10632,7 +10632,7 @@ int lua_axis_studio_ArmatureDataManager_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ArmatureDataManager:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ArmatureDataManager_getInstance'.",&tolua_err); #endif @@ -10684,18 +10684,18 @@ int lua_axis_studio_Armature_getBone(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getBone'", nullptr); @@ -10721,7 +10721,7 @@ int lua_axis_studio_Armature_getBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getBone",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getBone'.",&tolua_err); #endif @@ -10734,18 +10734,18 @@ int lua_axis_studio_Armature_changeBoneParent(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_changeBoneParent'", nullptr); @@ -10774,7 +10774,7 @@ int lua_axis_studio_Armature_changeBoneParent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:changeBoneParent",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_changeBoneParent'.",&tolua_err); #endif @@ -10787,18 +10787,18 @@ int lua_axis_studio_Armature_setAnimation(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_setAnimation'", nullptr); @@ -10824,7 +10824,7 @@ int lua_axis_studio_Armature_setAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:setAnimation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_setAnimation'.",&tolua_err); #endif @@ -10837,18 +10837,18 @@ int lua_axis_studio_Armature_getBoneAtPoint(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getBoneAtPoint'", nullptr); @@ -10877,7 +10877,7 @@ int lua_axis_studio_Armature_getBoneAtPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getBoneAtPoint",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getBoneAtPoint'.",&tolua_err); #endif @@ -10890,18 +10890,18 @@ int lua_axis_studio_Armature_getArmatureTransformDirty(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getArmatureTransformDirty'", nullptr); @@ -10924,7 +10924,7 @@ int lua_axis_studio_Armature_getArmatureTransformDirty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getArmatureTransformDirty",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getArmatureTransformDirty'.",&tolua_err); #endif @@ -10937,18 +10937,18 @@ int lua_axis_studio_Armature_setVersion(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_setVersion'", nullptr); @@ -10974,7 +10974,7 @@ int lua_axis_studio_Armature_setVersion(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:setVersion",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_setVersion'.",&tolua_err); #endif @@ -10987,18 +10987,18 @@ int lua_axis_studio_Armature_updateOffsetPoint(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_updateOffsetPoint'", nullptr); @@ -11021,7 +11021,7 @@ int lua_axis_studio_Armature_updateOffsetPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:updateOffsetPoint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_updateOffsetPoint'.",&tolua_err); #endif @@ -11034,18 +11034,18 @@ int lua_axis_studio_Armature_getParentBone(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getParentBone'", nullptr); @@ -11068,7 +11068,7 @@ int lua_axis_studio_Armature_getParentBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getParentBone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getParentBone'.",&tolua_err); #endif @@ -11081,18 +11081,18 @@ int lua_axis_studio_Armature_removeBone(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_removeBone'", nullptr); @@ -11121,7 +11121,7 @@ int lua_axis_studio_Armature_removeBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:removeBone",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_removeBone'.",&tolua_err); #endif @@ -11134,18 +11134,18 @@ int lua_axis_studio_Armature_getBatchNode(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getBatchNode'", nullptr); @@ -11168,7 +11168,7 @@ int lua_axis_studio_Armature_getBatchNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getBatchNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getBatchNode'.",&tolua_err); #endif @@ -11180,15 +11180,15 @@ int lua_axis_studio_Armature_init(lua_State* tolua_S) int argc = 0; cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_init'", nullptr); @@ -11227,7 +11227,7 @@ int lua_axis_studio_Armature_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_init'.",&tolua_err); #endif @@ -11240,18 +11240,18 @@ int lua_axis_studio_Armature_setParentBone(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_setParentBone'", nullptr); @@ -11277,7 +11277,7 @@ int lua_axis_studio_Armature_setParentBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:setParentBone",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_setParentBone'.",&tolua_err); #endif @@ -11290,18 +11290,18 @@ int lua_axis_studio_Armature_setBatchNode(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_setBatchNode'", nullptr); @@ -11327,7 +11327,7 @@ int lua_axis_studio_Armature_setBatchNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:setBatchNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_setBatchNode'.",&tolua_err); #endif @@ -11340,18 +11340,18 @@ int lua_axis_studio_Armature_getBlendFunc(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getBlendFunc'", nullptr); @@ -11374,7 +11374,7 @@ int lua_axis_studio_Armature_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getBlendFunc'.",&tolua_err); #endif @@ -11387,18 +11387,18 @@ int lua_axis_studio_Armature_setArmatureData(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_setArmatureData'", nullptr); @@ -11424,7 +11424,7 @@ int lua_axis_studio_Armature_setArmatureData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:setArmatureData",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_setArmatureData'.",&tolua_err); #endif @@ -11437,18 +11437,18 @@ int lua_axis_studio_Armature_addBone(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_addBone'", nullptr); @@ -11477,7 +11477,7 @@ int lua_axis_studio_Armature_addBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:addBone",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_addBone'.",&tolua_err); #endif @@ -11490,18 +11490,18 @@ int lua_axis_studio_Armature_getArmatureData(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getArmatureData'", nullptr); @@ -11524,7 +11524,7 @@ int lua_axis_studio_Armature_getArmatureData(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getArmatureData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getArmatureData'.",&tolua_err); #endif @@ -11537,18 +11537,18 @@ int lua_axis_studio_Armature_getVersion(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getVersion'", nullptr); @@ -11571,7 +11571,7 @@ int lua_axis_studio_Armature_getVersion(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getVersion",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getVersion'.",&tolua_err); #endif @@ -11584,18 +11584,18 @@ int lua_axis_studio_Armature_getAnimation(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getAnimation'", nullptr); @@ -11618,7 +11618,7 @@ int lua_axis_studio_Armature_getAnimation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getAnimation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getAnimation'.",&tolua_err); #endif @@ -11631,18 +11631,18 @@ int lua_axis_studio_Armature_getOffsetPoints(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getOffsetPoints'", nullptr); @@ -11665,7 +11665,7 @@ int lua_axis_studio_Armature_getOffsetPoints(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getOffsetPoints",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getOffsetPoints'.",&tolua_err); #endif @@ -11678,18 +11678,18 @@ int lua_axis_studio_Armature_setBlendFunc(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_setBlendFunc'", nullptr); @@ -11715,7 +11715,7 @@ int lua_axis_studio_Armature_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_setBlendFunc'.",&tolua_err); #endif @@ -11728,18 +11728,18 @@ int lua_axis_studio_Armature_getBoneDic(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Armature*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Armature_getBoneDic'", nullptr); @@ -11762,7 +11762,7 @@ int lua_axis_studio_Armature_getBoneDic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:getBoneDic",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_getBoneDic'.",&tolua_err); #endif @@ -11773,11 +11773,11 @@ int lua_axis_studio_Armature_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.Armature",0,&tolua_err)) goto tolua_lerror; #endif @@ -11824,7 +11824,7 @@ int lua_axis_studio_Armature_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ccs.Armature:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_create'.",&tolua_err); #endif @@ -11836,7 +11836,7 @@ int lua_axis_studio_Armature_constructor(lua_State* tolua_S) cocostudio::Armature* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -11860,7 +11860,7 @@ int lua_axis_studio_Armature_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Armature:Armature",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Armature_constructor'.",&tolua_err); #endif @@ -11916,18 +11916,18 @@ int lua_axis_studio_Skin_getBone(lua_State* tolua_S) cocostudio::Skin* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Skin",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Skin*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Skin_getBone'", nullptr); @@ -11950,7 +11950,7 @@ int lua_axis_studio_Skin_getBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Skin:getBone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Skin_getBone'.",&tolua_err); #endif @@ -11963,18 +11963,18 @@ int lua_axis_studio_Skin_getNodeToWorldTransformAR(lua_State* tolua_S) cocostudio::Skin* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Skin",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Skin*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Skin_getNodeToWorldTransformAR'", nullptr); @@ -11997,7 +11997,7 @@ int lua_axis_studio_Skin_getNodeToWorldTransformAR(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Skin:getNodeToWorldTransformAR",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Skin_getNodeToWorldTransformAR'.",&tolua_err); #endif @@ -12010,18 +12010,18 @@ int lua_axis_studio_Skin_getDisplayName(lua_State* tolua_S) cocostudio::Skin* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Skin",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Skin*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Skin_getDisplayName'", nullptr); @@ -12044,7 +12044,7 @@ int lua_axis_studio_Skin_getDisplayName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Skin:getDisplayName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Skin_getDisplayName'.",&tolua_err); #endif @@ -12057,18 +12057,18 @@ int lua_axis_studio_Skin_updateArmatureTransform(lua_State* tolua_S) cocostudio::Skin* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Skin",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Skin*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Skin_updateArmatureTransform'", nullptr); @@ -12091,7 +12091,7 @@ int lua_axis_studio_Skin_updateArmatureTransform(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Skin:updateArmatureTransform",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Skin_updateArmatureTransform'.",&tolua_err); #endif @@ -12104,18 +12104,18 @@ int lua_axis_studio_Skin_setBone(lua_State* tolua_S) cocostudio::Skin* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Skin",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::Skin*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Skin_setBone'", nullptr); @@ -12141,7 +12141,7 @@ int lua_axis_studio_Skin_setBone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Skin:setBone",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Skin_setBone'.",&tolua_err); #endif @@ -12152,11 +12152,11 @@ int lua_axis_studio_Skin_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.Skin",0,&tolua_err)) goto tolua_lerror; #endif @@ -12187,7 +12187,7 @@ int lua_axis_studio_Skin_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ccs.Skin:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Skin_create'.",&tolua_err); #endif @@ -12198,11 +12198,11 @@ int lua_axis_studio_Skin_createWithSpriteFrameName(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.Skin",0,&tolua_err)) goto tolua_lerror; #endif @@ -12223,7 +12223,7 @@ int lua_axis_studio_Skin_createWithSpriteFrameName(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.Skin:createWithSpriteFrameName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Skin_createWithSpriteFrameName'.",&tolua_err); #endif @@ -12235,7 +12235,7 @@ int lua_axis_studio_Skin_constructor(lua_State* tolua_S) cocostudio::Skin* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -12259,7 +12259,7 @@ int lua_axis_studio_Skin_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Skin:Skin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Skin_constructor'.",&tolua_err); #endif @@ -12299,18 +12299,18 @@ int lua_axis_studio_ComAttribute_getFloat(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_getFloat'", nullptr); @@ -12353,7 +12353,7 @@ int lua_axis_studio_ComAttribute_getFloat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:getFloat",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_getFloat'.",&tolua_err); #endif @@ -12366,18 +12366,18 @@ int lua_axis_studio_ComAttribute_getString(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_getString'", nullptr); @@ -12420,7 +12420,7 @@ int lua_axis_studio_ComAttribute_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:getString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_getString'.",&tolua_err); #endif @@ -12433,18 +12433,18 @@ int lua_axis_studio_ComAttribute_setFloat(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_setFloat'", nullptr); @@ -12473,7 +12473,7 @@ int lua_axis_studio_ComAttribute_setFloat(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:setFloat",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_setFloat'.",&tolua_err); #endif @@ -12486,18 +12486,18 @@ int lua_axis_studio_ComAttribute_setString(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_setString'", nullptr); @@ -12526,7 +12526,7 @@ int lua_axis_studio_ComAttribute_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:setString",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_setString'.",&tolua_err); #endif @@ -12539,18 +12539,18 @@ int lua_axis_studio_ComAttribute_getBool(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_getBool'", nullptr); @@ -12593,7 +12593,7 @@ int lua_axis_studio_ComAttribute_getBool(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:getBool",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_getBool'.",&tolua_err); #endif @@ -12606,18 +12606,18 @@ int lua_axis_studio_ComAttribute_setInt(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_setInt'", nullptr); @@ -12646,7 +12646,7 @@ int lua_axis_studio_ComAttribute_setInt(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:setInt",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_setInt'.",&tolua_err); #endif @@ -12659,18 +12659,18 @@ int lua_axis_studio_ComAttribute_parse(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_parse'", nullptr); @@ -12696,7 +12696,7 @@ int lua_axis_studio_ComAttribute_parse(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:parse",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_parse'.",&tolua_err); #endif @@ -12709,18 +12709,18 @@ int lua_axis_studio_ComAttribute_getInt(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_getInt'", nullptr); @@ -12763,7 +12763,7 @@ int lua_axis_studio_ComAttribute_getInt(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:getInt",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_getInt'.",&tolua_err); #endif @@ -12776,18 +12776,18 @@ int lua_axis_studio_ComAttribute_setBool(lua_State* tolua_S) cocostudio::ComAttribute* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAttribute*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAttribute_setBool'", nullptr); @@ -12816,7 +12816,7 @@ int lua_axis_studio_ComAttribute_setBool(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAttribute:setBool",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_setBool'.",&tolua_err); #endif @@ -12828,11 +12828,11 @@ int lua_axis_studio_ComAttribute_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif @@ -12851,7 +12851,7 @@ int lua_axis_studio_ComAttribute_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComAttribute:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_create'.",&tolua_err); #endif @@ -12862,11 +12862,11 @@ int lua_axis_studio_ComAttribute_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComAttribute",0,&tolua_err)) goto tolua_lerror; #endif @@ -12885,7 +12885,7 @@ int lua_axis_studio_ComAttribute_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComAttribute:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAttribute_createInstance'.",&tolua_err); #endif @@ -12927,18 +12927,18 @@ int lua_axis_studio_ComAudio_stopAllEffects(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_stopAllEffects'", nullptr); @@ -12961,7 +12961,7 @@ int lua_axis_studio_ComAudio_stopAllEffects(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:stopAllEffects",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_stopAllEffects'.",&tolua_err); #endif @@ -12974,18 +12974,18 @@ int lua_axis_studio_ComAudio_getEffectsVolume(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_getEffectsVolume'", nullptr); @@ -13008,7 +13008,7 @@ int lua_axis_studio_ComAudio_getEffectsVolume(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:getEffectsVolume",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_getEffectsVolume'.",&tolua_err); #endif @@ -13021,18 +13021,18 @@ int lua_axis_studio_ComAudio_stopEffect(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_stopEffect'", nullptr); @@ -13058,7 +13058,7 @@ int lua_axis_studio_ComAudio_stopEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:stopEffect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_stopEffect'.",&tolua_err); #endif @@ -13071,18 +13071,18 @@ int lua_axis_studio_ComAudio_getBackgroundMusicVolume(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_getBackgroundMusicVolume'", nullptr); @@ -13105,7 +13105,7 @@ int lua_axis_studio_ComAudio_getBackgroundMusicVolume(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:getBackgroundMusicVolume",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_getBackgroundMusicVolume'.",&tolua_err); #endif @@ -13118,18 +13118,18 @@ int lua_axis_studio_ComAudio_willPlayBackgroundMusic(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_willPlayBackgroundMusic'", nullptr); @@ -13152,7 +13152,7 @@ int lua_axis_studio_ComAudio_willPlayBackgroundMusic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:willPlayBackgroundMusic",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_willPlayBackgroundMusic'.",&tolua_err); #endif @@ -13165,18 +13165,18 @@ int lua_axis_studio_ComAudio_setBackgroundMusicVolume(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_setBackgroundMusicVolume'", nullptr); @@ -13202,7 +13202,7 @@ int lua_axis_studio_ComAudio_setBackgroundMusicVolume(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:setBackgroundMusicVolume",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_setBackgroundMusicVolume'.",&tolua_err); #endif @@ -13215,18 +13215,18 @@ int lua_axis_studio_ComAudio_start(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_start'", nullptr); @@ -13249,7 +13249,7 @@ int lua_axis_studio_ComAudio_start(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:start",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_start'.",&tolua_err); #endif @@ -13261,15 +13261,15 @@ int lua_axis_studio_ComAudio_stopBackgroundMusic(lua_State* tolua_S) int argc = 0; cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_stopBackgroundMusic'", nullptr); @@ -13300,7 +13300,7 @@ int lua_axis_studio_ComAudio_stopBackgroundMusic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:stopBackgroundMusic",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_stopBackgroundMusic'.",&tolua_err); #endif @@ -13313,18 +13313,18 @@ int lua_axis_studio_ComAudio_pauseBackgroundMusic(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_pauseBackgroundMusic'", nullptr); @@ -13347,7 +13347,7 @@ int lua_axis_studio_ComAudio_pauseBackgroundMusic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:pauseBackgroundMusic",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_pauseBackgroundMusic'.",&tolua_err); #endif @@ -13360,18 +13360,18 @@ int lua_axis_studio_ComAudio_isBackgroundMusicPlaying(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_isBackgroundMusicPlaying'", nullptr); @@ -13394,7 +13394,7 @@ int lua_axis_studio_ComAudio_isBackgroundMusicPlaying(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:isBackgroundMusicPlaying",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_isBackgroundMusicPlaying'.",&tolua_err); #endif @@ -13407,18 +13407,18 @@ int lua_axis_studio_ComAudio_isLoop(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_isLoop'", nullptr); @@ -13441,7 +13441,7 @@ int lua_axis_studio_ComAudio_isLoop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:isLoop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_isLoop'.",&tolua_err); #endif @@ -13454,18 +13454,18 @@ int lua_axis_studio_ComAudio_resumeAllEffects(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_resumeAllEffects'", nullptr); @@ -13488,7 +13488,7 @@ int lua_axis_studio_ComAudio_resumeAllEffects(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:resumeAllEffects",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_resumeAllEffects'.",&tolua_err); #endif @@ -13501,18 +13501,18 @@ int lua_axis_studio_ComAudio_pauseAllEffects(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_pauseAllEffects'", nullptr); @@ -13535,7 +13535,7 @@ int lua_axis_studio_ComAudio_pauseAllEffects(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:pauseAllEffects",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_pauseAllEffects'.",&tolua_err); #endif @@ -13548,18 +13548,18 @@ int lua_axis_studio_ComAudio_preloadBackgroundMusic(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_preloadBackgroundMusic'", nullptr); @@ -13585,7 +13585,7 @@ int lua_axis_studio_ComAudio_preloadBackgroundMusic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:preloadBackgroundMusic",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_preloadBackgroundMusic'.",&tolua_err); #endif @@ -13597,15 +13597,15 @@ int lua_axis_studio_ComAudio_playBackgroundMusic(lua_State* tolua_S) int argc = 0; cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_playBackgroundMusic'", nullptr); @@ -13652,7 +13652,7 @@ int lua_axis_studio_ComAudio_playBackgroundMusic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:playBackgroundMusic",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_playBackgroundMusic'.",&tolua_err); #endif @@ -13665,18 +13665,18 @@ int lua_axis_studio_ComAudio_stop(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_stop'", nullptr); @@ -13699,7 +13699,7 @@ int lua_axis_studio_ComAudio_stop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:stop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_stop'.",&tolua_err); #endif @@ -13712,18 +13712,18 @@ int lua_axis_studio_ComAudio_end(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_end'", nullptr); @@ -13746,7 +13746,7 @@ int lua_axis_studio_ComAudio_end(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:end",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_end'.",&tolua_err); #endif @@ -13758,15 +13758,15 @@ int lua_axis_studio_ComAudio_playEffect(lua_State* tolua_S) int argc = 0; cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_playEffect'", nullptr); @@ -13813,7 +13813,7 @@ int lua_axis_studio_ComAudio_playEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:playEffect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_playEffect'.",&tolua_err); #endif @@ -13826,18 +13826,18 @@ int lua_axis_studio_ComAudio_preloadEffect(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_preloadEffect'", nullptr); @@ -13863,7 +13863,7 @@ int lua_axis_studio_ComAudio_preloadEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:preloadEffect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_preloadEffect'.",&tolua_err); #endif @@ -13876,18 +13876,18 @@ int lua_axis_studio_ComAudio_setLoop(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_setLoop'", nullptr); @@ -13913,7 +13913,7 @@ int lua_axis_studio_ComAudio_setLoop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:setLoop",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_setLoop'.",&tolua_err); #endif @@ -13926,18 +13926,18 @@ int lua_axis_studio_ComAudio_unloadEffect(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_unloadEffect'", nullptr); @@ -13963,7 +13963,7 @@ int lua_axis_studio_ComAudio_unloadEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:unloadEffect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_unloadEffect'.",&tolua_err); #endif @@ -13976,18 +13976,18 @@ int lua_axis_studio_ComAudio_rewindBackgroundMusic(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_rewindBackgroundMusic'", nullptr); @@ -14010,7 +14010,7 @@ int lua_axis_studio_ComAudio_rewindBackgroundMusic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:rewindBackgroundMusic",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_rewindBackgroundMusic'.",&tolua_err); #endif @@ -14023,18 +14023,18 @@ int lua_axis_studio_ComAudio_pauseEffect(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_pauseEffect'", nullptr); @@ -14060,7 +14060,7 @@ int lua_axis_studio_ComAudio_pauseEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:pauseEffect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_pauseEffect'.",&tolua_err); #endif @@ -14073,18 +14073,18 @@ int lua_axis_studio_ComAudio_resumeBackgroundMusic(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_resumeBackgroundMusic'", nullptr); @@ -14107,7 +14107,7 @@ int lua_axis_studio_ComAudio_resumeBackgroundMusic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:resumeBackgroundMusic",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_resumeBackgroundMusic'.",&tolua_err); #endif @@ -14120,18 +14120,18 @@ int lua_axis_studio_ComAudio_setFile(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_setFile'", nullptr); @@ -14157,7 +14157,7 @@ int lua_axis_studio_ComAudio_setFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:setFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_setFile'.",&tolua_err); #endif @@ -14170,18 +14170,18 @@ int lua_axis_studio_ComAudio_setEffectsVolume(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_setEffectsVolume'", nullptr); @@ -14207,7 +14207,7 @@ int lua_axis_studio_ComAudio_setEffectsVolume(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:setEffectsVolume",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_setEffectsVolume'.",&tolua_err); #endif @@ -14220,18 +14220,18 @@ int lua_axis_studio_ComAudio_getFile(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_getFile'", nullptr); @@ -14254,7 +14254,7 @@ int lua_axis_studio_ComAudio_getFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:getFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_getFile'.",&tolua_err); #endif @@ -14267,18 +14267,18 @@ int lua_axis_studio_ComAudio_resumeEffect(lua_State* tolua_S) cocostudio::ComAudio* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComAudio*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComAudio_resumeEffect'", nullptr); @@ -14304,7 +14304,7 @@ int lua_axis_studio_ComAudio_resumeEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComAudio:resumeEffect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_resumeEffect'.",&tolua_err); #endif @@ -14316,11 +14316,11 @@ int lua_axis_studio_ComAudio_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif @@ -14339,7 +14339,7 @@ int lua_axis_studio_ComAudio_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComAudio:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_create'.",&tolua_err); #endif @@ -14350,11 +14350,11 @@ int lua_axis_studio_ComAudio_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComAudio",0,&tolua_err)) goto tolua_lerror; #endif @@ -14373,7 +14373,7 @@ int lua_axis_studio_ComAudio_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComAudio:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComAudio_createInstance'.",&tolua_err); #endif @@ -14433,11 +14433,11 @@ int lua_axis_studio_ComController_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComController",0,&tolua_err)) goto tolua_lerror; #endif @@ -14456,7 +14456,7 @@ int lua_axis_studio_ComController_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComController:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComController_create'.",&tolua_err); #endif @@ -14467,11 +14467,11 @@ int lua_axis_studio_ComController_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComController",0,&tolua_err)) goto tolua_lerror; #endif @@ -14490,7 +14490,7 @@ int lua_axis_studio_ComController_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComController:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComController_createInstance'.",&tolua_err); #endif @@ -14502,7 +14502,7 @@ int lua_axis_studio_ComController_constructor(lua_State* tolua_S) cocostudio::ComController* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -14526,7 +14526,7 @@ int lua_axis_studio_ComController_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComController:ComController",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComController_constructor'.",&tolua_err); #endif @@ -14561,18 +14561,18 @@ int lua_axis_studio_ComRender_setNode(lua_State* tolua_S) cocostudio::ComRender* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComRender",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComRender*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComRender_setNode'", nullptr); @@ -14598,7 +14598,7 @@ int lua_axis_studio_ComRender_setNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComRender:setNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComRender_setNode'.",&tolua_err); #endif @@ -14611,18 +14611,18 @@ int lua_axis_studio_ComRender_getNode(lua_State* tolua_S) cocostudio::ComRender* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComRender",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComRender*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComRender_getNode'", nullptr); @@ -14645,7 +14645,7 @@ int lua_axis_studio_ComRender_getNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComRender:getNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComRender_getNode'.",&tolua_err); #endif @@ -14656,11 +14656,11 @@ int lua_axis_studio_ComRender_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComRender",0,&tolua_err)) goto tolua_lerror; #endif @@ -14694,7 +14694,7 @@ int lua_axis_studio_ComRender_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ccs.ComRender:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComRender_create'.",&tolua_err); #endif @@ -14705,11 +14705,11 @@ int lua_axis_studio_ComRender_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComRender",0,&tolua_err)) goto tolua_lerror; #endif @@ -14728,7 +14728,7 @@ int lua_axis_studio_ComRender_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComRender:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComRender_createInstance'.",&tolua_err); #endif @@ -14763,18 +14763,18 @@ int lua_axis_studio_GUIReader_setFilePath(lua_State* tolua_S) cocostudio::GUIReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.GUIReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::GUIReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_GUIReader_setFilePath'", nullptr); @@ -14800,7 +14800,7 @@ int lua_axis_studio_GUIReader_setFilePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.GUIReader:setFilePath",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_GUIReader_setFilePath'.",&tolua_err); #endif @@ -14813,18 +14813,18 @@ int lua_axis_studio_GUIReader_widgetFromJsonFile(lua_State* tolua_S) cocostudio::GUIReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.GUIReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::GUIReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_GUIReader_widgetFromJsonFile'", nullptr); @@ -14850,7 +14850,7 @@ int lua_axis_studio_GUIReader_widgetFromJsonFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.GUIReader:widgetFromJsonFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_GUIReader_widgetFromJsonFile'.",&tolua_err); #endif @@ -14863,18 +14863,18 @@ int lua_axis_studio_GUIReader_getFilePath(lua_State* tolua_S) cocostudio::GUIReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.GUIReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::GUIReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_GUIReader_getFilePath'", nullptr); @@ -14897,7 +14897,7 @@ int lua_axis_studio_GUIReader_getFilePath(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.GUIReader:getFilePath",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_GUIReader_getFilePath'.",&tolua_err); #endif @@ -14910,18 +14910,18 @@ int lua_axis_studio_GUIReader_widgetFromBinaryFile(lua_State* tolua_S) cocostudio::GUIReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.GUIReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::GUIReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_GUIReader_widgetFromBinaryFile'", nullptr); @@ -14947,7 +14947,7 @@ int lua_axis_studio_GUIReader_widgetFromBinaryFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.GUIReader:widgetFromBinaryFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_GUIReader_widgetFromBinaryFile'.",&tolua_err); #endif @@ -14960,18 +14960,18 @@ int lua_axis_studio_GUIReader_getVersionInteger(lua_State* tolua_S) cocostudio::GUIReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.GUIReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::GUIReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_GUIReader_getVersionInteger'", nullptr); @@ -14997,7 +14997,7 @@ int lua_axis_studio_GUIReader_getVersionInteger(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.GUIReader:getVersionInteger",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_GUIReader_getVersionInteger'.",&tolua_err); #endif @@ -15009,11 +15009,11 @@ int lua_axis_studio_GUIReader_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.GUIReader",0,&tolua_err)) goto tolua_lerror; #endif @@ -15032,7 +15032,7 @@ int lua_axis_studio_GUIReader_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.GUIReader:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_GUIReader_destroyInstance'.",&tolua_err); #endif @@ -15043,11 +15043,11 @@ int lua_axis_studio_GUIReader_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.GUIReader",0,&tolua_err)) goto tolua_lerror; #endif @@ -15066,7 +15066,7 @@ int lua_axis_studio_GUIReader_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.GUIReader:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_GUIReader_getInstance'.",&tolua_err); #endif @@ -15104,18 +15104,18 @@ int lua_axis_studio_SceneReader_setTarget(lua_State* tolua_S) cocostudio::SceneReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SceneReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::SceneReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SceneReader_setTarget'", nullptr); @@ -15145,7 +15145,7 @@ int lua_axis_studio_SceneReader_setTarget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SceneReader:setTarget",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SceneReader_setTarget'.",&tolua_err); #endif @@ -15158,18 +15158,18 @@ int lua_axis_studio_SceneReader_createNodeWithSceneFile(lua_State* tolua_S) cocostudio::SceneReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SceneReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::SceneReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SceneReader_createNodeWithSceneFile'", nullptr); @@ -15212,7 +15212,7 @@ int lua_axis_studio_SceneReader_createNodeWithSceneFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SceneReader:createNodeWithSceneFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SceneReader_createNodeWithSceneFile'.",&tolua_err); #endif @@ -15225,18 +15225,18 @@ int lua_axis_studio_SceneReader_getAttachComponentType(lua_State* tolua_S) cocostudio::SceneReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SceneReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::SceneReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SceneReader_getAttachComponentType'", nullptr); @@ -15259,7 +15259,7 @@ int lua_axis_studio_SceneReader_getAttachComponentType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SceneReader:getAttachComponentType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SceneReader_getAttachComponentType'.",&tolua_err); #endif @@ -15272,18 +15272,18 @@ int lua_axis_studio_SceneReader_getNodeByTag(lua_State* tolua_S) cocostudio::SceneReader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SceneReader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::SceneReader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SceneReader_getNodeByTag'", nullptr); @@ -15309,7 +15309,7 @@ int lua_axis_studio_SceneReader_getNodeByTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SceneReader:getNodeByTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SceneReader_getNodeByTag'.",&tolua_err); #endif @@ -15321,11 +15321,11 @@ int lua_axis_studio_SceneReader_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.SceneReader",0,&tolua_err)) goto tolua_lerror; #endif @@ -15344,7 +15344,7 @@ int lua_axis_studio_SceneReader_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.SceneReader:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SceneReader_destroyInstance'.",&tolua_err); #endif @@ -15355,11 +15355,11 @@ int lua_axis_studio_SceneReader_sceneReaderVersion(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.SceneReader",0,&tolua_err)) goto tolua_lerror; #endif @@ -15378,7 +15378,7 @@ int lua_axis_studio_SceneReader_sceneReaderVersion(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.SceneReader:sceneReaderVersion",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SceneReader_sceneReaderVersion'.",&tolua_err); #endif @@ -15389,11 +15389,11 @@ int lua_axis_studio_SceneReader_getInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.SceneReader",0,&tolua_err)) goto tolua_lerror; #endif @@ -15412,7 +15412,7 @@ int lua_axis_studio_SceneReader_getInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.SceneReader:getInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SceneReader_getInstance'.",&tolua_err); #endif @@ -15450,18 +15450,18 @@ int lua_axis_studio_ActionTimelineCache_createActionFromJson(lua_State* tolua_S) cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_createActionFromJson'", nullptr); @@ -15487,7 +15487,7 @@ int lua_axis_studio_ActionTimelineCache_createActionFromJson(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:createActionFromJson",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_createActionFromJson'.",&tolua_err); #endif @@ -15500,18 +15500,18 @@ int lua_axis_studio_ActionTimelineCache_createActionWithFlatBuffersFile(lua_Stat cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_createActionWithFlatBuffersFile'", nullptr); @@ -15537,7 +15537,7 @@ int lua_axis_studio_ActionTimelineCache_createActionWithFlatBuffersFile(lua_Stat luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:createActionWithFlatBuffersFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_createActionWithFlatBuffersFile'.",&tolua_err); #endif @@ -15550,18 +15550,18 @@ int lua_axis_studio_ActionTimelineCache_loadAnimationActionWithFlatBuffersFile(l cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_loadAnimationActionWithFlatBuffersFile'", nullptr); @@ -15587,7 +15587,7 @@ int lua_axis_studio_ActionTimelineCache_loadAnimationActionWithFlatBuffersFile(l luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:loadAnimationActionWithFlatBuffersFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_loadAnimationActionWithFlatBuffersFile'.",&tolua_err); #endif @@ -15600,18 +15600,18 @@ int lua_axis_studio_ActionTimelineCache_createActionFromContent(lua_State* tolua cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_createActionFromContent'", nullptr); @@ -15640,7 +15640,7 @@ int lua_axis_studio_ActionTimelineCache_createActionFromContent(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:createActionFromContent",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_createActionFromContent'.",&tolua_err); #endif @@ -15653,18 +15653,18 @@ int lua_axis_studio_ActionTimelineCache_purge(lua_State* tolua_S) cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_purge'", nullptr); @@ -15687,7 +15687,7 @@ int lua_axis_studio_ActionTimelineCache_purge(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:purge",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_purge'.",&tolua_err); #endif @@ -15700,18 +15700,18 @@ int lua_axis_studio_ActionTimelineCache_init(lua_State* tolua_S) cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_init'", nullptr); @@ -15734,7 +15734,7 @@ int lua_axis_studio_ActionTimelineCache_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_init'.",&tolua_err); #endif @@ -15747,18 +15747,18 @@ int lua_axis_studio_ActionTimelineCache_loadAnimationActionWithContent(lua_State cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_loadAnimationActionWithContent'", nullptr); @@ -15787,7 +15787,7 @@ int lua_axis_studio_ActionTimelineCache_loadAnimationActionWithContent(lua_State luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:loadAnimationActionWithContent",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_loadAnimationActionWithContent'.",&tolua_err); #endif @@ -15800,18 +15800,18 @@ int lua_axis_studio_ActionTimelineCache_loadAnimationActionWithFile(lua_State* t cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_loadAnimationActionWithFile'", nullptr); @@ -15837,7 +15837,7 @@ int lua_axis_studio_ActionTimelineCache_loadAnimationActionWithFile(lua_State* t luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:loadAnimationActionWithFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_loadAnimationActionWithFile'.",&tolua_err); #endif @@ -15850,18 +15850,18 @@ int lua_axis_studio_ActionTimelineCache_removeAction(lua_State* tolua_S) cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_removeAction'", nullptr); @@ -15887,7 +15887,7 @@ int lua_axis_studio_ActionTimelineCache_removeAction(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:removeAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_removeAction'.",&tolua_err); #endif @@ -15900,18 +15900,18 @@ int lua_axis_studio_ActionTimelineCache_createActionWithFlatBuffersForSimulator( cocostudio::timeline::ActionTimelineCache* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineCache*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineCache_createActionWithFlatBuffersForSimulator'", nullptr); @@ -15937,7 +15937,7 @@ int lua_axis_studio_ActionTimelineCache_createActionWithFlatBuffersForSimulator( luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineCache:createActionWithFlatBuffersForSimulator",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_createActionWithFlatBuffersForSimulator'.",&tolua_err); #endif @@ -15949,11 +15949,11 @@ int lua_axis_studio_ActionTimelineCache_destroyInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -15972,7 +15972,7 @@ int lua_axis_studio_ActionTimelineCache_destroyInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ActionTimelineCache:destroyInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_destroyInstance'.",&tolua_err); #endif @@ -15983,11 +15983,11 @@ int lua_axis_studio_ActionTimelineCache_createAction(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ActionTimelineCache",0,&tolua_err)) goto tolua_lerror; #endif @@ -16008,7 +16008,7 @@ int lua_axis_studio_ActionTimelineCache_createAction(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ActionTimelineCache:createAction",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineCache_createAction'.",&tolua_err); #endif @@ -16051,18 +16051,18 @@ int lua_axis_studio_Frame_clone(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_clone'", nullptr); @@ -16085,7 +16085,7 @@ int lua_axis_studio_Frame_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_clone'.",&tolua_err); #endif @@ -16098,18 +16098,18 @@ int lua_axis_studio_Frame_setTweenType(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_setTweenType'", nullptr); @@ -16135,7 +16135,7 @@ int lua_axis_studio_Frame_setTweenType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:setTweenType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_setTweenType'.",&tolua_err); #endif @@ -16148,18 +16148,18 @@ int lua_axis_studio_Frame_setNode(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_setNode'", nullptr); @@ -16185,7 +16185,7 @@ int lua_axis_studio_Frame_setNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:setNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_setNode'.",&tolua_err); #endif @@ -16198,18 +16198,18 @@ int lua_axis_studio_Frame_setTimeline(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_setTimeline'", nullptr); @@ -16235,7 +16235,7 @@ int lua_axis_studio_Frame_setTimeline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:setTimeline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_setTimeline'.",&tolua_err); #endif @@ -16248,18 +16248,18 @@ int lua_axis_studio_Frame_isEnterWhenPassed(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_isEnterWhenPassed'", nullptr); @@ -16282,7 +16282,7 @@ int lua_axis_studio_Frame_isEnterWhenPassed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:isEnterWhenPassed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_isEnterWhenPassed'.",&tolua_err); #endif @@ -16295,18 +16295,18 @@ int lua_axis_studio_Frame_getTweenType(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_getTweenType'", nullptr); @@ -16329,7 +16329,7 @@ int lua_axis_studio_Frame_getTweenType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:getTweenType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_getTweenType'.",&tolua_err); #endif @@ -16342,18 +16342,18 @@ int lua_axis_studio_Frame_getEasingParams(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_getEasingParams'", nullptr); @@ -16376,7 +16376,7 @@ int lua_axis_studio_Frame_getEasingParams(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:getEasingParams",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_getEasingParams'.",&tolua_err); #endif @@ -16389,18 +16389,18 @@ int lua_axis_studio_Frame_setEasingParams(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_setEasingParams'", nullptr); @@ -16426,7 +16426,7 @@ int lua_axis_studio_Frame_setEasingParams(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:setEasingParams",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_setEasingParams'.",&tolua_err); #endif @@ -16439,18 +16439,18 @@ int lua_axis_studio_Frame_getFrameIndex(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_getFrameIndex'", nullptr); @@ -16473,7 +16473,7 @@ int lua_axis_studio_Frame_getFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:getFrameIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_getFrameIndex'.",&tolua_err); #endif @@ -16486,18 +16486,18 @@ int lua_axis_studio_Frame_apply(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_apply'", nullptr); @@ -16523,7 +16523,7 @@ int lua_axis_studio_Frame_apply(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:apply",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_apply'.",&tolua_err); #endif @@ -16536,18 +16536,18 @@ int lua_axis_studio_Frame_isTween(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_isTween'", nullptr); @@ -16570,7 +16570,7 @@ int lua_axis_studio_Frame_isTween(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:isTween",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_isTween'.",&tolua_err); #endif @@ -16583,18 +16583,18 @@ int lua_axis_studio_Frame_setFrameIndex(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_setFrameIndex'", nullptr); @@ -16620,7 +16620,7 @@ int lua_axis_studio_Frame_setFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:setFrameIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_setFrameIndex'.",&tolua_err); #endif @@ -16633,18 +16633,18 @@ int lua_axis_studio_Frame_setTween(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_setTween'", nullptr); @@ -16670,7 +16670,7 @@ int lua_axis_studio_Frame_setTween(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:setTween",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_setTween'.",&tolua_err); #endif @@ -16683,18 +16683,18 @@ int lua_axis_studio_Frame_getTimeline(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_getTimeline'", nullptr); @@ -16717,7 +16717,7 @@ int lua_axis_studio_Frame_getTimeline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:getTimeline",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_getTimeline'.",&tolua_err); #endif @@ -16730,18 +16730,18 @@ int lua_axis_studio_Frame_getNode(lua_State* tolua_S) cocostudio::timeline::Frame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Frame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Frame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Frame_getNode'", nullptr); @@ -16764,7 +16764,7 @@ int lua_axis_studio_Frame_getNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Frame:getNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Frame_getNode'.",&tolua_err); #endif @@ -16811,18 +16811,18 @@ int lua_axis_studio_VisibleFrame_isVisible(lua_State* tolua_S) cocostudio::timeline::VisibleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.VisibleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::VisibleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_VisibleFrame_isVisible'", nullptr); @@ -16845,7 +16845,7 @@ int lua_axis_studio_VisibleFrame_isVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.VisibleFrame:isVisible",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_VisibleFrame_isVisible'.",&tolua_err); #endif @@ -16858,18 +16858,18 @@ int lua_axis_studio_VisibleFrame_setVisible(lua_State* tolua_S) cocostudio::timeline::VisibleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.VisibleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::VisibleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_VisibleFrame_setVisible'", nullptr); @@ -16895,7 +16895,7 @@ int lua_axis_studio_VisibleFrame_setVisible(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.VisibleFrame:setVisible",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_VisibleFrame_setVisible'.",&tolua_err); #endif @@ -16907,11 +16907,11 @@ int lua_axis_studio_VisibleFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.VisibleFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -16930,7 +16930,7 @@ int lua_axis_studio_VisibleFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.VisibleFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_VisibleFrame_create'.",&tolua_err); #endif @@ -16942,7 +16942,7 @@ int lua_axis_studio_VisibleFrame_constructor(lua_State* tolua_S) cocostudio::timeline::VisibleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -16966,7 +16966,7 @@ int lua_axis_studio_VisibleFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.VisibleFrame:VisibleFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_VisibleFrame_constructor'.",&tolua_err); #endif @@ -17002,18 +17002,18 @@ int lua_axis_studio_TextureFrame_getTextureName(lua_State* tolua_S) cocostudio::timeline::TextureFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.TextureFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::TextureFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_TextureFrame_getTextureName'", nullptr); @@ -17036,7 +17036,7 @@ int lua_axis_studio_TextureFrame_getTextureName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.TextureFrame:getTextureName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureFrame_getTextureName'.",&tolua_err); #endif @@ -17049,18 +17049,18 @@ int lua_axis_studio_TextureFrame_setTextureName(lua_State* tolua_S) cocostudio::timeline::TextureFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.TextureFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::TextureFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_TextureFrame_setTextureName'", nullptr); @@ -17086,7 +17086,7 @@ int lua_axis_studio_TextureFrame_setTextureName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.TextureFrame:setTextureName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureFrame_setTextureName'.",&tolua_err); #endif @@ -17098,11 +17098,11 @@ int lua_axis_studio_TextureFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.TextureFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -17121,7 +17121,7 @@ int lua_axis_studio_TextureFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.TextureFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureFrame_create'.",&tolua_err); #endif @@ -17133,7 +17133,7 @@ int lua_axis_studio_TextureFrame_constructor(lua_State* tolua_S) cocostudio::timeline::TextureFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -17157,7 +17157,7 @@ int lua_axis_studio_TextureFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.TextureFrame:TextureFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_TextureFrame_constructor'.",&tolua_err); #endif @@ -17193,18 +17193,18 @@ int lua_axis_studio_RotationFrame_setRotation(lua_State* tolua_S) cocostudio::timeline::RotationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.RotationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::RotationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_RotationFrame_setRotation'", nullptr); @@ -17230,7 +17230,7 @@ int lua_axis_studio_RotationFrame_setRotation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.RotationFrame:setRotation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_RotationFrame_setRotation'.",&tolua_err); #endif @@ -17243,18 +17243,18 @@ int lua_axis_studio_RotationFrame_getRotation(lua_State* tolua_S) cocostudio::timeline::RotationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.RotationFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::RotationFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_RotationFrame_getRotation'", nullptr); @@ -17277,7 +17277,7 @@ int lua_axis_studio_RotationFrame_getRotation(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.RotationFrame:getRotation",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_RotationFrame_getRotation'.",&tolua_err); #endif @@ -17289,11 +17289,11 @@ int lua_axis_studio_RotationFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.RotationFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -17312,7 +17312,7 @@ int lua_axis_studio_RotationFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.RotationFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_RotationFrame_create'.",&tolua_err); #endif @@ -17324,7 +17324,7 @@ int lua_axis_studio_RotationFrame_constructor(lua_State* tolua_S) cocostudio::timeline::RotationFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -17348,7 +17348,7 @@ int lua_axis_studio_RotationFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.RotationFrame:RotationFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_RotationFrame_constructor'.",&tolua_err); #endif @@ -17384,18 +17384,18 @@ int lua_axis_studio_SkewFrame_getSkewY(lua_State* tolua_S) cocostudio::timeline::SkewFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SkewFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::SkewFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SkewFrame_getSkewY'", nullptr); @@ -17418,7 +17418,7 @@ int lua_axis_studio_SkewFrame_getSkewY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkewFrame:getSkewY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkewFrame_getSkewY'.",&tolua_err); #endif @@ -17431,18 +17431,18 @@ int lua_axis_studio_SkewFrame_setSkewX(lua_State* tolua_S) cocostudio::timeline::SkewFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SkewFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::SkewFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SkewFrame_setSkewX'", nullptr); @@ -17468,7 +17468,7 @@ int lua_axis_studio_SkewFrame_setSkewX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkewFrame:setSkewX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkewFrame_setSkewX'.",&tolua_err); #endif @@ -17481,18 +17481,18 @@ int lua_axis_studio_SkewFrame_setSkewY(lua_State* tolua_S) cocostudio::timeline::SkewFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SkewFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::SkewFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SkewFrame_setSkewY'", nullptr); @@ -17518,7 +17518,7 @@ int lua_axis_studio_SkewFrame_setSkewY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkewFrame:setSkewY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkewFrame_setSkewY'.",&tolua_err); #endif @@ -17531,18 +17531,18 @@ int lua_axis_studio_SkewFrame_getSkewX(lua_State* tolua_S) cocostudio::timeline::SkewFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SkewFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::SkewFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SkewFrame_getSkewX'", nullptr); @@ -17565,7 +17565,7 @@ int lua_axis_studio_SkewFrame_getSkewX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkewFrame:getSkewX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkewFrame_getSkewX'.",&tolua_err); #endif @@ -17577,11 +17577,11 @@ int lua_axis_studio_SkewFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.SkewFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -17600,7 +17600,7 @@ int lua_axis_studio_SkewFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.SkewFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkewFrame_create'.",&tolua_err); #endif @@ -17612,7 +17612,7 @@ int lua_axis_studio_SkewFrame_constructor(lua_State* tolua_S) cocostudio::timeline::SkewFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -17636,7 +17636,7 @@ int lua_axis_studio_SkewFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkewFrame:SkewFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkewFrame_constructor'.",&tolua_err); #endif @@ -17673,11 +17673,11 @@ int lua_axis_studio_RotationSkewFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.RotationSkewFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -17696,7 +17696,7 @@ int lua_axis_studio_RotationSkewFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.RotationSkewFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_RotationSkewFrame_create'.",&tolua_err); #endif @@ -17708,7 +17708,7 @@ int lua_axis_studio_RotationSkewFrame_constructor(lua_State* tolua_S) cocostudio::timeline::RotationSkewFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -17732,7 +17732,7 @@ int lua_axis_studio_RotationSkewFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.RotationSkewFrame:RotationSkewFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_RotationSkewFrame_constructor'.",&tolua_err); #endif @@ -17766,18 +17766,18 @@ int lua_axis_studio_PositionFrame_getX(lua_State* tolua_S) cocostudio::timeline::PositionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.PositionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::PositionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_PositionFrame_getX'", nullptr); @@ -17800,7 +17800,7 @@ int lua_axis_studio_PositionFrame_getX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PositionFrame:getX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PositionFrame_getX'.",&tolua_err); #endif @@ -17813,18 +17813,18 @@ int lua_axis_studio_PositionFrame_getY(lua_State* tolua_S) cocostudio::timeline::PositionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.PositionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::PositionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_PositionFrame_getY'", nullptr); @@ -17847,7 +17847,7 @@ int lua_axis_studio_PositionFrame_getY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PositionFrame:getY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PositionFrame_getY'.",&tolua_err); #endif @@ -17860,18 +17860,18 @@ int lua_axis_studio_PositionFrame_setPosition(lua_State* tolua_S) cocostudio::timeline::PositionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.PositionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::PositionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_PositionFrame_setPosition'", nullptr); @@ -17897,7 +17897,7 @@ int lua_axis_studio_PositionFrame_setPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PositionFrame:setPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PositionFrame_setPosition'.",&tolua_err); #endif @@ -17910,18 +17910,18 @@ int lua_axis_studio_PositionFrame_setX(lua_State* tolua_S) cocostudio::timeline::PositionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.PositionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::PositionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_PositionFrame_setX'", nullptr); @@ -17947,7 +17947,7 @@ int lua_axis_studio_PositionFrame_setX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PositionFrame:setX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PositionFrame_setX'.",&tolua_err); #endif @@ -17960,18 +17960,18 @@ int lua_axis_studio_PositionFrame_setY(lua_State* tolua_S) cocostudio::timeline::PositionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.PositionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::PositionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_PositionFrame_setY'", nullptr); @@ -17997,7 +17997,7 @@ int lua_axis_studio_PositionFrame_setY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PositionFrame:setY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PositionFrame_setY'.",&tolua_err); #endif @@ -18010,18 +18010,18 @@ int lua_axis_studio_PositionFrame_getPosition(lua_State* tolua_S) cocostudio::timeline::PositionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.PositionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::PositionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_PositionFrame_getPosition'", nullptr); @@ -18044,7 +18044,7 @@ int lua_axis_studio_PositionFrame_getPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PositionFrame:getPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PositionFrame_getPosition'.",&tolua_err); #endif @@ -18056,11 +18056,11 @@ int lua_axis_studio_PositionFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.PositionFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -18079,7 +18079,7 @@ int lua_axis_studio_PositionFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.PositionFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PositionFrame_create'.",&tolua_err); #endif @@ -18091,7 +18091,7 @@ int lua_axis_studio_PositionFrame_constructor(lua_State* tolua_S) cocostudio::timeline::PositionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -18115,7 +18115,7 @@ int lua_axis_studio_PositionFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PositionFrame:PositionFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PositionFrame_constructor'.",&tolua_err); #endif @@ -18155,18 +18155,18 @@ int lua_axis_studio_ScaleFrame_setScaleY(lua_State* tolua_S) cocostudio::timeline::ScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ScaleFrame_setScaleY'", nullptr); @@ -18192,7 +18192,7 @@ int lua_axis_studio_ScaleFrame_setScaleY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ScaleFrame:setScaleY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ScaleFrame_setScaleY'.",&tolua_err); #endif @@ -18205,18 +18205,18 @@ int lua_axis_studio_ScaleFrame_setScaleX(lua_State* tolua_S) cocostudio::timeline::ScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ScaleFrame_setScaleX'", nullptr); @@ -18242,7 +18242,7 @@ int lua_axis_studio_ScaleFrame_setScaleX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ScaleFrame:setScaleX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ScaleFrame_setScaleX'.",&tolua_err); #endif @@ -18255,18 +18255,18 @@ int lua_axis_studio_ScaleFrame_getScaleY(lua_State* tolua_S) cocostudio::timeline::ScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ScaleFrame_getScaleY'", nullptr); @@ -18289,7 +18289,7 @@ int lua_axis_studio_ScaleFrame_getScaleY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ScaleFrame:getScaleY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ScaleFrame_getScaleY'.",&tolua_err); #endif @@ -18302,18 +18302,18 @@ int lua_axis_studio_ScaleFrame_getScaleX(lua_State* tolua_S) cocostudio::timeline::ScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ScaleFrame_getScaleX'", nullptr); @@ -18336,7 +18336,7 @@ int lua_axis_studio_ScaleFrame_getScaleX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ScaleFrame:getScaleX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ScaleFrame_getScaleX'.",&tolua_err); #endif @@ -18349,18 +18349,18 @@ int lua_axis_studio_ScaleFrame_setScale(lua_State* tolua_S) cocostudio::timeline::ScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ScaleFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ScaleFrame_setScale'", nullptr); @@ -18386,7 +18386,7 @@ int lua_axis_studio_ScaleFrame_setScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ScaleFrame:setScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ScaleFrame_setScale'.",&tolua_err); #endif @@ -18398,11 +18398,11 @@ int lua_axis_studio_ScaleFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ScaleFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -18421,7 +18421,7 @@ int lua_axis_studio_ScaleFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ScaleFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ScaleFrame_create'.",&tolua_err); #endif @@ -18433,7 +18433,7 @@ int lua_axis_studio_ScaleFrame_constructor(lua_State* tolua_S) cocostudio::timeline::ScaleFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -18457,7 +18457,7 @@ int lua_axis_studio_ScaleFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ScaleFrame:ScaleFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ScaleFrame_constructor'.",&tolua_err); #endif @@ -18496,18 +18496,18 @@ int lua_axis_studio_AnchorPointFrame_setAnchorPoint(lua_State* tolua_S) cocostudio::timeline::AnchorPointFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.AnchorPointFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::AnchorPointFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_AnchorPointFrame_setAnchorPoint'", nullptr); @@ -18533,7 +18533,7 @@ int lua_axis_studio_AnchorPointFrame_setAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AnchorPointFrame:setAnchorPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnchorPointFrame_setAnchorPoint'.",&tolua_err); #endif @@ -18546,18 +18546,18 @@ int lua_axis_studio_AnchorPointFrame_getAnchorPoint(lua_State* tolua_S) cocostudio::timeline::AnchorPointFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.AnchorPointFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::AnchorPointFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_AnchorPointFrame_getAnchorPoint'", nullptr); @@ -18580,7 +18580,7 @@ int lua_axis_studio_AnchorPointFrame_getAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AnchorPointFrame:getAnchorPoint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnchorPointFrame_getAnchorPoint'.",&tolua_err); #endif @@ -18592,11 +18592,11 @@ int lua_axis_studio_AnchorPointFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.AnchorPointFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -18615,7 +18615,7 @@ int lua_axis_studio_AnchorPointFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.AnchorPointFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnchorPointFrame_create'.",&tolua_err); #endif @@ -18627,7 +18627,7 @@ int lua_axis_studio_AnchorPointFrame_constructor(lua_State* tolua_S) cocostudio::timeline::AnchorPointFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -18651,7 +18651,7 @@ int lua_axis_studio_AnchorPointFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AnchorPointFrame:AnchorPointFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AnchorPointFrame_constructor'.",&tolua_err); #endif @@ -18687,18 +18687,18 @@ int lua_axis_studio_InnerActionFrame_getEndFrameIndex(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_getEndFrameIndex'", nullptr); @@ -18721,7 +18721,7 @@ int lua_axis_studio_InnerActionFrame_getEndFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:getEndFrameIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_getEndFrameIndex'.",&tolua_err); #endif @@ -18734,18 +18734,18 @@ int lua_axis_studio_InnerActionFrame_getStartFrameIndex(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_getStartFrameIndex'", nullptr); @@ -18768,7 +18768,7 @@ int lua_axis_studio_InnerActionFrame_getStartFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:getStartFrameIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_getStartFrameIndex'.",&tolua_err); #endif @@ -18781,18 +18781,18 @@ int lua_axis_studio_InnerActionFrame_getInnerActionType(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_getInnerActionType'", nullptr); @@ -18815,7 +18815,7 @@ int lua_axis_studio_InnerActionFrame_getInnerActionType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:getInnerActionType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_getInnerActionType'.",&tolua_err); #endif @@ -18828,18 +18828,18 @@ int lua_axis_studio_InnerActionFrame_setEndFrameIndex(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_setEndFrameIndex'", nullptr); @@ -18865,7 +18865,7 @@ int lua_axis_studio_InnerActionFrame_setEndFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:setEndFrameIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_setEndFrameIndex'.",&tolua_err); #endif @@ -18878,18 +18878,18 @@ int lua_axis_studio_InnerActionFrame_setEnterWithName(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_setEnterWithName'", nullptr); @@ -18915,7 +18915,7 @@ int lua_axis_studio_InnerActionFrame_setEnterWithName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:setEnterWithName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_setEnterWithName'.",&tolua_err); #endif @@ -18928,18 +18928,18 @@ int lua_axis_studio_InnerActionFrame_setSingleFrameIndex(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_setSingleFrameIndex'", nullptr); @@ -18965,7 +18965,7 @@ int lua_axis_studio_InnerActionFrame_setSingleFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:setSingleFrameIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_setSingleFrameIndex'.",&tolua_err); #endif @@ -18978,18 +18978,18 @@ int lua_axis_studio_InnerActionFrame_setStartFrameIndex(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_setStartFrameIndex'", nullptr); @@ -19015,7 +19015,7 @@ int lua_axis_studio_InnerActionFrame_setStartFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:setStartFrameIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_setStartFrameIndex'.",&tolua_err); #endif @@ -19028,18 +19028,18 @@ int lua_axis_studio_InnerActionFrame_getSingleFrameIndex(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_getSingleFrameIndex'", nullptr); @@ -19062,7 +19062,7 @@ int lua_axis_studio_InnerActionFrame_getSingleFrameIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:getSingleFrameIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_getSingleFrameIndex'.",&tolua_err); #endif @@ -19075,18 +19075,18 @@ int lua_axis_studio_InnerActionFrame_setInnerActionType(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_setInnerActionType'", nullptr); @@ -19112,7 +19112,7 @@ int lua_axis_studio_InnerActionFrame_setInnerActionType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:setInnerActionType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_setInnerActionType'.",&tolua_err); #endif @@ -19125,18 +19125,18 @@ int lua_axis_studio_InnerActionFrame_setAnimationName(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::InnerActionFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_InnerActionFrame_setAnimationName'", nullptr); @@ -19162,7 +19162,7 @@ int lua_axis_studio_InnerActionFrame_setAnimationName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:setAnimationName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_setAnimationName'.",&tolua_err); #endif @@ -19174,11 +19174,11 @@ int lua_axis_studio_InnerActionFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.InnerActionFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -19197,7 +19197,7 @@ int lua_axis_studio_InnerActionFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.InnerActionFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_create'.",&tolua_err); #endif @@ -19209,7 +19209,7 @@ int lua_axis_studio_InnerActionFrame_constructor(lua_State* tolua_S) cocostudio::timeline::InnerActionFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -19233,7 +19233,7 @@ int lua_axis_studio_InnerActionFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.InnerActionFrame:InnerActionFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_InnerActionFrame_constructor'.",&tolua_err); #endif @@ -19277,18 +19277,18 @@ int lua_axis_studio_ColorFrame_getColor(lua_State* tolua_S) cocostudio::timeline::ColorFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ColorFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ColorFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ColorFrame_getColor'", nullptr); @@ -19311,7 +19311,7 @@ int lua_axis_studio_ColorFrame_getColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ColorFrame:getColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ColorFrame_getColor'.",&tolua_err); #endif @@ -19324,18 +19324,18 @@ int lua_axis_studio_ColorFrame_setColor(lua_State* tolua_S) cocostudio::timeline::ColorFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ColorFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ColorFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ColorFrame_setColor'", nullptr); @@ -19361,7 +19361,7 @@ int lua_axis_studio_ColorFrame_setColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ColorFrame:setColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ColorFrame_setColor'.",&tolua_err); #endif @@ -19373,11 +19373,11 @@ int lua_axis_studio_ColorFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ColorFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -19396,7 +19396,7 @@ int lua_axis_studio_ColorFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ColorFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ColorFrame_create'.",&tolua_err); #endif @@ -19408,7 +19408,7 @@ int lua_axis_studio_ColorFrame_constructor(lua_State* tolua_S) cocostudio::timeline::ColorFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -19432,7 +19432,7 @@ int lua_axis_studio_ColorFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ColorFrame:ColorFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ColorFrame_constructor'.",&tolua_err); #endif @@ -19468,18 +19468,18 @@ int lua_axis_studio_AlphaFrame_getAlpha(lua_State* tolua_S) cocostudio::timeline::AlphaFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.AlphaFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::AlphaFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_AlphaFrame_getAlpha'", nullptr); @@ -19502,7 +19502,7 @@ int lua_axis_studio_AlphaFrame_getAlpha(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AlphaFrame:getAlpha",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AlphaFrame_getAlpha'.",&tolua_err); #endif @@ -19515,18 +19515,18 @@ int lua_axis_studio_AlphaFrame_setAlpha(lua_State* tolua_S) cocostudio::timeline::AlphaFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.AlphaFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::AlphaFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_AlphaFrame_setAlpha'", nullptr); @@ -19552,7 +19552,7 @@ int lua_axis_studio_AlphaFrame_setAlpha(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AlphaFrame:setAlpha",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AlphaFrame_setAlpha'.",&tolua_err); #endif @@ -19564,11 +19564,11 @@ int lua_axis_studio_AlphaFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.AlphaFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -19587,7 +19587,7 @@ int lua_axis_studio_AlphaFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.AlphaFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AlphaFrame_create'.",&tolua_err); #endif @@ -19599,7 +19599,7 @@ int lua_axis_studio_AlphaFrame_constructor(lua_State* tolua_S) cocostudio::timeline::AlphaFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -19623,7 +19623,7 @@ int lua_axis_studio_AlphaFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.AlphaFrame:AlphaFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_AlphaFrame_constructor'.",&tolua_err); #endif @@ -19659,18 +19659,18 @@ int lua_axis_studio_EventFrame_setEvent(lua_State* tolua_S) cocostudio::timeline::EventFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.EventFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::EventFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_EventFrame_setEvent'", nullptr); @@ -19696,7 +19696,7 @@ int lua_axis_studio_EventFrame_setEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.EventFrame:setEvent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_EventFrame_setEvent'.",&tolua_err); #endif @@ -19709,18 +19709,18 @@ int lua_axis_studio_EventFrame_init(lua_State* tolua_S) cocostudio::timeline::EventFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.EventFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::EventFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_EventFrame_init'", nullptr); @@ -19743,7 +19743,7 @@ int lua_axis_studio_EventFrame_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.EventFrame:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_EventFrame_init'.",&tolua_err); #endif @@ -19756,18 +19756,18 @@ int lua_axis_studio_EventFrame_getEvent(lua_State* tolua_S) cocostudio::timeline::EventFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.EventFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::EventFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_EventFrame_getEvent'", nullptr); @@ -19790,7 +19790,7 @@ int lua_axis_studio_EventFrame_getEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.EventFrame:getEvent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_EventFrame_getEvent'.",&tolua_err); #endif @@ -19802,11 +19802,11 @@ int lua_axis_studio_EventFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.EventFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -19825,7 +19825,7 @@ int lua_axis_studio_EventFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.EventFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_EventFrame_create'.",&tolua_err); #endif @@ -19837,7 +19837,7 @@ int lua_axis_studio_EventFrame_constructor(lua_State* tolua_S) cocostudio::timeline::EventFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -19861,7 +19861,7 @@ int lua_axis_studio_EventFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.EventFrame:EventFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_EventFrame_constructor'.",&tolua_err); #endif @@ -19898,18 +19898,18 @@ int lua_axis_studio_ZOrderFrame_getZOrder(lua_State* tolua_S) cocostudio::timeline::ZOrderFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ZOrderFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ZOrderFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ZOrderFrame_getZOrder'", nullptr); @@ -19932,7 +19932,7 @@ int lua_axis_studio_ZOrderFrame_getZOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ZOrderFrame:getZOrder",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ZOrderFrame_getZOrder'.",&tolua_err); #endif @@ -19945,18 +19945,18 @@ int lua_axis_studio_ZOrderFrame_setZOrder(lua_State* tolua_S) cocostudio::timeline::ZOrderFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ZOrderFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ZOrderFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ZOrderFrame_setZOrder'", nullptr); @@ -19982,7 +19982,7 @@ int lua_axis_studio_ZOrderFrame_setZOrder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ZOrderFrame:setZOrder",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ZOrderFrame_setZOrder'.",&tolua_err); #endif @@ -19994,11 +19994,11 @@ int lua_axis_studio_ZOrderFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ZOrderFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -20017,7 +20017,7 @@ int lua_axis_studio_ZOrderFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ZOrderFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ZOrderFrame_create'.",&tolua_err); #endif @@ -20029,7 +20029,7 @@ int lua_axis_studio_ZOrderFrame_constructor(lua_State* tolua_S) cocostudio::timeline::ZOrderFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -20053,7 +20053,7 @@ int lua_axis_studio_ZOrderFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ZOrderFrame:ZOrderFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ZOrderFrame_constructor'.",&tolua_err); #endif @@ -20089,18 +20089,18 @@ int lua_axis_studio_BlendFuncFrame_getBlendFunc(lua_State* tolua_S) cocostudio::timeline::BlendFuncFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BlendFuncFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BlendFuncFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BlendFuncFrame_getBlendFunc'", nullptr); @@ -20123,7 +20123,7 @@ int lua_axis_studio_BlendFuncFrame_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BlendFuncFrame:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BlendFuncFrame_getBlendFunc'.",&tolua_err); #endif @@ -20136,18 +20136,18 @@ int lua_axis_studio_BlendFuncFrame_setBlendFunc(lua_State* tolua_S) cocostudio::timeline::BlendFuncFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BlendFuncFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BlendFuncFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BlendFuncFrame_setBlendFunc'", nullptr); @@ -20173,7 +20173,7 @@ int lua_axis_studio_BlendFuncFrame_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BlendFuncFrame:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BlendFuncFrame_setBlendFunc'.",&tolua_err); #endif @@ -20185,11 +20185,11 @@ int lua_axis_studio_BlendFuncFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.BlendFuncFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -20208,7 +20208,7 @@ int lua_axis_studio_BlendFuncFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.BlendFuncFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BlendFuncFrame_create'.",&tolua_err); #endif @@ -20220,7 +20220,7 @@ int lua_axis_studio_BlendFuncFrame_constructor(lua_State* tolua_S) cocostudio::timeline::BlendFuncFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -20244,7 +20244,7 @@ int lua_axis_studio_BlendFuncFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BlendFuncFrame:BlendFuncFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BlendFuncFrame_constructor'.",&tolua_err); #endif @@ -20280,18 +20280,18 @@ int lua_axis_studio_PlayableFrame_setPlayableAct(lua_State* tolua_S) cocostudio::timeline::PlayableFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.PlayableFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::PlayableFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_PlayableFrame_setPlayableAct'", nullptr); @@ -20317,7 +20317,7 @@ int lua_axis_studio_PlayableFrame_setPlayableAct(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PlayableFrame:setPlayableAct",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PlayableFrame_setPlayableAct'.",&tolua_err); #endif @@ -20330,18 +20330,18 @@ int lua_axis_studio_PlayableFrame_getPlayableAct(lua_State* tolua_S) cocostudio::timeline::PlayableFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.PlayableFrame",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::PlayableFrame*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_PlayableFrame_getPlayableAct'", nullptr); @@ -20364,7 +20364,7 @@ int lua_axis_studio_PlayableFrame_getPlayableAct(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PlayableFrame:getPlayableAct",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PlayableFrame_getPlayableAct'.",&tolua_err); #endif @@ -20376,11 +20376,11 @@ int lua_axis_studio_PlayableFrame_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.PlayableFrame",0,&tolua_err)) goto tolua_lerror; #endif @@ -20399,7 +20399,7 @@ int lua_axis_studio_PlayableFrame_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.PlayableFrame:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PlayableFrame_create'.",&tolua_err); #endif @@ -20411,7 +20411,7 @@ int lua_axis_studio_PlayableFrame_constructor(lua_State* tolua_S) cocostudio::timeline::PlayableFrame* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -20435,7 +20435,7 @@ int lua_axis_studio_PlayableFrame_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.PlayableFrame:PlayableFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_PlayableFrame_constructor'.",&tolua_err); #endif @@ -20471,18 +20471,18 @@ int lua_axis_studio_Timeline_clone(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_clone'", nullptr); @@ -20505,7 +20505,7 @@ int lua_axis_studio_Timeline_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_clone'.",&tolua_err); #endif @@ -20518,18 +20518,18 @@ int lua_axis_studio_Timeline_gotoFrame(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_gotoFrame'", nullptr); @@ -20555,7 +20555,7 @@ int lua_axis_studio_Timeline_gotoFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:gotoFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_gotoFrame'.",&tolua_err); #endif @@ -20568,18 +20568,18 @@ int lua_axis_studio_Timeline_setNode(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_setNode'", nullptr); @@ -20605,7 +20605,7 @@ int lua_axis_studio_Timeline_setNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:setNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_setNode'.",&tolua_err); #endif @@ -20618,18 +20618,18 @@ int lua_axis_studio_Timeline_getActionTimeline(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_getActionTimeline'", nullptr); @@ -20652,7 +20652,7 @@ int lua_axis_studio_Timeline_getActionTimeline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:getActionTimeline",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_getActionTimeline'.",&tolua_err); #endif @@ -20665,18 +20665,18 @@ int lua_axis_studio_Timeline_insertFrame(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_insertFrame'", nullptr); @@ -20705,7 +20705,7 @@ int lua_axis_studio_Timeline_insertFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:insertFrame",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_insertFrame'.",&tolua_err); #endif @@ -20718,18 +20718,18 @@ int lua_axis_studio_Timeline_setActionTag(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_setActionTag'", nullptr); @@ -20755,7 +20755,7 @@ int lua_axis_studio_Timeline_setActionTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:setActionTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_setActionTag'.",&tolua_err); #endif @@ -20768,18 +20768,18 @@ int lua_axis_studio_Timeline_addFrame(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_addFrame'", nullptr); @@ -20805,7 +20805,7 @@ int lua_axis_studio_Timeline_addFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:addFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_addFrame'.",&tolua_err); #endif @@ -20818,18 +20818,18 @@ int lua_axis_studio_Timeline_getFrames(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_getFrames'", nullptr); @@ -20852,7 +20852,7 @@ int lua_axis_studio_Timeline_getFrames(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:getFrames",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_getFrames'.",&tolua_err); #endif @@ -20865,18 +20865,18 @@ int lua_axis_studio_Timeline_getActionTag(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_getActionTag'", nullptr); @@ -20899,7 +20899,7 @@ int lua_axis_studio_Timeline_getActionTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:getActionTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_getActionTag'.",&tolua_err); #endif @@ -20912,18 +20912,18 @@ int lua_axis_studio_Timeline_getNode(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_getNode'", nullptr); @@ -20946,7 +20946,7 @@ int lua_axis_studio_Timeline_getNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:getNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_getNode'.",&tolua_err); #endif @@ -20959,18 +20959,18 @@ int lua_axis_studio_Timeline_removeFrame(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_removeFrame'", nullptr); @@ -20996,7 +20996,7 @@ int lua_axis_studio_Timeline_removeFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:removeFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_removeFrame'.",&tolua_err); #endif @@ -21009,18 +21009,18 @@ int lua_axis_studio_Timeline_setActionTimeline(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_setActionTimeline'", nullptr); @@ -21046,7 +21046,7 @@ int lua_axis_studio_Timeline_setActionTimeline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:setActionTimeline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_setActionTimeline'.",&tolua_err); #endif @@ -21059,18 +21059,18 @@ int lua_axis_studio_Timeline_stepToFrame(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::Timeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_Timeline_stepToFrame'", nullptr); @@ -21096,7 +21096,7 @@ int lua_axis_studio_Timeline_stepToFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:stepToFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_stepToFrame'.",&tolua_err); #endif @@ -21108,11 +21108,11 @@ int lua_axis_studio_Timeline_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.Timeline",0,&tolua_err)) goto tolua_lerror; #endif @@ -21131,7 +21131,7 @@ int lua_axis_studio_Timeline_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.Timeline:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_create'.",&tolua_err); #endif @@ -21143,7 +21143,7 @@ int lua_axis_studio_Timeline_constructor(lua_State* tolua_S) cocostudio::timeline::Timeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -21167,7 +21167,7 @@ int lua_axis_studio_Timeline_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.Timeline:Timeline",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_Timeline_constructor'.",&tolua_err); #endif @@ -21214,18 +21214,18 @@ int lua_axis_studio_ActionTimelineData_setActionTag(lua_State* tolua_S) cocostudio::timeline::ActionTimelineData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineData_setActionTag'", nullptr); @@ -21251,7 +21251,7 @@ int lua_axis_studio_ActionTimelineData_setActionTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineData:setActionTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineData_setActionTag'.",&tolua_err); #endif @@ -21264,18 +21264,18 @@ int lua_axis_studio_ActionTimelineData_init(lua_State* tolua_S) cocostudio::timeline::ActionTimelineData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineData_init'", nullptr); @@ -21301,7 +21301,7 @@ int lua_axis_studio_ActionTimelineData_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineData:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineData_init'.",&tolua_err); #endif @@ -21314,18 +21314,18 @@ int lua_axis_studio_ActionTimelineData_getActionTag(lua_State* tolua_S) cocostudio::timeline::ActionTimelineData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineData_getActionTag'", nullptr); @@ -21348,7 +21348,7 @@ int lua_axis_studio_ActionTimelineData_getActionTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineData:getActionTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineData_getActionTag'.",&tolua_err); #endif @@ -21360,11 +21360,11 @@ int lua_axis_studio_ActionTimelineData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ActionTimelineData",0,&tolua_err)) goto tolua_lerror; #endif @@ -21385,7 +21385,7 @@ int lua_axis_studio_ActionTimelineData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ActionTimelineData:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineData_create'.",&tolua_err); #endif @@ -21397,7 +21397,7 @@ int lua_axis_studio_ActionTimelineData_constructor(lua_State* tolua_S) cocostudio::timeline::ActionTimelineData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -21421,7 +21421,7 @@ int lua_axis_studio_ActionTimelineData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineData:ActionTimelineData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineData_constructor'.",&tolua_err); #endif @@ -21458,18 +21458,18 @@ int lua_axis_studio_ActionTimeline_clearFrameEndCallFuncs(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_clearFrameEndCallFuncs'", nullptr); @@ -21492,7 +21492,7 @@ int lua_axis_studio_ActionTimeline_clearFrameEndCallFuncs(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:clearFrameEndCallFuncs",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_clearFrameEndCallFuncs'.",&tolua_err); #endif @@ -21505,18 +21505,18 @@ int lua_axis_studio_ActionTimeline_setAnimationEndCallFunc(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_setAnimationEndCallFunc'", nullptr); @@ -21549,7 +21549,7 @@ int lua_axis_studio_ActionTimeline_setAnimationEndCallFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:setAnimationEndCallFunc",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_setAnimationEndCallFunc'.",&tolua_err); #endif @@ -21562,18 +21562,18 @@ int lua_axis_studio_ActionTimeline_addTimeline(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_addTimeline'", nullptr); @@ -21599,7 +21599,7 @@ int lua_axis_studio_ActionTimeline_addTimeline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:addTimeline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_addTimeline'.",&tolua_err); #endif @@ -21612,18 +21612,18 @@ int lua_axis_studio_ActionTimeline_getCurrentFrame(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_getCurrentFrame'", nullptr); @@ -21646,7 +21646,7 @@ int lua_axis_studio_ActionTimeline_getCurrentFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:getCurrentFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_getCurrentFrame'.",&tolua_err); #endif @@ -21659,18 +21659,18 @@ int lua_axis_studio_ActionTimeline_getStartFrame(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_getStartFrame'", nullptr); @@ -21693,7 +21693,7 @@ int lua_axis_studio_ActionTimeline_getStartFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:getStartFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_getStartFrame'.",&tolua_err); #endif @@ -21706,18 +21706,18 @@ int lua_axis_studio_ActionTimeline_pause(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_pause'", nullptr); @@ -21740,7 +21740,7 @@ int lua_axis_studio_ActionTimeline_pause(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:pause",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_pause'.",&tolua_err); #endif @@ -21753,18 +21753,18 @@ int lua_axis_studio_ActionTimeline_start(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_start'", nullptr); @@ -21787,7 +21787,7 @@ int lua_axis_studio_ActionTimeline_start(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:start",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_start'.",&tolua_err); #endif @@ -21800,18 +21800,18 @@ int lua_axis_studio_ActionTimeline_init(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_init'", nullptr); @@ -21834,7 +21834,7 @@ int lua_axis_studio_ActionTimeline_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:init",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_init'.",&tolua_err); #endif @@ -21847,18 +21847,18 @@ int lua_axis_studio_ActionTimeline_removeTimeline(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_removeTimeline'", nullptr); @@ -21884,7 +21884,7 @@ int lua_axis_studio_ActionTimeline_removeTimeline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:removeTimeline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_removeTimeline'.",&tolua_err); #endif @@ -21897,18 +21897,18 @@ int lua_axis_studio_ActionTimeline_clearFrameEventCallFunc(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_clearFrameEventCallFunc'", nullptr); @@ -21931,7 +21931,7 @@ int lua_axis_studio_ActionTimeline_clearFrameEventCallFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:clearFrameEventCallFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_clearFrameEventCallFunc'.",&tolua_err); #endif @@ -21944,18 +21944,18 @@ int lua_axis_studio_ActionTimeline_setLastFrameCallFunc(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_setLastFrameCallFunc'", nullptr); @@ -21985,7 +21985,7 @@ int lua_axis_studio_ActionTimeline_setLastFrameCallFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:setLastFrameCallFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_setLastFrameCallFunc'.",&tolua_err); #endif @@ -21998,18 +21998,18 @@ int lua_axis_studio_ActionTimeline_getTimelines(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_getTimelines'", nullptr); @@ -22032,7 +22032,7 @@ int lua_axis_studio_ActionTimeline_getTimelines(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:getTimelines",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_getTimelines'.",&tolua_err); #endif @@ -22045,18 +22045,18 @@ int lua_axis_studio_ActionTimeline_play(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_play'", nullptr); @@ -22085,7 +22085,7 @@ int lua_axis_studio_ActionTimeline_play(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:play",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_play'.",&tolua_err); #endif @@ -22098,18 +22098,18 @@ int lua_axis_studio_ActionTimeline_getAnimationInfo(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_getAnimationInfo'", nullptr); @@ -22135,7 +22135,7 @@ int lua_axis_studio_ActionTimeline_getAnimationInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:getAnimationInfo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_getAnimationInfo'.",&tolua_err); #endif @@ -22148,18 +22148,18 @@ int lua_axis_studio_ActionTimeline_resume(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_resume'", nullptr); @@ -22182,7 +22182,7 @@ int lua_axis_studio_ActionTimeline_resume(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:resume",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_resume'.",&tolua_err); #endif @@ -22195,18 +22195,18 @@ int lua_axis_studio_ActionTimeline_addFrameEndCallFunc(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_addFrameEndCallFunc'", nullptr); @@ -22242,7 +22242,7 @@ int lua_axis_studio_ActionTimeline_addFrameEndCallFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:addFrameEndCallFunc",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_addFrameEndCallFunc'.",&tolua_err); #endif @@ -22255,18 +22255,18 @@ int lua_axis_studio_ActionTimeline_removeAnimationInfo(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_removeAnimationInfo'", nullptr); @@ -22292,7 +22292,7 @@ int lua_axis_studio_ActionTimeline_removeAnimationInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:removeAnimationInfo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_removeAnimationInfo'.",&tolua_err); #endif @@ -22305,18 +22305,18 @@ int lua_axis_studio_ActionTimeline_getTimeSpeed(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_getTimeSpeed'", nullptr); @@ -22339,7 +22339,7 @@ int lua_axis_studio_ActionTimeline_getTimeSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:getTimeSpeed",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_getTimeSpeed'.",&tolua_err); #endif @@ -22352,18 +22352,18 @@ int lua_axis_studio_ActionTimeline_addAnimationInfo(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_addAnimationInfo'", nullptr); @@ -22389,7 +22389,7 @@ int lua_axis_studio_ActionTimeline_addAnimationInfo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:addAnimationInfo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_addAnimationInfo'.",&tolua_err); #endif @@ -22402,18 +22402,18 @@ int lua_axis_studio_ActionTimeline_getDuration(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_getDuration'", nullptr); @@ -22436,7 +22436,7 @@ int lua_axis_studio_ActionTimeline_getDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:getDuration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_getDuration'.",&tolua_err); #endif @@ -22449,18 +22449,18 @@ int lua_axis_studio_ActionTimeline_gotoFrameAndPause(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_gotoFrameAndPause'", nullptr); @@ -22486,7 +22486,7 @@ int lua_axis_studio_ActionTimeline_gotoFrameAndPause(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:gotoFrameAndPause",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_gotoFrameAndPause'.",&tolua_err); #endif @@ -22499,18 +22499,18 @@ int lua_axis_studio_ActionTimeline_isPlaying(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_isPlaying'", nullptr); @@ -22533,7 +22533,7 @@ int lua_axis_studio_ActionTimeline_isPlaying(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:isPlaying",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_isPlaying'.",&tolua_err); #endif @@ -22546,18 +22546,18 @@ int lua_axis_studio_ActionTimeline_removeFrameEndCallFuncs(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_removeFrameEndCallFuncs'", nullptr); @@ -22583,7 +22583,7 @@ int lua_axis_studio_ActionTimeline_removeFrameEndCallFuncs(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:removeFrameEndCallFuncs",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_removeFrameEndCallFuncs'.",&tolua_err); #endif @@ -22595,15 +22595,15 @@ int lua_axis_studio_ActionTimeline_gotoFrameAndPlay(lua_State* tolua_S) int argc = 0; cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_gotoFrameAndPlay'", nullptr); @@ -22686,7 +22686,7 @@ int lua_axis_studio_ActionTimeline_gotoFrameAndPlay(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:gotoFrameAndPlay",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_gotoFrameAndPlay'.",&tolua_err); #endif @@ -22699,18 +22699,18 @@ int lua_axis_studio_ActionTimeline_IsAnimationInfoExists(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_IsAnimationInfoExists'", nullptr); @@ -22736,7 +22736,7 @@ int lua_axis_studio_ActionTimeline_IsAnimationInfoExists(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:IsAnimationInfoExists",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_IsAnimationInfoExists'.",&tolua_err); #endif @@ -22749,18 +22749,18 @@ int lua_axis_studio_ActionTimeline_getEndFrame(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_getEndFrame'", nullptr); @@ -22783,7 +22783,7 @@ int lua_axis_studio_ActionTimeline_getEndFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:getEndFrame",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_getEndFrame'.",&tolua_err); #endif @@ -22796,18 +22796,18 @@ int lua_axis_studio_ActionTimeline_setTimeSpeed(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_setTimeSpeed'", nullptr); @@ -22833,7 +22833,7 @@ int lua_axis_studio_ActionTimeline_setTimeSpeed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:setTimeSpeed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_setTimeSpeed'.",&tolua_err); #endif @@ -22846,18 +22846,18 @@ int lua_axis_studio_ActionTimeline_clearLastFrameCallFunc(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_clearLastFrameCallFunc'", nullptr); @@ -22880,7 +22880,7 @@ int lua_axis_studio_ActionTimeline_clearLastFrameCallFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:clearLastFrameCallFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_clearLastFrameCallFunc'.",&tolua_err); #endif @@ -22893,18 +22893,18 @@ int lua_axis_studio_ActionTimeline_setDuration(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_setDuration'", nullptr); @@ -22930,7 +22930,7 @@ int lua_axis_studio_ActionTimeline_setDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:setDuration",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_setDuration'.",&tolua_err); #endif @@ -22943,18 +22943,18 @@ int lua_axis_studio_ActionTimeline_setCurrentFrame(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_setCurrentFrame'", nullptr); @@ -22980,7 +22980,7 @@ int lua_axis_studio_ActionTimeline_setCurrentFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:setCurrentFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_setCurrentFrame'.",&tolua_err); #endif @@ -22993,18 +22993,18 @@ int lua_axis_studio_ActionTimeline_removeFrameEndCallFunc(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimeline*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimeline_removeFrameEndCallFunc'", nullptr); @@ -23033,7 +23033,7 @@ int lua_axis_studio_ActionTimeline_removeFrameEndCallFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:removeFrameEndCallFunc",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_removeFrameEndCallFunc'.",&tolua_err); #endif @@ -23045,11 +23045,11 @@ int lua_axis_studio_ActionTimeline_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ActionTimeline",0,&tolua_err)) goto tolua_lerror; #endif @@ -23068,7 +23068,7 @@ int lua_axis_studio_ActionTimeline_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ActionTimeline:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_create'.",&tolua_err); #endif @@ -23080,7 +23080,7 @@ int lua_axis_studio_ActionTimeline_constructor(lua_State* tolua_S) cocostudio::timeline::ActionTimeline* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -23104,7 +23104,7 @@ int lua_axis_studio_ActionTimeline_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimeline:ActionTimeline",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimeline_constructor'.",&tolua_err); #endif @@ -23169,18 +23169,18 @@ int lua_axis_studio_ActionTimelineNode_getRoot(lua_State* tolua_S) cocostudio::timeline::ActionTimelineNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineNode_getRoot'", nullptr); @@ -23203,7 +23203,7 @@ int lua_axis_studio_ActionTimelineNode_getRoot(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineNode:getRoot",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineNode_getRoot'.",&tolua_err); #endif @@ -23216,18 +23216,18 @@ int lua_axis_studio_ActionTimelineNode_getActionTimeline(lua_State* tolua_S) cocostudio::timeline::ActionTimelineNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineNode_getActionTimeline'", nullptr); @@ -23250,7 +23250,7 @@ int lua_axis_studio_ActionTimelineNode_getActionTimeline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineNode:getActionTimeline",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineNode_getActionTimeline'.",&tolua_err); #endif @@ -23263,18 +23263,18 @@ int lua_axis_studio_ActionTimelineNode_setActionTimeline(lua_State* tolua_S) cocostudio::timeline::ActionTimelineNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineNode_setActionTimeline'", nullptr); @@ -23300,7 +23300,7 @@ int lua_axis_studio_ActionTimelineNode_setActionTimeline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineNode:setActionTimeline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineNode_setActionTimeline'.",&tolua_err); #endif @@ -23313,18 +23313,18 @@ int lua_axis_studio_ActionTimelineNode_init(lua_State* tolua_S) cocostudio::timeline::ActionTimelineNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineNode_init'", nullptr); @@ -23353,7 +23353,7 @@ int lua_axis_studio_ActionTimelineNode_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineNode:init",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineNode_init'.",&tolua_err); #endif @@ -23366,18 +23366,18 @@ int lua_axis_studio_ActionTimelineNode_setRoot(lua_State* tolua_S) cocostudio::timeline::ActionTimelineNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ActionTimelineNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::ActionTimelineNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ActionTimelineNode_setRoot'", nullptr); @@ -23403,7 +23403,7 @@ int lua_axis_studio_ActionTimelineNode_setRoot(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineNode:setRoot",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineNode_setRoot'.",&tolua_err); #endif @@ -23415,11 +23415,11 @@ int lua_axis_studio_ActionTimelineNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ActionTimelineNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -23442,7 +23442,7 @@ int lua_axis_studio_ActionTimelineNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ActionTimelineNode:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineNode_create'.",&tolua_err); #endif @@ -23454,7 +23454,7 @@ int lua_axis_studio_ActionTimelineNode_constructor(lua_State* tolua_S) cocostudio::timeline::ActionTimelineNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -23478,7 +23478,7 @@ int lua_axis_studio_ActionTimelineNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ActionTimelineNode:ActionTimelineNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ActionTimelineNode_constructor'.",&tolua_err); #endif @@ -23517,18 +23517,18 @@ int lua_axis_studio_BoneNode_getDebugDrawWidth(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getDebugDrawWidth'", nullptr); @@ -23551,7 +23551,7 @@ int lua_axis_studio_BoneNode_getDebugDrawWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getDebugDrawWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getDebugDrawWidth'.",&tolua_err); #endif @@ -23563,15 +23563,15 @@ int lua_axis_studio_BoneNode_getChildBones(lua_State* tolua_S) int argc = 0; cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getChildBones'", nullptr); @@ -23598,7 +23598,7 @@ int lua_axis_studio_BoneNode_getChildBones(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getChildBones",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getChildBones'.",&tolua_err); #endif @@ -23611,18 +23611,18 @@ int lua_axis_studio_BoneNode_getBlendFunc(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getBlendFunc'", nullptr); @@ -23645,7 +23645,7 @@ int lua_axis_studio_BoneNode_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getBlendFunc'.",&tolua_err); #endif @@ -23658,18 +23658,18 @@ int lua_axis_studio_BoneNode_getAllSubBones(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getAllSubBones'", nullptr); @@ -23692,7 +23692,7 @@ int lua_axis_studio_BoneNode_getAllSubBones(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getAllSubBones",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getAllSubBones'.",&tolua_err); #endif @@ -23705,18 +23705,18 @@ int lua_axis_studio_BoneNode_setBlendFunc(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_setBlendFunc'", nullptr); @@ -23742,7 +23742,7 @@ int lua_axis_studio_BoneNode_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_setBlendFunc'.",&tolua_err); #endif @@ -23755,18 +23755,18 @@ int lua_axis_studio_BoneNode_setDebugDrawEnabled(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_setDebugDrawEnabled'", nullptr); @@ -23792,7 +23792,7 @@ int lua_axis_studio_BoneNode_setDebugDrawEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:setDebugDrawEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_setDebugDrawEnabled'.",&tolua_err); #endif @@ -23805,18 +23805,18 @@ int lua_axis_studio_BoneNode_getVisibleSkinsRect(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getVisibleSkinsRect'", nullptr); @@ -23839,7 +23839,7 @@ int lua_axis_studio_BoneNode_getVisibleSkinsRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getVisibleSkinsRect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getVisibleSkinsRect'.",&tolua_err); #endif @@ -23852,18 +23852,18 @@ int lua_axis_studio_BoneNode_getAllSubSkins(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getAllSubSkins'", nullptr); @@ -23886,7 +23886,7 @@ int lua_axis_studio_BoneNode_getAllSubSkins(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getAllSubSkins",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getAllSubSkins'.",&tolua_err); #endif @@ -23898,15 +23898,15 @@ int lua_axis_studio_BoneNode_displaySkin(lua_State* tolua_S) int argc = 0; cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_displaySkin'", nullptr); @@ -23949,7 +23949,7 @@ int lua_axis_studio_BoneNode_displaySkin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:displaySkin",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_displaySkin'.",&tolua_err); #endif @@ -23962,18 +23962,18 @@ int lua_axis_studio_BoneNode_isDebugDrawEnabled(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_isDebugDrawEnabled'", nullptr); @@ -23996,7 +23996,7 @@ int lua_axis_studio_BoneNode_isDebugDrawEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:isDebugDrawEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_isDebugDrawEnabled'.",&tolua_err); #endif @@ -24008,15 +24008,15 @@ int lua_axis_studio_BoneNode_addSkin(lua_State* tolua_S) int argc = 0; cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_addSkin'", nullptr); @@ -24063,7 +24063,7 @@ int lua_axis_studio_BoneNode_addSkin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:addSkin",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_addSkin'.",&tolua_err); #endif @@ -24076,18 +24076,18 @@ int lua_axis_studio_BoneNode_getRootSkeletonNode(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getRootSkeletonNode'", nullptr); @@ -24110,7 +24110,7 @@ int lua_axis_studio_BoneNode_getRootSkeletonNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getRootSkeletonNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getRootSkeletonNode'.",&tolua_err); #endif @@ -24123,18 +24123,18 @@ int lua_axis_studio_BoneNode_setDebugDrawLength(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_setDebugDrawLength'", nullptr); @@ -24160,7 +24160,7 @@ int lua_axis_studio_BoneNode_setDebugDrawLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:setDebugDrawLength",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_setDebugDrawLength'.",&tolua_err); #endif @@ -24172,15 +24172,15 @@ int lua_axis_studio_BoneNode_getSkins(lua_State* tolua_S) int argc = 0; cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getSkins'", nullptr); @@ -24207,7 +24207,7 @@ int lua_axis_studio_BoneNode_getSkins(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getSkins",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getSkins'.",&tolua_err); #endif @@ -24220,18 +24220,18 @@ int lua_axis_studio_BoneNode_getVisibleSkins(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getVisibleSkins'", nullptr); @@ -24254,7 +24254,7 @@ int lua_axis_studio_BoneNode_getVisibleSkins(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getVisibleSkins",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getVisibleSkins'.",&tolua_err); #endif @@ -24267,18 +24267,18 @@ int lua_axis_studio_BoneNode_setDebugDrawWidth(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_setDebugDrawWidth'", nullptr); @@ -24304,7 +24304,7 @@ int lua_axis_studio_BoneNode_setDebugDrawWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:setDebugDrawWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_setDebugDrawWidth'.",&tolua_err); #endif @@ -24317,18 +24317,18 @@ int lua_axis_studio_BoneNode_getDebugDrawLength(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getDebugDrawLength'", nullptr); @@ -24351,7 +24351,7 @@ int lua_axis_studio_BoneNode_getDebugDrawLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getDebugDrawLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getDebugDrawLength'.",&tolua_err); #endif @@ -24364,18 +24364,18 @@ int lua_axis_studio_BoneNode_setDebugDrawColor(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_setDebugDrawColor'", nullptr); @@ -24401,7 +24401,7 @@ int lua_axis_studio_BoneNode_setDebugDrawColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:setDebugDrawColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_setDebugDrawColor'.",&tolua_err); #endif @@ -24414,18 +24414,18 @@ int lua_axis_studio_BoneNode_getDebugDrawColor(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::BoneNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_BoneNode_getDebugDrawColor'", nullptr); @@ -24448,7 +24448,7 @@ int lua_axis_studio_BoneNode_getDebugDrawColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:getDebugDrawColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_getDebugDrawColor'.",&tolua_err); #endif @@ -24459,11 +24459,11 @@ int lua_axis_studio_BoneNode_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.BoneNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -24494,7 +24494,7 @@ int lua_axis_studio_BoneNode_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "ccs.BoneNode:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_create'.",&tolua_err); #endif @@ -24506,7 +24506,7 @@ int lua_axis_studio_BoneNode_constructor(lua_State* tolua_S) cocostudio::timeline::BoneNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -24530,7 +24530,7 @@ int lua_axis_studio_BoneNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.BoneNode:BoneNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_BoneNode_constructor'.",&tolua_err); #endif @@ -24583,18 +24583,18 @@ int lua_axis_studio_SkeletonNode_getBoneNode(lua_State* tolua_S) cocostudio::timeline::SkeletonNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SkeletonNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::SkeletonNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SkeletonNode_getBoneNode'", nullptr); @@ -24620,7 +24620,7 @@ int lua_axis_studio_SkeletonNode_getBoneNode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkeletonNode:getBoneNode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkeletonNode_getBoneNode'.",&tolua_err); #endif @@ -24632,15 +24632,15 @@ int lua_axis_studio_SkeletonNode_changeSkins(lua_State* tolua_S) int argc = 0; cocostudio::timeline::SkeletonNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SkeletonNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::SkeletonNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SkeletonNode_changeSkins'", nullptr); @@ -24675,7 +24675,7 @@ int lua_axis_studio_SkeletonNode_changeSkins(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkeletonNode:changeSkins",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkeletonNode_changeSkins'.",&tolua_err); #endif @@ -24688,18 +24688,18 @@ int lua_axis_studio_SkeletonNode_addSkinGroup(lua_State* tolua_S) cocostudio::timeline::SkeletonNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SkeletonNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::SkeletonNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SkeletonNode_addSkinGroup'", nullptr); @@ -24728,7 +24728,7 @@ int lua_axis_studio_SkeletonNode_addSkinGroup(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkeletonNode:addSkinGroup",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkeletonNode_addSkinGroup'.",&tolua_err); #endif @@ -24741,18 +24741,18 @@ int lua_axis_studio_SkeletonNode_getAllSubBonesMap(lua_State* tolua_S) cocostudio::timeline::SkeletonNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.SkeletonNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::timeline::SkeletonNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_SkeletonNode_getAllSubBonesMap'", nullptr); @@ -24775,7 +24775,7 @@ int lua_axis_studio_SkeletonNode_getAllSubBonesMap(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkeletonNode:getAllSubBonesMap",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkeletonNode_getAllSubBonesMap'.",&tolua_err); #endif @@ -24787,11 +24787,11 @@ int lua_axis_studio_SkeletonNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.SkeletonNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -24810,7 +24810,7 @@ int lua_axis_studio_SkeletonNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.SkeletonNode:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkeletonNode_create'.",&tolua_err); #endif @@ -24822,7 +24822,7 @@ int lua_axis_studio_SkeletonNode_constructor(lua_State* tolua_S) cocostudio::timeline::SkeletonNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -24846,7 +24846,7 @@ int lua_axis_studio_SkeletonNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.SkeletonNode:SkeletonNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_SkeletonNode_constructor'.",&tolua_err); #endif @@ -24884,18 +24884,18 @@ int lua_axis_studio_ComExtensionData_setActionTag(lua_State* tolua_S) cocostudio::ComExtensionData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComExtensionData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComExtensionData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComExtensionData_setActionTag'", nullptr); @@ -24921,7 +24921,7 @@ int lua_axis_studio_ComExtensionData_setActionTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComExtensionData:setActionTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComExtensionData_setActionTag'.",&tolua_err); #endif @@ -24934,18 +24934,18 @@ int lua_axis_studio_ComExtensionData_getCustomProperty(lua_State* tolua_S) cocostudio::ComExtensionData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComExtensionData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComExtensionData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComExtensionData_getCustomProperty'", nullptr); @@ -24968,7 +24968,7 @@ int lua_axis_studio_ComExtensionData_getCustomProperty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComExtensionData:getCustomProperty",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComExtensionData_getCustomProperty'.",&tolua_err); #endif @@ -24981,18 +24981,18 @@ int lua_axis_studio_ComExtensionData_getActionTag(lua_State* tolua_S) cocostudio::ComExtensionData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComExtensionData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComExtensionData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComExtensionData_getActionTag'", nullptr); @@ -25015,7 +25015,7 @@ int lua_axis_studio_ComExtensionData_getActionTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComExtensionData:getActionTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComExtensionData_getActionTag'.",&tolua_err); #endif @@ -25028,18 +25028,18 @@ int lua_axis_studio_ComExtensionData_setCustomProperty(lua_State* tolua_S) cocostudio::ComExtensionData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"ccs.ComExtensionData",0,&tolua_err)) goto tolua_lerror; #endif cobj = (cocostudio::ComExtensionData*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_studio_ComExtensionData_setCustomProperty'", nullptr); @@ -25065,7 +25065,7 @@ int lua_axis_studio_ComExtensionData_setCustomProperty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComExtensionData:setCustomProperty",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComExtensionData_setCustomProperty'.",&tolua_err); #endif @@ -25077,11 +25077,11 @@ int lua_axis_studio_ComExtensionData_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComExtensionData",0,&tolua_err)) goto tolua_lerror; #endif @@ -25100,7 +25100,7 @@ int lua_axis_studio_ComExtensionData_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComExtensionData:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComExtensionData_create'.",&tolua_err); #endif @@ -25111,11 +25111,11 @@ int lua_axis_studio_ComExtensionData_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"ccs.ComExtensionData",0,&tolua_err)) goto tolua_lerror; #endif @@ -25134,7 +25134,7 @@ int lua_axis_studio_ComExtensionData_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "ccs.ComExtensionData:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComExtensionData_createInstance'.",&tolua_err); #endif @@ -25146,7 +25146,7 @@ int lua_axis_studio_ComExtensionData_constructor(lua_State* tolua_S) cocostudio::ComExtensionData* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -25170,7 +25170,7 @@ int lua_axis_studio_ComExtensionData_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "ccs.ComExtensionData:ComExtensionData",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_studio_ComExtensionData_constructor'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_ui_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_ui_auto.cpp index 12ae33867f..a1cc290aea 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_ui_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_ui_auto.cpp @@ -9,18 +9,18 @@ int lua_axis_ui_LayoutParameter_clone(lua_State* tolua_S) axis::ui::LayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutParameter_clone'", nullptr); @@ -43,7 +43,7 @@ int lua_axis_ui_LayoutParameter_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutParameter:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutParameter_clone'.",&tolua_err); #endif @@ -56,18 +56,18 @@ int lua_axis_ui_LayoutParameter_getLayoutType(lua_State* tolua_S) axis::ui::LayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutParameter_getLayoutType'", nullptr); @@ -90,7 +90,7 @@ int lua_axis_ui_LayoutParameter_getLayoutType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutParameter:getLayoutType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutParameter_getLayoutType'.",&tolua_err); #endif @@ -103,18 +103,18 @@ int lua_axis_ui_LayoutParameter_createCloneInstance(lua_State* tolua_S) axis::ui::LayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutParameter_createCloneInstance'", nullptr); @@ -137,7 +137,7 @@ int lua_axis_ui_LayoutParameter_createCloneInstance(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutParameter:createCloneInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutParameter_createCloneInstance'.",&tolua_err); #endif @@ -150,18 +150,18 @@ int lua_axis_ui_LayoutParameter_copyProperties(lua_State* tolua_S) axis::ui::LayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutParameter_copyProperties'", nullptr); @@ -187,7 +187,7 @@ int lua_axis_ui_LayoutParameter_copyProperties(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutParameter:copyProperties",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutParameter_copyProperties'.",&tolua_err); #endif @@ -199,11 +199,11 @@ int lua_axis_ui_LayoutParameter_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.LayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif @@ -222,7 +222,7 @@ int lua_axis_ui_LayoutParameter_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.LayoutParameter:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutParameter_create'.",&tolua_err); #endif @@ -234,7 +234,7 @@ int lua_axis_ui_LayoutParameter_constructor(lua_State* tolua_S) axis::ui::LayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -258,7 +258,7 @@ int lua_axis_ui_LayoutParameter_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutParameter:LayoutParameter",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutParameter_constructor'.",&tolua_err); #endif @@ -296,18 +296,18 @@ int lua_axis_ui_LinearLayoutParameter_setGravity(lua_State* tolua_S) axis::ui::LinearLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LinearLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LinearLayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LinearLayoutParameter_setGravity'", nullptr); @@ -333,7 +333,7 @@ int lua_axis_ui_LinearLayoutParameter_setGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LinearLayoutParameter:setGravity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LinearLayoutParameter_setGravity'.",&tolua_err); #endif @@ -346,18 +346,18 @@ int lua_axis_ui_LinearLayoutParameter_getGravity(lua_State* tolua_S) axis::ui::LinearLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LinearLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LinearLayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LinearLayoutParameter_getGravity'", nullptr); @@ -380,7 +380,7 @@ int lua_axis_ui_LinearLayoutParameter_getGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LinearLayoutParameter:getGravity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LinearLayoutParameter_getGravity'.",&tolua_err); #endif @@ -392,11 +392,11 @@ int lua_axis_ui_LinearLayoutParameter_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.LinearLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif @@ -415,7 +415,7 @@ int lua_axis_ui_LinearLayoutParameter_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.LinearLayoutParameter:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LinearLayoutParameter_create'.",&tolua_err); #endif @@ -427,7 +427,7 @@ int lua_axis_ui_LinearLayoutParameter_constructor(lua_State* tolua_S) axis::ui::LinearLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -451,7 +451,7 @@ int lua_axis_ui_LinearLayoutParameter_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LinearLayoutParameter:LinearLayoutParameter",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LinearLayoutParameter_constructor'.",&tolua_err); #endif @@ -487,18 +487,18 @@ int lua_axis_ui_RelativeLayoutParameter_setAlign(lua_State* tolua_S) axis::ui::RelativeLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RelativeLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RelativeLayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RelativeLayoutParameter_setAlign'", nullptr); @@ -524,7 +524,7 @@ int lua_axis_ui_RelativeLayoutParameter_setAlign(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeLayoutParameter:setAlign",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeLayoutParameter_setAlign'.",&tolua_err); #endif @@ -537,18 +537,18 @@ int lua_axis_ui_RelativeLayoutParameter_setRelativeToWidgetName(lua_State* tolua axis::ui::RelativeLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RelativeLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RelativeLayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RelativeLayoutParameter_setRelativeToWidgetName'", nullptr); @@ -574,7 +574,7 @@ int lua_axis_ui_RelativeLayoutParameter_setRelativeToWidgetName(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeLayoutParameter:setRelativeToWidgetName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeLayoutParameter_setRelativeToWidgetName'.",&tolua_err); #endif @@ -587,18 +587,18 @@ int lua_axis_ui_RelativeLayoutParameter_getRelativeName(lua_State* tolua_S) axis::ui::RelativeLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RelativeLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RelativeLayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RelativeLayoutParameter_getRelativeName'", nullptr); @@ -621,7 +621,7 @@ int lua_axis_ui_RelativeLayoutParameter_getRelativeName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeLayoutParameter:getRelativeName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeLayoutParameter_getRelativeName'.",&tolua_err); #endif @@ -634,18 +634,18 @@ int lua_axis_ui_RelativeLayoutParameter_getRelativeToWidgetName(lua_State* tolua axis::ui::RelativeLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RelativeLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RelativeLayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RelativeLayoutParameter_getRelativeToWidgetName'", nullptr); @@ -668,7 +668,7 @@ int lua_axis_ui_RelativeLayoutParameter_getRelativeToWidgetName(lua_State* tolua luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeLayoutParameter:getRelativeToWidgetName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeLayoutParameter_getRelativeToWidgetName'.",&tolua_err); #endif @@ -681,18 +681,18 @@ int lua_axis_ui_RelativeLayoutParameter_setRelativeName(lua_State* tolua_S) axis::ui::RelativeLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RelativeLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RelativeLayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RelativeLayoutParameter_setRelativeName'", nullptr); @@ -718,7 +718,7 @@ int lua_axis_ui_RelativeLayoutParameter_setRelativeName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeLayoutParameter:setRelativeName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeLayoutParameter_setRelativeName'.",&tolua_err); #endif @@ -731,18 +731,18 @@ int lua_axis_ui_RelativeLayoutParameter_getAlign(lua_State* tolua_S) axis::ui::RelativeLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RelativeLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RelativeLayoutParameter*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RelativeLayoutParameter_getAlign'", nullptr); @@ -765,7 +765,7 @@ int lua_axis_ui_RelativeLayoutParameter_getAlign(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeLayoutParameter:getAlign",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeLayoutParameter_getAlign'.",&tolua_err); #endif @@ -777,11 +777,11 @@ int lua_axis_ui_RelativeLayoutParameter_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RelativeLayoutParameter",0,&tolua_err)) goto tolua_lerror; #endif @@ -800,7 +800,7 @@ int lua_axis_ui_RelativeLayoutParameter_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RelativeLayoutParameter:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeLayoutParameter_create'.",&tolua_err); #endif @@ -812,7 +812,7 @@ int lua_axis_ui_RelativeLayoutParameter_constructor(lua_State* tolua_S) axis::ui::RelativeLayoutParameter* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -836,7 +836,7 @@ int lua_axis_ui_RelativeLayoutParameter_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeLayoutParameter:RelativeLayoutParameter",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeLayoutParameter_constructor'.",&tolua_err); #endif @@ -876,18 +876,18 @@ int lua_axis_ui_Widget_setLayoutComponentEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setLayoutComponentEnabled'", nullptr); @@ -913,7 +913,7 @@ int lua_axis_ui_Widget_setLayoutComponentEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setLayoutComponentEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setLayoutComponentEnabled'.",&tolua_err); #endif @@ -926,18 +926,18 @@ int lua_axis_ui_Widget_setSizePercent(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setSizePercent'", nullptr); @@ -963,7 +963,7 @@ int lua_axis_ui_Widget_setSizePercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setSizePercent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setSizePercent'.",&tolua_err); #endif @@ -976,18 +976,18 @@ int lua_axis_ui_Widget_getCustomSize(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getCustomSize'", nullptr); @@ -1010,7 +1010,7 @@ int lua_axis_ui_Widget_getCustomSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getCustomSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getCustomSize'.",&tolua_err); #endif @@ -1023,18 +1023,18 @@ int lua_axis_ui_Widget_getLeftBoundary(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getLeftBoundary'", nullptr); @@ -1057,7 +1057,7 @@ int lua_axis_ui_Widget_getLeftBoundary(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getLeftBoundary",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getLeftBoundary'.",&tolua_err); #endif @@ -1070,18 +1070,18 @@ int lua_axis_ui_Widget_setFlippedX(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setFlippedX'", nullptr); @@ -1107,7 +1107,7 @@ int lua_axis_ui_Widget_setFlippedX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setFlippedX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setFlippedX'.",&tolua_err); #endif @@ -1120,18 +1120,18 @@ int lua_axis_ui_Widget_setCallbackName(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setCallbackName'", nullptr); @@ -1157,7 +1157,7 @@ int lua_axis_ui_Widget_setCallbackName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setCallbackName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setCallbackName'.",&tolua_err); #endif @@ -1170,18 +1170,18 @@ int lua_axis_ui_Widget_getVirtualRenderer(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getVirtualRenderer'", nullptr); @@ -1204,7 +1204,7 @@ int lua_axis_ui_Widget_getVirtualRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getVirtualRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getVirtualRenderer'.",&tolua_err); #endif @@ -1217,18 +1217,18 @@ int lua_axis_ui_Widget_setPropagateTouchEvents(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setPropagateTouchEvents'", nullptr); @@ -1254,7 +1254,7 @@ int lua_axis_ui_Widget_setPropagateTouchEvents(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setPropagateTouchEvents",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setPropagateTouchEvents'.",&tolua_err); #endif @@ -1267,18 +1267,18 @@ int lua_axis_ui_Widget_isUnifySizeEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isUnifySizeEnabled'", nullptr); @@ -1301,7 +1301,7 @@ int lua_axis_ui_Widget_isUnifySizeEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isUnifySizeEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isUnifySizeEnabled'.",&tolua_err); #endif @@ -1314,18 +1314,18 @@ int lua_axis_ui_Widget_getSizePercent(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getSizePercent'", nullptr); @@ -1348,7 +1348,7 @@ int lua_axis_ui_Widget_getSizePercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getSizePercent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getSizePercent'.",&tolua_err); #endif @@ -1361,18 +1361,18 @@ int lua_axis_ui_Widget_setPositionPercent(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setPositionPercent'", nullptr); @@ -1398,7 +1398,7 @@ int lua_axis_ui_Widget_setPositionPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setPositionPercent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setPositionPercent'.",&tolua_err); #endif @@ -1411,18 +1411,18 @@ int lua_axis_ui_Widget_setSwallowTouches(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setSwallowTouches'", nullptr); @@ -1448,7 +1448,7 @@ int lua_axis_ui_Widget_setSwallowTouches(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setSwallowTouches",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setSwallowTouches'.",&tolua_err); #endif @@ -1461,18 +1461,18 @@ int lua_axis_ui_Widget_getLayoutSize(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getLayoutSize'", nullptr); @@ -1495,7 +1495,7 @@ int lua_axis_ui_Widget_getLayoutSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getLayoutSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getLayoutSize'.",&tolua_err); #endif @@ -1508,18 +1508,18 @@ int lua_axis_ui_Widget_setHighlighted(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setHighlighted'", nullptr); @@ -1545,7 +1545,7 @@ int lua_axis_ui_Widget_setHighlighted(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setHighlighted",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setHighlighted'.",&tolua_err); #endif @@ -1558,18 +1558,18 @@ int lua_axis_ui_Widget_setPositionType(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setPositionType'", nullptr); @@ -1595,7 +1595,7 @@ int lua_axis_ui_Widget_setPositionType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setPositionType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setPositionType'.",&tolua_err); #endif @@ -1608,18 +1608,18 @@ int lua_axis_ui_Widget_isIgnoreContentAdaptWithSize(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isIgnoreContentAdaptWithSize'", nullptr); @@ -1642,7 +1642,7 @@ int lua_axis_ui_Widget_isIgnoreContentAdaptWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isIgnoreContentAdaptWithSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isIgnoreContentAdaptWithSize'.",&tolua_err); #endif @@ -1655,18 +1655,18 @@ int lua_axis_ui_Widget_getVirtualRendererSize(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getVirtualRendererSize'", nullptr); @@ -1689,7 +1689,7 @@ int lua_axis_ui_Widget_getVirtualRendererSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getVirtualRendererSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getVirtualRendererSize'.",&tolua_err); #endif @@ -1702,18 +1702,18 @@ int lua_axis_ui_Widget_isHighlighted(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isHighlighted'", nullptr); @@ -1736,7 +1736,7 @@ int lua_axis_ui_Widget_isHighlighted(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isHighlighted",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isHighlighted'.",&tolua_err); #endif @@ -1749,18 +1749,18 @@ int lua_axis_ui_Widget_getLayoutParameter(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getLayoutParameter'", nullptr); @@ -1783,7 +1783,7 @@ int lua_axis_ui_Widget_getLayoutParameter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getLayoutParameter",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getLayoutParameter'.",&tolua_err); #endif @@ -1796,18 +1796,18 @@ int lua_axis_ui_Widget_getPositionType(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getPositionType'", nullptr); @@ -1830,7 +1830,7 @@ int lua_axis_ui_Widget_getPositionType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getPositionType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getPositionType'.",&tolua_err); #endif @@ -1843,18 +1843,18 @@ int lua_axis_ui_Widget_getTopBoundary(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getTopBoundary'", nullptr); @@ -1877,7 +1877,7 @@ int lua_axis_ui_Widget_getTopBoundary(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getTopBoundary",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getTopBoundary'.",&tolua_err); #endif @@ -1890,18 +1890,18 @@ int lua_axis_ui_Widget_ignoreContentAdaptWithSize(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_ignoreContentAdaptWithSize'", nullptr); @@ -1927,7 +1927,7 @@ int lua_axis_ui_Widget_ignoreContentAdaptWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:ignoreContentAdaptWithSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_ignoreContentAdaptWithSize'.",&tolua_err); #endif @@ -1940,18 +1940,18 @@ int lua_axis_ui_Widget_findNextFocusedWidget(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_findNextFocusedWidget'", nullptr); @@ -1980,7 +1980,7 @@ int lua_axis_ui_Widget_findNextFocusedWidget(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:findNextFocusedWidget",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_findNextFocusedWidget'.",&tolua_err); #endif @@ -1993,18 +1993,18 @@ int lua_axis_ui_Widget_isEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isEnabled'", nullptr); @@ -2027,7 +2027,7 @@ int lua_axis_ui_Widget_isEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isEnabled'.",&tolua_err); #endif @@ -2040,18 +2040,18 @@ int lua_axis_ui_Widget_isFocused(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isFocused'", nullptr); @@ -2074,7 +2074,7 @@ int lua_axis_ui_Widget_isFocused(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isFocused",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isFocused'.",&tolua_err); #endif @@ -2087,18 +2087,18 @@ int lua_axis_ui_Widget_getTouchBeganPosition(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getTouchBeganPosition'", nullptr); @@ -2121,7 +2121,7 @@ int lua_axis_ui_Widget_getTouchBeganPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getTouchBeganPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getTouchBeganPosition'.",&tolua_err); #endif @@ -2134,18 +2134,18 @@ int lua_axis_ui_Widget_isTouchEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isTouchEnabled'", nullptr); @@ -2168,7 +2168,7 @@ int lua_axis_ui_Widget_isTouchEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isTouchEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isTouchEnabled'.",&tolua_err); #endif @@ -2181,18 +2181,18 @@ int lua_axis_ui_Widget_getCallbackName(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getCallbackName'", nullptr); @@ -2215,7 +2215,7 @@ int lua_axis_ui_Widget_getCallbackName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getCallbackName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getCallbackName'.",&tolua_err); #endif @@ -2228,18 +2228,18 @@ int lua_axis_ui_Widget_getActionTag(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getActionTag'", nullptr); @@ -2262,7 +2262,7 @@ int lua_axis_ui_Widget_getActionTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getActionTag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getActionTag'.",&tolua_err); #endif @@ -2275,18 +2275,18 @@ int lua_axis_ui_Widget_getWorldPosition(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getWorldPosition'", nullptr); @@ -2309,7 +2309,7 @@ int lua_axis_ui_Widget_getWorldPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getWorldPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getWorldPosition'.",&tolua_err); #endif @@ -2322,18 +2322,18 @@ int lua_axis_ui_Widget_isFocusEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isFocusEnabled'", nullptr); @@ -2356,7 +2356,7 @@ int lua_axis_ui_Widget_isFocusEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isFocusEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isFocusEnabled'.",&tolua_err); #endif @@ -2369,18 +2369,18 @@ int lua_axis_ui_Widget_setFocused(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setFocused'", nullptr); @@ -2406,7 +2406,7 @@ int lua_axis_ui_Widget_setFocused(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setFocused",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setFocused'.",&tolua_err); #endif @@ -2419,18 +2419,18 @@ int lua_axis_ui_Widget_setActionTag(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setActionTag'", nullptr); @@ -2456,7 +2456,7 @@ int lua_axis_ui_Widget_setActionTag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setActionTag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setActionTag'.",&tolua_err); #endif @@ -2469,18 +2469,18 @@ int lua_axis_ui_Widget_setTouchEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setTouchEnabled'", nullptr); @@ -2506,7 +2506,7 @@ int lua_axis_ui_Widget_setTouchEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setTouchEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setTouchEnabled'.",&tolua_err); #endif @@ -2519,18 +2519,18 @@ int lua_axis_ui_Widget_setFlippedY(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setFlippedY'", nullptr); @@ -2556,7 +2556,7 @@ int lua_axis_ui_Widget_setFlippedY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setFlippedY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setFlippedY'.",&tolua_err); #endif @@ -2569,18 +2569,18 @@ int lua_axis_ui_Widget_setEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setEnabled'", nullptr); @@ -2606,7 +2606,7 @@ int lua_axis_ui_Widget_setEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setEnabled'.",&tolua_err); #endif @@ -2619,18 +2619,18 @@ int lua_axis_ui_Widget_getRightBoundary(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getRightBoundary'", nullptr); @@ -2653,7 +2653,7 @@ int lua_axis_ui_Widget_getRightBoundary(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getRightBoundary",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getRightBoundary'.",&tolua_err); #endif @@ -2666,18 +2666,18 @@ int lua_axis_ui_Widget_setBrightStyle(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setBrightStyle'", nullptr); @@ -2703,7 +2703,7 @@ int lua_axis_ui_Widget_setBrightStyle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setBrightStyle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setBrightStyle'.",&tolua_err); #endif @@ -2716,18 +2716,18 @@ int lua_axis_ui_Widget_setLayoutParameter(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setLayoutParameter'", nullptr); @@ -2753,7 +2753,7 @@ int lua_axis_ui_Widget_setLayoutParameter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setLayoutParameter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setLayoutParameter'.",&tolua_err); #endif @@ -2766,18 +2766,18 @@ int lua_axis_ui_Widget_clone(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_clone'", nullptr); @@ -2800,7 +2800,7 @@ int lua_axis_ui_Widget_clone(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:clone",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_clone'.",&tolua_err); #endif @@ -2813,18 +2813,18 @@ int lua_axis_ui_Widget_setFocusEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setFocusEnabled'", nullptr); @@ -2850,7 +2850,7 @@ int lua_axis_ui_Widget_setFocusEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setFocusEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setFocusEnabled'.",&tolua_err); #endif @@ -2863,18 +2863,18 @@ int lua_axis_ui_Widget_getBottomBoundary(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getBottomBoundary'", nullptr); @@ -2897,7 +2897,7 @@ int lua_axis_ui_Widget_getBottomBoundary(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getBottomBoundary",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getBottomBoundary'.",&tolua_err); #endif @@ -2910,18 +2910,18 @@ int lua_axis_ui_Widget_isBright(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isBright'", nullptr); @@ -2944,7 +2944,7 @@ int lua_axis_ui_Widget_isBright(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isBright",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isBright'.",&tolua_err); #endif @@ -2957,18 +2957,18 @@ int lua_axis_ui_Widget_dispatchFocusEvent(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_dispatchFocusEvent'", nullptr); @@ -2997,7 +2997,7 @@ int lua_axis_ui_Widget_dispatchFocusEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:dispatchFocusEvent",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_dispatchFocusEvent'.",&tolua_err); #endif @@ -3010,18 +3010,18 @@ int lua_axis_ui_Widget_setUnifySizeEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setUnifySizeEnabled'", nullptr); @@ -3047,7 +3047,7 @@ int lua_axis_ui_Widget_setUnifySizeEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setUnifySizeEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setUnifySizeEnabled'.",&tolua_err); #endif @@ -3060,18 +3060,18 @@ int lua_axis_ui_Widget_isPropagateTouchEvents(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isPropagateTouchEvents'", nullptr); @@ -3094,7 +3094,7 @@ int lua_axis_ui_Widget_isPropagateTouchEvents(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isPropagateTouchEvents",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isPropagateTouchEvents'.",&tolua_err); #endif @@ -3107,18 +3107,18 @@ int lua_axis_ui_Widget_hitTest(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_hitTest'", nullptr); @@ -3150,7 +3150,7 @@ int lua_axis_ui_Widget_hitTest(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:hitTest",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_hitTest'.",&tolua_err); #endif @@ -3163,18 +3163,18 @@ int lua_axis_ui_Widget_isLayoutComponentEnabled(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isLayoutComponentEnabled'", nullptr); @@ -3197,7 +3197,7 @@ int lua_axis_ui_Widget_isLayoutComponentEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isLayoutComponentEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isLayoutComponentEnabled'.",&tolua_err); #endif @@ -3210,18 +3210,18 @@ int lua_axis_ui_Widget_requestFocus(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_requestFocus'", nullptr); @@ -3244,7 +3244,7 @@ int lua_axis_ui_Widget_requestFocus(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:requestFocus",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_requestFocus'.",&tolua_err); #endif @@ -3256,15 +3256,15 @@ int lua_axis_ui_Widget_updateSizeAndPosition(lua_State* tolua_S) int argc = 0; axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_updateSizeAndPosition'", nullptr); @@ -3295,7 +3295,7 @@ int lua_axis_ui_Widget_updateSizeAndPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:updateSizeAndPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_updateSizeAndPosition'.",&tolua_err); #endif @@ -3308,18 +3308,18 @@ int lua_axis_ui_Widget_onFocusChange(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_onFocusChange'", nullptr); @@ -3348,7 +3348,7 @@ int lua_axis_ui_Widget_onFocusChange(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:onFocusChange",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_onFocusChange'.",&tolua_err); #endif @@ -3361,18 +3361,18 @@ int lua_axis_ui_Widget_getTouchMovePosition(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getTouchMovePosition'", nullptr); @@ -3395,7 +3395,7 @@ int lua_axis_ui_Widget_getTouchMovePosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getTouchMovePosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getTouchMovePosition'.",&tolua_err); #endif @@ -3408,18 +3408,18 @@ int lua_axis_ui_Widget_getSizeType(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getSizeType'", nullptr); @@ -3442,7 +3442,7 @@ int lua_axis_ui_Widget_getSizeType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getSizeType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getSizeType'.",&tolua_err); #endif @@ -3455,18 +3455,18 @@ int lua_axis_ui_Widget_getCallbackType(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getCallbackType'", nullptr); @@ -3489,7 +3489,7 @@ int lua_axis_ui_Widget_getCallbackType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getCallbackType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getCallbackType'.",&tolua_err); #endif @@ -3502,18 +3502,18 @@ int lua_axis_ui_Widget_getTouchEndPosition(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getTouchEndPosition'", nullptr); @@ -3536,7 +3536,7 @@ int lua_axis_ui_Widget_getTouchEndPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getTouchEndPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getTouchEndPosition'.",&tolua_err); #endif @@ -3549,18 +3549,18 @@ int lua_axis_ui_Widget_getPositionPercent(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_getPositionPercent'", nullptr); @@ -3583,7 +3583,7 @@ int lua_axis_ui_Widget_getPositionPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:getPositionPercent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getPositionPercent'.",&tolua_err); #endif @@ -3596,18 +3596,18 @@ int lua_axis_ui_Widget_propagateTouchEvent(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_propagateTouchEvent'", nullptr); @@ -3639,7 +3639,7 @@ int lua_axis_ui_Widget_propagateTouchEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:propagateTouchEvent",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_propagateTouchEvent'.",&tolua_err); #endif @@ -3652,18 +3652,18 @@ int lua_axis_ui_Widget_isFlippedX(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isFlippedX'", nullptr); @@ -3686,7 +3686,7 @@ int lua_axis_ui_Widget_isFlippedX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isFlippedX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isFlippedX'.",&tolua_err); #endif @@ -3699,18 +3699,18 @@ int lua_axis_ui_Widget_isFlippedY(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isFlippedY'", nullptr); @@ -3733,7 +3733,7 @@ int lua_axis_ui_Widget_isFlippedY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isFlippedY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isFlippedY'.",&tolua_err); #endif @@ -3746,18 +3746,18 @@ int lua_axis_ui_Widget_isClippingParentContainsPoint(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isClippingParentContainsPoint'", nullptr); @@ -3783,7 +3783,7 @@ int lua_axis_ui_Widget_isClippingParentContainsPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isClippingParentContainsPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isClippingParentContainsPoint'.",&tolua_err); #endif @@ -3796,18 +3796,18 @@ int lua_axis_ui_Widget_setSizeType(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setSizeType'", nullptr); @@ -3833,7 +3833,7 @@ int lua_axis_ui_Widget_setSizeType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setSizeType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setSizeType'.",&tolua_err); #endif @@ -3846,18 +3846,18 @@ int lua_axis_ui_Widget_interceptTouchEvent(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_interceptTouchEvent'", nullptr); @@ -3889,7 +3889,7 @@ int lua_axis_ui_Widget_interceptTouchEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:interceptTouchEvent",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_interceptTouchEvent'.",&tolua_err); #endif @@ -3902,18 +3902,18 @@ int lua_axis_ui_Widget_setBright(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setBright'", nullptr); @@ -3939,7 +3939,7 @@ int lua_axis_ui_Widget_setBright(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setBright",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setBright'.",&tolua_err); #endif @@ -3952,18 +3952,18 @@ int lua_axis_ui_Widget_setCallbackType(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_setCallbackType'", nullptr); @@ -3989,7 +3989,7 @@ int lua_axis_ui_Widget_setCallbackType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:setCallbackType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_setCallbackType'.",&tolua_err); #endif @@ -4002,18 +4002,18 @@ int lua_axis_ui_Widget_isSwallowTouches(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Widget*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Widget_isSwallowTouches'", nullptr); @@ -4036,7 +4036,7 @@ int lua_axis_ui_Widget_isSwallowTouches(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:isSwallowTouches",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_isSwallowTouches'.",&tolua_err); #endif @@ -4048,11 +4048,11 @@ int lua_axis_ui_Widget_enableDpadNavigation(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif @@ -4073,7 +4073,7 @@ int lua_axis_ui_Widget_enableDpadNavigation(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Widget:enableDpadNavigation",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_enableDpadNavigation'.",&tolua_err); #endif @@ -4084,11 +4084,11 @@ int lua_axis_ui_Widget_getCurrentFocusedWidget(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif @@ -4107,7 +4107,7 @@ int lua_axis_ui_Widget_getCurrentFocusedWidget(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Widget:getCurrentFocusedWidget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_getCurrentFocusedWidget'.",&tolua_err); #endif @@ -4118,11 +4118,11 @@ int lua_axis_ui_Widget_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Widget",0,&tolua_err)) goto tolua_lerror; #endif @@ -4141,7 +4141,7 @@ int lua_axis_ui_Widget_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Widget:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_create'.",&tolua_err); #endif @@ -4153,7 +4153,7 @@ int lua_axis_ui_Widget_constructor(lua_State* tolua_S) axis::ui::Widget* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -4177,7 +4177,7 @@ int lua_axis_ui_Widget_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Widget:Widget",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Widget_constructor'.",&tolua_err); #endif @@ -4278,18 +4278,18 @@ int lua_axis_ui_Layout_setBackGroundColorVector(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundColorVector'", nullptr); @@ -4315,7 +4315,7 @@ int lua_axis_ui_Layout_setBackGroundColorVector(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundColorVector",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundColorVector'.",&tolua_err); #endif @@ -4328,18 +4328,18 @@ int lua_axis_ui_Layout_setClippingType(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setClippingType'", nullptr); @@ -4365,7 +4365,7 @@ int lua_axis_ui_Layout_setClippingType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setClippingType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setClippingType'.",&tolua_err); #endif @@ -4378,18 +4378,18 @@ int lua_axis_ui_Layout_setBackGroundColorType(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundColorType'", nullptr); @@ -4415,7 +4415,7 @@ int lua_axis_ui_Layout_setBackGroundColorType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundColorType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundColorType'.",&tolua_err); #endif @@ -4428,18 +4428,18 @@ int lua_axis_ui_Layout_setLoopFocus(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setLoopFocus'", nullptr); @@ -4465,7 +4465,7 @@ int lua_axis_ui_Layout_setLoopFocus(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setLoopFocus",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setLoopFocus'.",&tolua_err); #endif @@ -4478,18 +4478,18 @@ int lua_axis_ui_Layout_setBackGroundImageColor(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundImageColor'", nullptr); @@ -4515,7 +4515,7 @@ int lua_axis_ui_Layout_setBackGroundImageColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundImageColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundImageColor'.",&tolua_err); #endif @@ -4528,18 +4528,18 @@ int lua_axis_ui_Layout_getBackGroundColorVector(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundColorVector'", nullptr); @@ -4562,7 +4562,7 @@ int lua_axis_ui_Layout_getBackGroundColorVector(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundColorVector",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundColorVector'.",&tolua_err); #endif @@ -4575,18 +4575,18 @@ int lua_axis_ui_Layout_getClippingType(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getClippingType'", nullptr); @@ -4609,7 +4609,7 @@ int lua_axis_ui_Layout_getClippingType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getClippingType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getClippingType'.",&tolua_err); #endif @@ -4622,18 +4622,18 @@ int lua_axis_ui_Layout_getRenderFile(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getRenderFile'", nullptr); @@ -4656,7 +4656,7 @@ int lua_axis_ui_Layout_getRenderFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getRenderFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getRenderFile'.",&tolua_err); #endif @@ -4669,18 +4669,18 @@ int lua_axis_ui_Layout_isLoopFocus(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_isLoopFocus'", nullptr); @@ -4703,7 +4703,7 @@ int lua_axis_ui_Layout_isLoopFocus(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:isLoopFocus",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_isLoopFocus'.",&tolua_err); #endif @@ -4716,18 +4716,18 @@ int lua_axis_ui_Layout_removeBackGroundImage(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_removeBackGroundImage'", nullptr); @@ -4750,7 +4750,7 @@ int lua_axis_ui_Layout_removeBackGroundImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:removeBackGroundImage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_removeBackGroundImage'.",&tolua_err); #endif @@ -4763,18 +4763,18 @@ int lua_axis_ui_Layout_getBackGroundColorOpacity(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundColorOpacity'", nullptr); @@ -4797,7 +4797,7 @@ int lua_axis_ui_Layout_getBackGroundColorOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundColorOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundColorOpacity'.",&tolua_err); #endif @@ -4810,18 +4810,18 @@ int lua_axis_ui_Layout_isClippingEnabled(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_isClippingEnabled'", nullptr); @@ -4844,7 +4844,7 @@ int lua_axis_ui_Layout_isClippingEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:isClippingEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_isClippingEnabled'.",&tolua_err); #endif @@ -4857,18 +4857,18 @@ int lua_axis_ui_Layout_setBackGroundImageOpacity(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundImageOpacity'", nullptr); @@ -4894,7 +4894,7 @@ int lua_axis_ui_Layout_setBackGroundImageOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundImageOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundImageOpacity'.",&tolua_err); #endif @@ -4907,18 +4907,18 @@ int lua_axis_ui_Layout_setBackGroundImage(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundImage'", nullptr); @@ -4961,7 +4961,7 @@ int lua_axis_ui_Layout_setBackGroundImage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundImage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundImage'.",&tolua_err); #endif @@ -4973,15 +4973,15 @@ int lua_axis_ui_Layout_setBackGroundColor(lua_State* tolua_S) int argc = 0; axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundColor'", nullptr); @@ -5020,7 +5020,7 @@ int lua_axis_ui_Layout_setBackGroundColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundColor'.",&tolua_err); #endif @@ -5033,18 +5033,18 @@ int lua_axis_ui_Layout_requestDoLayout(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_requestDoLayout'", nullptr); @@ -5067,7 +5067,7 @@ int lua_axis_ui_Layout_requestDoLayout(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:requestDoLayout",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_requestDoLayout'.",&tolua_err); #endif @@ -5080,18 +5080,18 @@ int lua_axis_ui_Layout_getBackGroundImageCapInsets(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundImageCapInsets'", nullptr); @@ -5114,7 +5114,7 @@ int lua_axis_ui_Layout_getBackGroundImageCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundImageCapInsets",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundImageCapInsets'.",&tolua_err); #endif @@ -5127,18 +5127,18 @@ int lua_axis_ui_Layout_getBackGroundColor(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundColor'", nullptr); @@ -5161,7 +5161,7 @@ int lua_axis_ui_Layout_getBackGroundColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundColor'.",&tolua_err); #endif @@ -5174,18 +5174,18 @@ int lua_axis_ui_Layout_setClippingEnabled(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setClippingEnabled'", nullptr); @@ -5211,7 +5211,7 @@ int lua_axis_ui_Layout_setClippingEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setClippingEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setClippingEnabled'.",&tolua_err); #endif @@ -5224,18 +5224,18 @@ int lua_axis_ui_Layout_getBackGroundImageColor(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundImageColor'", nullptr); @@ -5258,7 +5258,7 @@ int lua_axis_ui_Layout_getBackGroundImageColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundImageColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundImageColor'.",&tolua_err); #endif @@ -5271,18 +5271,18 @@ int lua_axis_ui_Layout_isBackGroundImageScale9Enabled(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_isBackGroundImageScale9Enabled'", nullptr); @@ -5305,7 +5305,7 @@ int lua_axis_ui_Layout_isBackGroundImageScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:isBackGroundImageScale9Enabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_isBackGroundImageScale9Enabled'.",&tolua_err); #endif @@ -5318,18 +5318,18 @@ int lua_axis_ui_Layout_getBackGroundColorType(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundColorType'", nullptr); @@ -5352,7 +5352,7 @@ int lua_axis_ui_Layout_getBackGroundColorType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundColorType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundColorType'.",&tolua_err); #endif @@ -5365,18 +5365,18 @@ int lua_axis_ui_Layout_getBackGroundEndColor(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundEndColor'", nullptr); @@ -5399,7 +5399,7 @@ int lua_axis_ui_Layout_getBackGroundEndColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundEndColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundEndColor'.",&tolua_err); #endif @@ -5412,18 +5412,18 @@ int lua_axis_ui_Layout_setBackGroundColorOpacity(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundColorOpacity'", nullptr); @@ -5449,7 +5449,7 @@ int lua_axis_ui_Layout_setBackGroundColorOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundColorOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundColorOpacity'.",&tolua_err); #endif @@ -5462,18 +5462,18 @@ int lua_axis_ui_Layout_getBackGroundImageOpacity(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundImageOpacity'", nullptr); @@ -5496,7 +5496,7 @@ int lua_axis_ui_Layout_getBackGroundImageOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundImageOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundImageOpacity'.",&tolua_err); #endif @@ -5509,18 +5509,18 @@ int lua_axis_ui_Layout_isPassFocusToChild(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_isPassFocusToChild'", nullptr); @@ -5543,7 +5543,7 @@ int lua_axis_ui_Layout_isPassFocusToChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:isPassFocusToChild",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_isPassFocusToChild'.",&tolua_err); #endif @@ -5556,18 +5556,18 @@ int lua_axis_ui_Layout_setBackGroundImageCapInsets(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundImageCapInsets'", nullptr); @@ -5593,7 +5593,7 @@ int lua_axis_ui_Layout_setBackGroundImageCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundImageCapInsets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundImageCapInsets'.",&tolua_err); #endif @@ -5606,18 +5606,18 @@ int lua_axis_ui_Layout_getBackGroundImageTextureSize(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundImageTextureSize'", nullptr); @@ -5640,7 +5640,7 @@ int lua_axis_ui_Layout_getBackGroundImageTextureSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundImageTextureSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundImageTextureSize'.",&tolua_err); #endif @@ -5653,18 +5653,18 @@ int lua_axis_ui_Layout_forceDoLayout(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_forceDoLayout'", nullptr); @@ -5687,7 +5687,7 @@ int lua_axis_ui_Layout_forceDoLayout(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:forceDoLayout",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_forceDoLayout'.",&tolua_err); #endif @@ -5700,18 +5700,18 @@ int lua_axis_ui_Layout_getLayoutType(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getLayoutType'", nullptr); @@ -5734,7 +5734,7 @@ int lua_axis_ui_Layout_getLayoutType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getLayoutType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getLayoutType'.",&tolua_err); #endif @@ -5747,18 +5747,18 @@ int lua_axis_ui_Layout_setPassFocusToChild(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setPassFocusToChild'", nullptr); @@ -5784,7 +5784,7 @@ int lua_axis_ui_Layout_setPassFocusToChild(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setPassFocusToChild",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setPassFocusToChild'.",&tolua_err); #endif @@ -5797,18 +5797,18 @@ int lua_axis_ui_Layout_getBackGroundStartColor(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_getBackGroundStartColor'", nullptr); @@ -5831,7 +5831,7 @@ int lua_axis_ui_Layout_getBackGroundStartColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:getBackGroundStartColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_getBackGroundStartColor'.",&tolua_err); #endif @@ -5844,18 +5844,18 @@ int lua_axis_ui_Layout_setBackGroundImageScale9Enabled(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setBackGroundImageScale9Enabled'", nullptr); @@ -5881,7 +5881,7 @@ int lua_axis_ui_Layout_setBackGroundImageScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setBackGroundImageScale9Enabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setBackGroundImageScale9Enabled'.",&tolua_err); #endif @@ -5894,18 +5894,18 @@ int lua_axis_ui_Layout_setLayoutType(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Layout*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Layout_setLayoutType'", nullptr); @@ -5931,7 +5931,7 @@ int lua_axis_ui_Layout_setLayoutType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:setLayoutType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_setLayoutType'.",&tolua_err); #endif @@ -5943,11 +5943,11 @@ int lua_axis_ui_Layout_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif @@ -5966,7 +5966,7 @@ int lua_axis_ui_Layout_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Layout:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_create'.",&tolua_err); #endif @@ -5977,11 +5977,11 @@ int lua_axis_ui_Layout_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Layout",0,&tolua_err)) goto tolua_lerror; #endif @@ -6000,7 +6000,7 @@ int lua_axis_ui_Layout_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Layout:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_createInstance'.",&tolua_err); #endif @@ -6012,7 +6012,7 @@ int lua_axis_ui_Layout_constructor(lua_State* tolua_S) axis::ui::Layout* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -6036,7 +6036,7 @@ int lua_axis_ui_Layout_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Layout:Layout",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Layout_constructor'.",&tolua_err); #endif @@ -6105,18 +6105,18 @@ int lua_axis_ui_Button_getNormalTextureSize(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getNormalTextureSize'", nullptr); @@ -6139,7 +6139,7 @@ int lua_axis_ui_Button_getNormalTextureSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getNormalTextureSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getNormalTextureSize'.",&tolua_err); #endif @@ -6152,18 +6152,18 @@ int lua_axis_ui_Button_getTitleText(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getTitleText'", nullptr); @@ -6186,7 +6186,7 @@ int lua_axis_ui_Button_getTitleText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getTitleText",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getTitleText'.",&tolua_err); #endif @@ -6199,18 +6199,18 @@ int lua_axis_ui_Button_setTitleLabel(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setTitleLabel'", nullptr); @@ -6236,7 +6236,7 @@ int lua_axis_ui_Button_setTitleLabel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setTitleLabel",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setTitleLabel'.",&tolua_err); #endif @@ -6249,18 +6249,18 @@ int lua_axis_ui_Button_setTitleFontSize(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setTitleFontSize'", nullptr); @@ -6286,7 +6286,7 @@ int lua_axis_ui_Button_setTitleFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setTitleFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setTitleFontSize'.",&tolua_err); #endif @@ -6299,18 +6299,18 @@ int lua_axis_ui_Button_resetPressedRender(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_resetPressedRender'", nullptr); @@ -6333,7 +6333,7 @@ int lua_axis_ui_Button_resetPressedRender(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:resetPressedRender",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_resetPressedRender'.",&tolua_err); #endif @@ -6346,18 +6346,18 @@ int lua_axis_ui_Button_setScale9Enabled(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setScale9Enabled'", nullptr); @@ -6383,7 +6383,7 @@ int lua_axis_ui_Button_setScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setScale9Enabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setScale9Enabled'.",&tolua_err); #endif @@ -6396,18 +6396,18 @@ int lua_axis_ui_Button_resetDisabledRender(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_resetDisabledRender'", nullptr); @@ -6430,7 +6430,7 @@ int lua_axis_ui_Button_resetDisabledRender(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:resetDisabledRender",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_resetDisabledRender'.",&tolua_err); #endif @@ -6443,18 +6443,18 @@ int lua_axis_ui_Button_getTitleRenderer(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getTitleRenderer'", nullptr); @@ -6477,7 +6477,7 @@ int lua_axis_ui_Button_getTitleRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getTitleRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getTitleRenderer'.",&tolua_err); #endif @@ -6490,18 +6490,18 @@ int lua_axis_ui_Button_getRendererClicked(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getRendererClicked'", nullptr); @@ -6524,7 +6524,7 @@ int lua_axis_ui_Button_getRendererClicked(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getRendererClicked",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getRendererClicked'.",&tolua_err); #endif @@ -6537,18 +6537,18 @@ int lua_axis_ui_Button_getDisabledFile(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getDisabledFile'", nullptr); @@ -6571,7 +6571,7 @@ int lua_axis_ui_Button_getDisabledFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getDisabledFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getDisabledFile'.",&tolua_err); #endif @@ -6584,18 +6584,18 @@ int lua_axis_ui_Button_getZoomScale(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getZoomScale'", nullptr); @@ -6618,7 +6618,7 @@ int lua_axis_ui_Button_getZoomScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getZoomScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getZoomScale'.",&tolua_err); #endif @@ -6631,18 +6631,18 @@ int lua_axis_ui_Button_getCapInsetsDisabledRenderer(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getCapInsetsDisabledRenderer'", nullptr); @@ -6665,7 +6665,7 @@ int lua_axis_ui_Button_getCapInsetsDisabledRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getCapInsetsDisabledRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getCapInsetsDisabledRenderer'.",&tolua_err); #endif @@ -6678,18 +6678,18 @@ int lua_axis_ui_Button_setTitleColor(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setTitleColor'", nullptr); @@ -6715,7 +6715,7 @@ int lua_axis_ui_Button_setTitleColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setTitleColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setTitleColor'.",&tolua_err); #endif @@ -6728,18 +6728,18 @@ int lua_axis_ui_Button_getNormalFile(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getNormalFile'", nullptr); @@ -6762,7 +6762,7 @@ int lua_axis_ui_Button_getNormalFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getNormalFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getNormalFile'.",&tolua_err); #endif @@ -6775,18 +6775,18 @@ int lua_axis_ui_Button_resetNormalRender(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_resetNormalRender'", nullptr); @@ -6809,7 +6809,7 @@ int lua_axis_ui_Button_resetNormalRender(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:resetNormalRender",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_resetNormalRender'.",&tolua_err); #endif @@ -6822,18 +6822,18 @@ int lua_axis_ui_Button_getRendererDisabled(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getRendererDisabled'", nullptr); @@ -6856,7 +6856,7 @@ int lua_axis_ui_Button_getRendererDisabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getRendererDisabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getRendererDisabled'.",&tolua_err); #endif @@ -6869,18 +6869,18 @@ int lua_axis_ui_Button_setCapInsetsDisabledRenderer(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setCapInsetsDisabledRenderer'", nullptr); @@ -6906,7 +6906,7 @@ int lua_axis_ui_Button_setCapInsetsDisabledRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setCapInsetsDisabledRenderer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setCapInsetsDisabledRenderer'.",&tolua_err); #endif @@ -6919,18 +6919,18 @@ int lua_axis_ui_Button_setCapInsets(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setCapInsets'", nullptr); @@ -6956,7 +6956,7 @@ int lua_axis_ui_Button_setCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setCapInsets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setCapInsets'.",&tolua_err); #endif @@ -6969,18 +6969,18 @@ int lua_axis_ui_Button_loadTextureDisabled(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_loadTextureDisabled'", nullptr); @@ -7023,7 +7023,7 @@ int lua_axis_ui_Button_loadTextureDisabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:loadTextureDisabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_loadTextureDisabled'.",&tolua_err); #endif @@ -7036,18 +7036,18 @@ int lua_axis_ui_Button_init(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_init'", nullptr); @@ -7133,7 +7133,7 @@ int lua_axis_ui_Button_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_init'.",&tolua_err); #endif @@ -7146,18 +7146,18 @@ int lua_axis_ui_Button_setTitleText(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setTitleText'", nullptr); @@ -7183,7 +7183,7 @@ int lua_axis_ui_Button_setTitleText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setTitleText",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setTitleText'.",&tolua_err); #endif @@ -7196,18 +7196,18 @@ int lua_axis_ui_Button_setCapInsetsNormalRenderer(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setCapInsetsNormalRenderer'", nullptr); @@ -7233,7 +7233,7 @@ int lua_axis_ui_Button_setCapInsetsNormalRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setCapInsetsNormalRenderer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setCapInsetsNormalRenderer'.",&tolua_err); #endif @@ -7246,18 +7246,18 @@ int lua_axis_ui_Button_loadTexturePressed(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_loadTexturePressed'", nullptr); @@ -7300,7 +7300,7 @@ int lua_axis_ui_Button_loadTexturePressed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:loadTexturePressed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_loadTexturePressed'.",&tolua_err); #endif @@ -7313,18 +7313,18 @@ int lua_axis_ui_Button_setTitleFontName(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setTitleFontName'", nullptr); @@ -7350,7 +7350,7 @@ int lua_axis_ui_Button_setTitleFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setTitleFontName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setTitleFontName'.",&tolua_err); #endif @@ -7363,18 +7363,18 @@ int lua_axis_ui_Button_getCapInsetsNormalRenderer(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getCapInsetsNormalRenderer'", nullptr); @@ -7397,7 +7397,7 @@ int lua_axis_ui_Button_getCapInsetsNormalRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getCapInsetsNormalRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getCapInsetsNormalRenderer'.",&tolua_err); #endif @@ -7409,15 +7409,15 @@ int lua_axis_ui_Button_setTitleAlignment(lua_State* tolua_S) int argc = 0; axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setTitleAlignment'", nullptr); @@ -7456,7 +7456,7 @@ int lua_axis_ui_Button_setTitleAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setTitleAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setTitleAlignment'.",&tolua_err); #endif @@ -7469,18 +7469,18 @@ int lua_axis_ui_Button_getCapInsetsPressedRenderer(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getCapInsetsPressedRenderer'", nullptr); @@ -7503,7 +7503,7 @@ int lua_axis_ui_Button_getCapInsetsPressedRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getCapInsetsPressedRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getCapInsetsPressedRenderer'.",&tolua_err); #endif @@ -7516,18 +7516,18 @@ int lua_axis_ui_Button_loadTextures(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_loadTextures'", nullptr); @@ -7599,7 +7599,7 @@ int lua_axis_ui_Button_loadTextures(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:loadTextures",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_loadTextures'.",&tolua_err); #endif @@ -7612,18 +7612,18 @@ int lua_axis_ui_Button_isScale9Enabled(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_isScale9Enabled'", nullptr); @@ -7646,7 +7646,7 @@ int lua_axis_ui_Button_isScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:isScale9Enabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_isScale9Enabled'.",&tolua_err); #endif @@ -7659,18 +7659,18 @@ int lua_axis_ui_Button_loadTextureNormal(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_loadTextureNormal'", nullptr); @@ -7713,7 +7713,7 @@ int lua_axis_ui_Button_loadTextureNormal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:loadTextureNormal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_loadTextureNormal'.",&tolua_err); #endif @@ -7726,18 +7726,18 @@ int lua_axis_ui_Button_setCapInsetsPressedRenderer(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setCapInsetsPressedRenderer'", nullptr); @@ -7763,7 +7763,7 @@ int lua_axis_ui_Button_setCapInsetsPressedRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setCapInsetsPressedRenderer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setCapInsetsPressedRenderer'.",&tolua_err); #endif @@ -7776,18 +7776,18 @@ int lua_axis_ui_Button_getPressedFile(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getPressedFile'", nullptr); @@ -7810,7 +7810,7 @@ int lua_axis_ui_Button_getPressedFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getPressedFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getPressedFile'.",&tolua_err); #endif @@ -7823,18 +7823,18 @@ int lua_axis_ui_Button_getTitleLabel(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getTitleLabel'", nullptr); @@ -7857,7 +7857,7 @@ int lua_axis_ui_Button_getTitleLabel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getTitleLabel",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getTitleLabel'.",&tolua_err); #endif @@ -7870,18 +7870,18 @@ int lua_axis_ui_Button_getTitleFontSize(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getTitleFontSize'", nullptr); @@ -7904,7 +7904,7 @@ int lua_axis_ui_Button_getTitleFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getTitleFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getTitleFontSize'.",&tolua_err); #endif @@ -7917,18 +7917,18 @@ int lua_axis_ui_Button_getRendererNormal(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getRendererNormal'", nullptr); @@ -7951,7 +7951,7 @@ int lua_axis_ui_Button_getRendererNormal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getRendererNormal",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getRendererNormal'.",&tolua_err); #endif @@ -7964,18 +7964,18 @@ int lua_axis_ui_Button_getTitleFontName(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getTitleFontName'", nullptr); @@ -7998,7 +7998,7 @@ int lua_axis_ui_Button_getTitleFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getTitleFontName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getTitleFontName'.",&tolua_err); #endif @@ -8011,18 +8011,18 @@ int lua_axis_ui_Button_getTitleColor(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_getTitleColor'", nullptr); @@ -8045,7 +8045,7 @@ int lua_axis_ui_Button_getTitleColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:getTitleColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_getTitleColor'.",&tolua_err); #endif @@ -8058,18 +8058,18 @@ int lua_axis_ui_Button_setPressedActionEnabled(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setPressedActionEnabled'", nullptr); @@ -8095,7 +8095,7 @@ int lua_axis_ui_Button_setPressedActionEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setPressedActionEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setPressedActionEnabled'.",&tolua_err); #endif @@ -8108,18 +8108,18 @@ int lua_axis_ui_Button_setZoomScale(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Button*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Button_setZoomScale'", nullptr); @@ -8145,7 +8145,7 @@ int lua_axis_ui_Button_setZoomScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:setZoomScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_setZoomScale'.",&tolua_err); #endif @@ -8156,11 +8156,11 @@ int lua_axis_ui_Button_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif @@ -8248,7 +8248,7 @@ int lua_axis_ui_Button_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.Button:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_create'.",&tolua_err); #endif @@ -8259,11 +8259,11 @@ int lua_axis_ui_Button_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Button",0,&tolua_err)) goto tolua_lerror; #endif @@ -8282,7 +8282,7 @@ int lua_axis_ui_Button_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Button:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_createInstance'.",&tolua_err); #endif @@ -8294,7 +8294,7 @@ int lua_axis_ui_Button_constructor(lua_State* tolua_S) axis::ui::Button* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -8318,7 +8318,7 @@ int lua_axis_ui_Button_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Button:Button",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Button_constructor'.",&tolua_err); #endif @@ -8392,18 +8392,18 @@ int lua_axis_ui_AbstractCheckButton_getCrossDisabledFile(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getCrossDisabledFile'", nullptr); @@ -8426,7 +8426,7 @@ int lua_axis_ui_AbstractCheckButton_getCrossDisabledFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getCrossDisabledFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getCrossDisabledFile'.",&tolua_err); #endif @@ -8439,18 +8439,18 @@ int lua_axis_ui_AbstractCheckButton_getBackDisabledFile(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getBackDisabledFile'", nullptr); @@ -8473,7 +8473,7 @@ int lua_axis_ui_AbstractCheckButton_getBackDisabledFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getBackDisabledFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getBackDisabledFile'.",&tolua_err); #endif @@ -8486,18 +8486,18 @@ int lua_axis_ui_AbstractCheckButton_loadTextureBackGroundSelected(lua_State* tol axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_loadTextureBackGroundSelected'", nullptr); @@ -8540,7 +8540,7 @@ int lua_axis_ui_AbstractCheckButton_loadTextureBackGroundSelected(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:loadTextureBackGroundSelected",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_loadTextureBackGroundSelected'.",&tolua_err); #endif @@ -8553,18 +8553,18 @@ int lua_axis_ui_AbstractCheckButton_loadTextureBackGroundDisabled(lua_State* tol axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_loadTextureBackGroundDisabled'", nullptr); @@ -8607,7 +8607,7 @@ int lua_axis_ui_AbstractCheckButton_loadTextureBackGroundDisabled(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:loadTextureBackGroundDisabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_loadTextureBackGroundDisabled'.",&tolua_err); #endif @@ -8620,18 +8620,18 @@ int lua_axis_ui_AbstractCheckButton_getCrossNormalFile(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getCrossNormalFile'", nullptr); @@ -8654,7 +8654,7 @@ int lua_axis_ui_AbstractCheckButton_getCrossNormalFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getCrossNormalFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getCrossNormalFile'.",&tolua_err); #endif @@ -8667,18 +8667,18 @@ int lua_axis_ui_AbstractCheckButton_setSelected(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_setSelected'", nullptr); @@ -8704,7 +8704,7 @@ int lua_axis_ui_AbstractCheckButton_setSelected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:setSelected",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_setSelected'.",&tolua_err); #endif @@ -8717,18 +8717,18 @@ int lua_axis_ui_AbstractCheckButton_getBackPressedFile(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getBackPressedFile'", nullptr); @@ -8751,7 +8751,7 @@ int lua_axis_ui_AbstractCheckButton_getBackPressedFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getBackPressedFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getBackPressedFile'.",&tolua_err); #endif @@ -8764,18 +8764,18 @@ int lua_axis_ui_AbstractCheckButton_getRendererFrontCrossDisabled(lua_State* tol axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getRendererFrontCrossDisabled'", nullptr); @@ -8798,7 +8798,7 @@ int lua_axis_ui_AbstractCheckButton_getRendererFrontCrossDisabled(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getRendererFrontCrossDisabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getRendererFrontCrossDisabled'.",&tolua_err); #endif @@ -8811,18 +8811,18 @@ int lua_axis_ui_AbstractCheckButton_getRendererBackground(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getRendererBackground'", nullptr); @@ -8845,7 +8845,7 @@ int lua_axis_ui_AbstractCheckButton_getRendererBackground(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getRendererBackground",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getRendererBackground'.",&tolua_err); #endif @@ -8858,18 +8858,18 @@ int lua_axis_ui_AbstractCheckButton_loadTextureFrontCross(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_loadTextureFrontCross'", nullptr); @@ -8912,7 +8912,7 @@ int lua_axis_ui_AbstractCheckButton_loadTextureFrontCross(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:loadTextureFrontCross",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_loadTextureFrontCross'.",&tolua_err); #endif @@ -8925,18 +8925,18 @@ int lua_axis_ui_AbstractCheckButton_getRendererBackgroundDisabled(lua_State* tol axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getRendererBackgroundDisabled'", nullptr); @@ -8959,7 +8959,7 @@ int lua_axis_ui_AbstractCheckButton_getRendererBackgroundDisabled(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getRendererBackgroundDisabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getRendererBackgroundDisabled'.",&tolua_err); #endif @@ -8972,18 +8972,18 @@ int lua_axis_ui_AbstractCheckButton_isSelected(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_isSelected'", nullptr); @@ -9006,7 +9006,7 @@ int lua_axis_ui_AbstractCheckButton_isSelected(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:isSelected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_isSelected'.",&tolua_err); #endif @@ -9019,18 +9019,18 @@ int lua_axis_ui_AbstractCheckButton_init(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_init'", nullptr); @@ -9097,7 +9097,7 @@ int lua_axis_ui_AbstractCheckButton_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:init",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_init'.",&tolua_err); #endif @@ -9110,18 +9110,18 @@ int lua_axis_ui_AbstractCheckButton_getBackNormalFile(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getBackNormalFile'", nullptr); @@ -9144,7 +9144,7 @@ int lua_axis_ui_AbstractCheckButton_getBackNormalFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getBackNormalFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getBackNormalFile'.",&tolua_err); #endif @@ -9157,18 +9157,18 @@ int lua_axis_ui_AbstractCheckButton_loadTextures(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_loadTextures'", nullptr); @@ -9235,7 +9235,7 @@ int lua_axis_ui_AbstractCheckButton_loadTextures(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:loadTextures",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_loadTextures'.",&tolua_err); #endif @@ -9248,18 +9248,18 @@ int lua_axis_ui_AbstractCheckButton_getZoomScale(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getZoomScale'", nullptr); @@ -9282,7 +9282,7 @@ int lua_axis_ui_AbstractCheckButton_getZoomScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getZoomScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getZoomScale'.",&tolua_err); #endif @@ -9295,18 +9295,18 @@ int lua_axis_ui_AbstractCheckButton_getRendererFrontCross(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getRendererFrontCross'", nullptr); @@ -9329,7 +9329,7 @@ int lua_axis_ui_AbstractCheckButton_getRendererFrontCross(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getRendererFrontCross",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getRendererFrontCross'.",&tolua_err); #endif @@ -9342,18 +9342,18 @@ int lua_axis_ui_AbstractCheckButton_getRendererBackgroundSelected(lua_State* tol axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_getRendererBackgroundSelected'", nullptr); @@ -9376,7 +9376,7 @@ int lua_axis_ui_AbstractCheckButton_getRendererBackgroundSelected(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:getRendererBackgroundSelected",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_getRendererBackgroundSelected'.",&tolua_err); #endif @@ -9389,18 +9389,18 @@ int lua_axis_ui_AbstractCheckButton_loadTextureBackGround(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_loadTextureBackGround'", nullptr); @@ -9443,7 +9443,7 @@ int lua_axis_ui_AbstractCheckButton_loadTextureBackGround(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:loadTextureBackGround",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_loadTextureBackGround'.",&tolua_err); #endif @@ -9456,18 +9456,18 @@ int lua_axis_ui_AbstractCheckButton_setZoomScale(lua_State* tolua_S) axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_setZoomScale'", nullptr); @@ -9493,7 +9493,7 @@ int lua_axis_ui_AbstractCheckButton_setZoomScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:setZoomScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_setZoomScale'.",&tolua_err); #endif @@ -9506,18 +9506,18 @@ int lua_axis_ui_AbstractCheckButton_loadTextureFrontCrossDisabled(lua_State* tol axis::ui::AbstractCheckButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.AbstractCheckButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::AbstractCheckButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_AbstractCheckButton_loadTextureFrontCrossDisabled'", nullptr); @@ -9560,7 +9560,7 @@ int lua_axis_ui_AbstractCheckButton_loadTextureFrontCrossDisabled(lua_State* tol luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.AbstractCheckButton:loadTextureFrontCrossDisabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_AbstractCheckButton_loadTextureFrontCrossDisabled'.",&tolua_err); #endif @@ -9613,18 +9613,18 @@ int lua_axis_ui_CheckBox_addEventListener(lua_State* tolua_S) axis::ui::CheckBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.CheckBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::CheckBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_CheckBox_addEventListener'", nullptr); @@ -9654,7 +9654,7 @@ int lua_axis_ui_CheckBox_addEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.CheckBox:addEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_CheckBox_addEventListener'.",&tolua_err); #endif @@ -9665,11 +9665,11 @@ int lua_axis_ui_CheckBox_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.CheckBox",0,&tolua_err)) goto tolua_lerror; #endif @@ -9775,7 +9775,7 @@ int lua_axis_ui_CheckBox_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.CheckBox:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_CheckBox_create'.",&tolua_err); #endif @@ -9786,11 +9786,11 @@ int lua_axis_ui_CheckBox_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.CheckBox",0,&tolua_err)) goto tolua_lerror; #endif @@ -9809,7 +9809,7 @@ int lua_axis_ui_CheckBox_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.CheckBox:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_CheckBox_createInstance'.",&tolua_err); #endif @@ -9821,7 +9821,7 @@ int lua_axis_ui_CheckBox_constructor(lua_State* tolua_S) axis::ui::CheckBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -9845,7 +9845,7 @@ int lua_axis_ui_CheckBox_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.CheckBox:CheckBox",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_CheckBox_constructor'.",&tolua_err); #endif @@ -9881,18 +9881,18 @@ int lua_axis_ui_RadioButton_addEventListener(lua_State* tolua_S) axis::ui::RadioButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButton",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButton*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButton_addEventListener'", nullptr); @@ -9922,7 +9922,7 @@ int lua_axis_ui_RadioButton_addEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButton:addEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButton_addEventListener'.",&tolua_err); #endif @@ -9933,11 +9933,11 @@ int lua_axis_ui_RadioButton_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RadioButton",0,&tolua_err)) goto tolua_lerror; #endif @@ -10043,7 +10043,7 @@ int lua_axis_ui_RadioButton_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.RadioButton:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButton_create'.",&tolua_err); #endif @@ -10054,11 +10054,11 @@ int lua_axis_ui_RadioButton_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RadioButton",0,&tolua_err)) goto tolua_lerror; #endif @@ -10077,7 +10077,7 @@ int lua_axis_ui_RadioButton_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RadioButton:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButton_createInstance'.",&tolua_err); #endif @@ -10089,7 +10089,7 @@ int lua_axis_ui_RadioButton_constructor(lua_State* tolua_S) axis::ui::RadioButton* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -10113,7 +10113,7 @@ int lua_axis_ui_RadioButton_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButton:RadioButton",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButton_constructor'.",&tolua_err); #endif @@ -10149,18 +10149,18 @@ int lua_axis_ui_RadioButtonGroup_removeRadioButton(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_removeRadioButton'", nullptr); @@ -10186,7 +10186,7 @@ int lua_axis_ui_RadioButtonGroup_removeRadioButton(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:removeRadioButton",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_removeRadioButton'.",&tolua_err); #endif @@ -10199,18 +10199,18 @@ int lua_axis_ui_RadioButtonGroup_isAllowedNoSelection(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_isAllowedNoSelection'", nullptr); @@ -10233,7 +10233,7 @@ int lua_axis_ui_RadioButtonGroup_isAllowedNoSelection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:isAllowedNoSelection",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_isAllowedNoSelection'.",&tolua_err); #endif @@ -10246,18 +10246,18 @@ int lua_axis_ui_RadioButtonGroup_getSelectedButtonIndex(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_getSelectedButtonIndex'", nullptr); @@ -10280,7 +10280,7 @@ int lua_axis_ui_RadioButtonGroup_getSelectedButtonIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:getSelectedButtonIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_getSelectedButtonIndex'.",&tolua_err); #endif @@ -10293,18 +10293,18 @@ int lua_axis_ui_RadioButtonGroup_setAllowedNoSelection(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_setAllowedNoSelection'", nullptr); @@ -10330,7 +10330,7 @@ int lua_axis_ui_RadioButtonGroup_setAllowedNoSelection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:setAllowedNoSelection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_setAllowedNoSelection'.",&tolua_err); #endif @@ -10342,15 +10342,15 @@ int lua_axis_ui_RadioButtonGroup_setSelectedButtonWithoutEvent(lua_State* tolua_ int argc = 0; axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_setSelectedButtonWithoutEvent'", nullptr); @@ -10385,7 +10385,7 @@ int lua_axis_ui_RadioButtonGroup_setSelectedButtonWithoutEvent(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:setSelectedButtonWithoutEvent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_setSelectedButtonWithoutEvent'.",&tolua_err); #endif @@ -10398,18 +10398,18 @@ int lua_axis_ui_RadioButtonGroup_addEventListener(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_addEventListener'", nullptr); @@ -10439,7 +10439,7 @@ int lua_axis_ui_RadioButtonGroup_addEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:addEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_addEventListener'.",&tolua_err); #endif @@ -10452,18 +10452,18 @@ int lua_axis_ui_RadioButtonGroup_removeAllRadioButtons(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_removeAllRadioButtons'", nullptr); @@ -10486,7 +10486,7 @@ int lua_axis_ui_RadioButtonGroup_removeAllRadioButtons(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:removeAllRadioButtons",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_removeAllRadioButtons'.",&tolua_err); #endif @@ -10499,18 +10499,18 @@ int lua_axis_ui_RadioButtonGroup_getRadioButtonByIndex(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_getRadioButtonByIndex'", nullptr); @@ -10536,7 +10536,7 @@ int lua_axis_ui_RadioButtonGroup_getRadioButtonByIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:getRadioButtonByIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_getRadioButtonByIndex'.",&tolua_err); #endif @@ -10549,18 +10549,18 @@ int lua_axis_ui_RadioButtonGroup_getNumberOfRadioButtons(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_getNumberOfRadioButtons'", nullptr); @@ -10583,7 +10583,7 @@ int lua_axis_ui_RadioButtonGroup_getNumberOfRadioButtons(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:getNumberOfRadioButtons",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_getNumberOfRadioButtons'.",&tolua_err); #endif @@ -10596,18 +10596,18 @@ int lua_axis_ui_RadioButtonGroup_addRadioButton(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_addRadioButton'", nullptr); @@ -10633,7 +10633,7 @@ int lua_axis_ui_RadioButtonGroup_addRadioButton(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:addRadioButton",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_addRadioButton'.",&tolua_err); #endif @@ -10645,15 +10645,15 @@ int lua_axis_ui_RadioButtonGroup_setSelectedButton(lua_State* tolua_S) int argc = 0; axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RadioButtonGroup*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RadioButtonGroup_setSelectedButton'", nullptr); @@ -10688,7 +10688,7 @@ int lua_axis_ui_RadioButtonGroup_setSelectedButton(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:setSelectedButton",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_setSelectedButton'.",&tolua_err); #endif @@ -10700,11 +10700,11 @@ int lua_axis_ui_RadioButtonGroup_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RadioButtonGroup",0,&tolua_err)) goto tolua_lerror; #endif @@ -10723,7 +10723,7 @@ int lua_axis_ui_RadioButtonGroup_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RadioButtonGroup:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_create'.",&tolua_err); #endif @@ -10735,7 +10735,7 @@ int lua_axis_ui_RadioButtonGroup_constructor(lua_State* tolua_S) axis::ui::RadioButtonGroup* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -10759,7 +10759,7 @@ int lua_axis_ui_RadioButtonGroup_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RadioButtonGroup:RadioButtonGroup",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RadioButtonGroup_constructor'.",&tolua_err); #endif @@ -10804,18 +10804,18 @@ int lua_axis_ui_ImageView_getBlendFunc(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_getBlendFunc'", nullptr); @@ -10838,7 +10838,7 @@ int lua_axis_ui_ImageView_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_getBlendFunc'.",&tolua_err); #endif @@ -10851,18 +10851,18 @@ int lua_axis_ui_ImageView_loadTexture(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_loadTexture'", nullptr); @@ -10905,7 +10905,7 @@ int lua_axis_ui_ImageView_loadTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:loadTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_loadTexture'.",&tolua_err); #endif @@ -10918,18 +10918,18 @@ int lua_axis_ui_ImageView_setBlendFunc(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_setBlendFunc'", nullptr); @@ -10955,7 +10955,7 @@ int lua_axis_ui_ImageView_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_setBlendFunc'.",&tolua_err); #endif @@ -10968,18 +10968,18 @@ int lua_axis_ui_ImageView_init(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_init'", nullptr); @@ -11022,7 +11022,7 @@ int lua_axis_ui_ImageView_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:init",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_init'.",&tolua_err); #endif @@ -11035,18 +11035,18 @@ int lua_axis_ui_ImageView_setScale9Enabled(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_setScale9Enabled'", nullptr); @@ -11072,7 +11072,7 @@ int lua_axis_ui_ImageView_setScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:setScale9Enabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_setScale9Enabled'.",&tolua_err); #endif @@ -11085,18 +11085,18 @@ int lua_axis_ui_ImageView_setTextureRect(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_setTextureRect'", nullptr); @@ -11122,7 +11122,7 @@ int lua_axis_ui_ImageView_setTextureRect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:setTextureRect",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_setTextureRect'.",&tolua_err); #endif @@ -11135,18 +11135,18 @@ int lua_axis_ui_ImageView_setCapInsets(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_setCapInsets'", nullptr); @@ -11172,7 +11172,7 @@ int lua_axis_ui_ImageView_setCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:setCapInsets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_setCapInsets'.",&tolua_err); #endif @@ -11185,18 +11185,18 @@ int lua_axis_ui_ImageView_getRenderFile(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_getRenderFile'", nullptr); @@ -11219,7 +11219,7 @@ int lua_axis_ui_ImageView_getRenderFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:getRenderFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_getRenderFile'.",&tolua_err); #endif @@ -11232,18 +11232,18 @@ int lua_axis_ui_ImageView_getCapInsets(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_getCapInsets'", nullptr); @@ -11266,7 +11266,7 @@ int lua_axis_ui_ImageView_getCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:getCapInsets",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_getCapInsets'.",&tolua_err); #endif @@ -11279,18 +11279,18 @@ int lua_axis_ui_ImageView_isScale9Enabled(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ImageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ImageView_isScale9Enabled'", nullptr); @@ -11313,7 +11313,7 @@ int lua_axis_ui_ImageView_isScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:isScale9Enabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_isScale9Enabled'.",&tolua_err); #endif @@ -11324,11 +11324,11 @@ int lua_axis_ui_ImageView_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif @@ -11375,7 +11375,7 @@ int lua_axis_ui_ImageView_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.ImageView:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_create'.",&tolua_err); #endif @@ -11386,11 +11386,11 @@ int lua_axis_ui_ImageView_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.ImageView",0,&tolua_err)) goto tolua_lerror; #endif @@ -11409,7 +11409,7 @@ int lua_axis_ui_ImageView_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.ImageView:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_createInstance'.",&tolua_err); #endif @@ -11421,7 +11421,7 @@ int lua_axis_ui_ImageView_constructor(lua_State* tolua_S) axis::ui::ImageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -11445,7 +11445,7 @@ int lua_axis_ui_ImageView_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ImageView:ImageView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ImageView_constructor'.",&tolua_err); #endif @@ -11490,18 +11490,18 @@ int lua_axis_ui_Text_enableShadow(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_enableShadow'", nullptr); @@ -11575,7 +11575,7 @@ int lua_axis_ui_Text_enableShadow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:enableShadow",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_enableShadow'.",&tolua_err); #endif @@ -11588,18 +11588,18 @@ int lua_axis_ui_Text_getFontSize(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getFontSize'", nullptr); @@ -11622,7 +11622,7 @@ int lua_axis_ui_Text_getFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getFontSize'.",&tolua_err); #endif @@ -11635,18 +11635,18 @@ int lua_axis_ui_Text_getString(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getString'", nullptr); @@ -11669,7 +11669,7 @@ int lua_axis_ui_Text_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getString'.",&tolua_err); #endif @@ -11681,15 +11681,15 @@ int lua_axis_ui_Text_disableEffect(lua_State* tolua_S) int argc = 0; axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_disableEffect'", nullptr); @@ -11720,7 +11720,7 @@ int lua_axis_ui_Text_disableEffect(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:disableEffect",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_disableEffect'.",&tolua_err); #endif @@ -11733,18 +11733,18 @@ int lua_axis_ui_Text_getLabelEffectType(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getLabelEffectType'", nullptr); @@ -11767,7 +11767,7 @@ int lua_axis_ui_Text_getLabelEffectType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getLabelEffectType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getLabelEffectType'.",&tolua_err); #endif @@ -11780,18 +11780,18 @@ int lua_axis_ui_Text_getTextColor(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getTextColor'", nullptr); @@ -11814,7 +11814,7 @@ int lua_axis_ui_Text_getTextColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getTextColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getTextColor'.",&tolua_err); #endif @@ -11827,18 +11827,18 @@ int lua_axis_ui_Text_getBlendFunc(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getBlendFunc'", nullptr); @@ -11861,7 +11861,7 @@ int lua_axis_ui_Text_getBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getBlendFunc",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getBlendFunc'.",&tolua_err); #endif @@ -11874,18 +11874,18 @@ int lua_axis_ui_Text_setTextVerticalAlignment(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setTextVerticalAlignment'", nullptr); @@ -11911,7 +11911,7 @@ int lua_axis_ui_Text_setTextVerticalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setTextVerticalAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setTextVerticalAlignment'.",&tolua_err); #endif @@ -11924,18 +11924,18 @@ int lua_axis_ui_Text_setFontName(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setFontName'", nullptr); @@ -11961,7 +11961,7 @@ int lua_axis_ui_Text_setFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setFontName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setFontName'.",&tolua_err); #endif @@ -11974,18 +11974,18 @@ int lua_axis_ui_Text_setTouchScaleChangeEnabled(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setTouchScaleChangeEnabled'", nullptr); @@ -12011,7 +12011,7 @@ int lua_axis_ui_Text_setTouchScaleChangeEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setTouchScaleChangeEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setTouchScaleChangeEnabled'.",&tolua_err); #endif @@ -12024,18 +12024,18 @@ int lua_axis_ui_Text_getShadowOffset(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getShadowOffset'", nullptr); @@ -12058,7 +12058,7 @@ int lua_axis_ui_Text_getShadowOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getShadowOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getShadowOffset'.",&tolua_err); #endif @@ -12071,18 +12071,18 @@ int lua_axis_ui_Text_setString(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setString'", nullptr); @@ -12108,7 +12108,7 @@ int lua_axis_ui_Text_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setString'.",&tolua_err); #endif @@ -12121,18 +12121,18 @@ int lua_axis_ui_Text_getOutlineSize(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getOutlineSize'", nullptr); @@ -12155,7 +12155,7 @@ int lua_axis_ui_Text_getOutlineSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getOutlineSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getOutlineSize'.",&tolua_err); #endif @@ -12168,18 +12168,18 @@ int lua_axis_ui_Text_init(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_init'", nullptr); @@ -12211,7 +12211,7 @@ int lua_axis_ui_Text_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:init",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_init'.",&tolua_err); #endif @@ -12224,18 +12224,18 @@ int lua_axis_ui_Text_getShadowBlurRadius(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getShadowBlurRadius'", nullptr); @@ -12258,7 +12258,7 @@ int lua_axis_ui_Text_getShadowBlurRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getShadowBlurRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getShadowBlurRadius'.",&tolua_err); #endif @@ -12271,18 +12271,18 @@ int lua_axis_ui_Text_isTouchScaleChangeEnabled(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_isTouchScaleChangeEnabled'", nullptr); @@ -12305,7 +12305,7 @@ int lua_axis_ui_Text_isTouchScaleChangeEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:isTouchScaleChangeEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_isTouchScaleChangeEnabled'.",&tolua_err); #endif @@ -12318,18 +12318,18 @@ int lua_axis_ui_Text_getFontName(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getFontName'", nullptr); @@ -12352,7 +12352,7 @@ int lua_axis_ui_Text_getFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getFontName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getFontName'.",&tolua_err); #endif @@ -12365,18 +12365,18 @@ int lua_axis_ui_Text_setTextAreaSize(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setTextAreaSize'", nullptr); @@ -12402,7 +12402,7 @@ int lua_axis_ui_Text_setTextAreaSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setTextAreaSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setTextAreaSize'.",&tolua_err); #endif @@ -12415,18 +12415,18 @@ int lua_axis_ui_Text_getStringLength(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getStringLength'", nullptr); @@ -12449,7 +12449,7 @@ int lua_axis_ui_Text_getStringLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getStringLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getStringLength'.",&tolua_err); #endif @@ -12462,18 +12462,18 @@ int lua_axis_ui_Text_getAutoRenderSize(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getAutoRenderSize'", nullptr); @@ -12496,7 +12496,7 @@ int lua_axis_ui_Text_getAutoRenderSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getAutoRenderSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getAutoRenderSize'.",&tolua_err); #endif @@ -12509,18 +12509,18 @@ int lua_axis_ui_Text_enableOutline(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_enableOutline'", nullptr); @@ -12563,7 +12563,7 @@ int lua_axis_ui_Text_enableOutline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:enableOutline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_enableOutline'.",&tolua_err); #endif @@ -12576,18 +12576,18 @@ int lua_axis_ui_Text_getEffectColor(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getEffectColor'", nullptr); @@ -12610,7 +12610,7 @@ int lua_axis_ui_Text_getEffectColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getEffectColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getEffectColor'.",&tolua_err); #endif @@ -12623,18 +12623,18 @@ int lua_axis_ui_Text_getType(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getType'", nullptr); @@ -12657,7 +12657,7 @@ int lua_axis_ui_Text_getType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getType'.",&tolua_err); #endif @@ -12670,18 +12670,18 @@ int lua_axis_ui_Text_getTextHorizontalAlignment(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getTextHorizontalAlignment'", nullptr); @@ -12704,7 +12704,7 @@ int lua_axis_ui_Text_getTextHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getTextHorizontalAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getTextHorizontalAlignment'.",&tolua_err); #endif @@ -12717,18 +12717,18 @@ int lua_axis_ui_Text_isShadowEnabled(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_isShadowEnabled'", nullptr); @@ -12751,7 +12751,7 @@ int lua_axis_ui_Text_isShadowEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:isShadowEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_isShadowEnabled'.",&tolua_err); #endif @@ -12764,18 +12764,18 @@ int lua_axis_ui_Text_setFontSize(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setFontSize'", nullptr); @@ -12801,7 +12801,7 @@ int lua_axis_ui_Text_setFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setFontSize'.",&tolua_err); #endif @@ -12814,18 +12814,18 @@ int lua_axis_ui_Text_getShadowColor(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getShadowColor'", nullptr); @@ -12848,7 +12848,7 @@ int lua_axis_ui_Text_getShadowColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getShadowColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getShadowColor'.",&tolua_err); #endif @@ -12861,18 +12861,18 @@ int lua_axis_ui_Text_setTextColor(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setTextColor'", nullptr); @@ -12898,7 +12898,7 @@ int lua_axis_ui_Text_setTextColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setTextColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setTextColor'.",&tolua_err); #endif @@ -12911,18 +12911,18 @@ int lua_axis_ui_Text_enableGlow(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_enableGlow'", nullptr); @@ -12948,7 +12948,7 @@ int lua_axis_ui_Text_enableGlow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:enableGlow",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_enableGlow'.",&tolua_err); #endif @@ -12961,18 +12961,18 @@ int lua_axis_ui_Text_getLetter(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getLetter'", nullptr); @@ -12998,7 +12998,7 @@ int lua_axis_ui_Text_getLetter(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getLetter",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getLetter'.",&tolua_err); #endif @@ -13011,18 +13011,18 @@ int lua_axis_ui_Text_setBlendFunc(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setBlendFunc'", nullptr); @@ -13048,7 +13048,7 @@ int lua_axis_ui_Text_setBlendFunc(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setBlendFunc",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setBlendFunc'.",&tolua_err); #endif @@ -13061,18 +13061,18 @@ int lua_axis_ui_Text_getTextVerticalAlignment(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getTextVerticalAlignment'", nullptr); @@ -13095,7 +13095,7 @@ int lua_axis_ui_Text_getTextVerticalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getTextVerticalAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getTextVerticalAlignment'.",&tolua_err); #endif @@ -13108,18 +13108,18 @@ int lua_axis_ui_Text_getTextAreaSize(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_getTextAreaSize'", nullptr); @@ -13142,7 +13142,7 @@ int lua_axis_ui_Text_getTextAreaSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:getTextAreaSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_getTextAreaSize'.",&tolua_err); #endif @@ -13155,18 +13155,18 @@ int lua_axis_ui_Text_setTextHorizontalAlignment(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Text*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Text_setTextHorizontalAlignment'", nullptr); @@ -13192,7 +13192,7 @@ int lua_axis_ui_Text_setTextHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:setTextHorizontalAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_setTextHorizontalAlignment'.",&tolua_err); #endif @@ -13203,11 +13203,11 @@ int lua_axis_ui_Text_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif @@ -13244,7 +13244,7 @@ int lua_axis_ui_Text_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.Text:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_create'.",&tolua_err); #endif @@ -13255,11 +13255,11 @@ int lua_axis_ui_Text_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Text",0,&tolua_err)) goto tolua_lerror; #endif @@ -13278,7 +13278,7 @@ int lua_axis_ui_Text_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Text:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_createInstance'.",&tolua_err); #endif @@ -13290,7 +13290,7 @@ int lua_axis_ui_Text_constructor(lua_State* tolua_S) axis::ui::Text* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -13314,7 +13314,7 @@ int lua_axis_ui_Text_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Text:Text",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Text_constructor'.",&tolua_err); #endif @@ -13383,18 +13383,18 @@ int lua_axis_ui_TextAtlas_getStringLength(lua_State* tolua_S) axis::ui::TextAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextAtlas_getStringLength'", nullptr); @@ -13417,7 +13417,7 @@ int lua_axis_ui_TextAtlas_getStringLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextAtlas:getStringLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_getStringLength'.",&tolua_err); #endif @@ -13430,18 +13430,18 @@ int lua_axis_ui_TextAtlas_getString(lua_State* tolua_S) axis::ui::TextAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextAtlas_getString'", nullptr); @@ -13464,7 +13464,7 @@ int lua_axis_ui_TextAtlas_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextAtlas:getString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_getString'.",&tolua_err); #endif @@ -13477,18 +13477,18 @@ int lua_axis_ui_TextAtlas_setString(lua_State* tolua_S) axis::ui::TextAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextAtlas_setString'", nullptr); @@ -13514,7 +13514,7 @@ int lua_axis_ui_TextAtlas_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextAtlas:setString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_setString'.",&tolua_err); #endif @@ -13527,18 +13527,18 @@ int lua_axis_ui_TextAtlas_getRenderFile(lua_State* tolua_S) axis::ui::TextAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextAtlas_getRenderFile'", nullptr); @@ -13561,7 +13561,7 @@ int lua_axis_ui_TextAtlas_getRenderFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextAtlas:getRenderFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_getRenderFile'.",&tolua_err); #endif @@ -13574,18 +13574,18 @@ int lua_axis_ui_TextAtlas_setProperty(lua_State* tolua_S) axis::ui::TextAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextAtlas_setProperty'", nullptr); @@ -13623,7 +13623,7 @@ int lua_axis_ui_TextAtlas_setProperty(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextAtlas:setProperty",argc, 5); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_setProperty'.",&tolua_err); #endif @@ -13636,18 +13636,18 @@ int lua_axis_ui_TextAtlas_adaptRenderers(lua_State* tolua_S) axis::ui::TextAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextAtlas",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextAtlas*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextAtlas_adaptRenderers'", nullptr); @@ -13670,7 +13670,7 @@ int lua_axis_ui_TextAtlas_adaptRenderers(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextAtlas:adaptRenderers",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_adaptRenderers'.",&tolua_err); #endif @@ -13681,11 +13681,11 @@ int lua_axis_ui_TextAtlas_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.TextAtlas",0,&tolua_err)) goto tolua_lerror; #endif @@ -13728,7 +13728,7 @@ int lua_axis_ui_TextAtlas_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.TextAtlas:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_create'.",&tolua_err); #endif @@ -13739,11 +13739,11 @@ int lua_axis_ui_TextAtlas_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.TextAtlas",0,&tolua_err)) goto tolua_lerror; #endif @@ -13762,7 +13762,7 @@ int lua_axis_ui_TextAtlas_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.TextAtlas:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_createInstance'.",&tolua_err); #endif @@ -13774,7 +13774,7 @@ int lua_axis_ui_TextAtlas_constructor(lua_State* tolua_S) axis::ui::TextAtlas* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -13798,7 +13798,7 @@ int lua_axis_ui_TextAtlas_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextAtlas:TextAtlas",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextAtlas_constructor'.",&tolua_err); #endif @@ -13839,18 +13839,18 @@ int lua_axis_ui_LoadingBar_setPercent(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_setPercent'", nullptr); @@ -13876,7 +13876,7 @@ int lua_axis_ui_LoadingBar_setPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:setPercent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_setPercent'.",&tolua_err); #endif @@ -13889,18 +13889,18 @@ int lua_axis_ui_LoadingBar_loadTexture(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_loadTexture'", nullptr); @@ -13943,7 +13943,7 @@ int lua_axis_ui_LoadingBar_loadTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:loadTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_loadTexture'.",&tolua_err); #endif @@ -13956,18 +13956,18 @@ int lua_axis_ui_LoadingBar_setDirection(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_setDirection'", nullptr); @@ -13993,7 +13993,7 @@ int lua_axis_ui_LoadingBar_setDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:setDirection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_setDirection'.",&tolua_err); #endif @@ -14006,18 +14006,18 @@ int lua_axis_ui_LoadingBar_getRenderFile(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_getRenderFile'", nullptr); @@ -14040,7 +14040,7 @@ int lua_axis_ui_LoadingBar_getRenderFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:getRenderFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_getRenderFile'.",&tolua_err); #endif @@ -14053,18 +14053,18 @@ int lua_axis_ui_LoadingBar_setScale9Enabled(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_setScale9Enabled'", nullptr); @@ -14090,7 +14090,7 @@ int lua_axis_ui_LoadingBar_setScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:setScale9Enabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_setScale9Enabled'.",&tolua_err); #endif @@ -14103,18 +14103,18 @@ int lua_axis_ui_LoadingBar_setCapInsets(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_setCapInsets'", nullptr); @@ -14140,7 +14140,7 @@ int lua_axis_ui_LoadingBar_setCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:setCapInsets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_setCapInsets'.",&tolua_err); #endif @@ -14153,18 +14153,18 @@ int lua_axis_ui_LoadingBar_getDirection(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_getDirection'", nullptr); @@ -14187,7 +14187,7 @@ int lua_axis_ui_LoadingBar_getDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:getDirection",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_getDirection'.",&tolua_err); #endif @@ -14200,18 +14200,18 @@ int lua_axis_ui_LoadingBar_getCapInsets(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_getCapInsets'", nullptr); @@ -14234,7 +14234,7 @@ int lua_axis_ui_LoadingBar_getCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:getCapInsets",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_getCapInsets'.",&tolua_err); #endif @@ -14247,18 +14247,18 @@ int lua_axis_ui_LoadingBar_isScale9Enabled(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_isScale9Enabled'", nullptr); @@ -14281,7 +14281,7 @@ int lua_axis_ui_LoadingBar_isScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:isScale9Enabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_isScale9Enabled'.",&tolua_err); #endif @@ -14294,18 +14294,18 @@ int lua_axis_ui_LoadingBar_getPercent(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LoadingBar*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LoadingBar_getPercent'", nullptr); @@ -14328,7 +14328,7 @@ int lua_axis_ui_LoadingBar_getPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:getPercent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_getPercent'.",&tolua_err); #endif @@ -14339,11 +14339,11 @@ int lua_axis_ui_LoadingBar_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif @@ -14425,7 +14425,7 @@ int lua_axis_ui_LoadingBar_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.LoadingBar:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_create'.",&tolua_err); #endif @@ -14436,11 +14436,11 @@ int lua_axis_ui_LoadingBar_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.LoadingBar",0,&tolua_err)) goto tolua_lerror; #endif @@ -14459,7 +14459,7 @@ int lua_axis_ui_LoadingBar_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.LoadingBar:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_createInstance'.",&tolua_err); #endif @@ -14471,7 +14471,7 @@ int lua_axis_ui_LoadingBar_constructor(lua_State* tolua_S) axis::ui::LoadingBar* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -14495,7 +14495,7 @@ int lua_axis_ui_LoadingBar_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LoadingBar:LoadingBar",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LoadingBar_constructor'.",&tolua_err); #endif @@ -14540,18 +14540,18 @@ int lua_axis_ui_ScrollView_scrollToTop(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToTop'", nullptr); @@ -14580,7 +14580,7 @@ int lua_axis_ui_ScrollView_scrollToTop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToTop",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToTop'.",&tolua_err); #endif @@ -14593,18 +14593,18 @@ int lua_axis_ui_ScrollView_scrollToPercentHorizontal(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToPercentHorizontal'", nullptr); @@ -14636,7 +14636,7 @@ int lua_axis_ui_ScrollView_scrollToPercentHorizontal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToPercentHorizontal",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToPercentHorizontal'.",&tolua_err); #endif @@ -14649,18 +14649,18 @@ int lua_axis_ui_ScrollView_setScrollBarOpacity(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarOpacity'", nullptr); @@ -14686,7 +14686,7 @@ int lua_axis_ui_ScrollView_setScrollBarOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarOpacity'.",&tolua_err); #endif @@ -14699,18 +14699,18 @@ int lua_axis_ui_ScrollView_setScrollBarEnabled(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarEnabled'", nullptr); @@ -14736,7 +14736,7 @@ int lua_axis_ui_ScrollView_setScrollBarEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarEnabled'.",&tolua_err); #endif @@ -14749,18 +14749,18 @@ int lua_axis_ui_ScrollView_isInertiaScrollEnabled(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_isInertiaScrollEnabled'", nullptr); @@ -14783,7 +14783,7 @@ int lua_axis_ui_ScrollView_isInertiaScrollEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:isInertiaScrollEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_isInertiaScrollEnabled'.",&tolua_err); #endif @@ -14796,18 +14796,18 @@ int lua_axis_ui_ScrollView_scrollToBottom(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToBottom'", nullptr); @@ -14836,7 +14836,7 @@ int lua_axis_ui_ScrollView_scrollToBottom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToBottom",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToBottom'.",&tolua_err); #endif @@ -14849,18 +14849,18 @@ int lua_axis_ui_ScrollView_getScrolledPercentBothDirection(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrolledPercentBothDirection'", nullptr); @@ -14883,7 +14883,7 @@ int lua_axis_ui_ScrollView_getScrolledPercentBothDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrolledPercentBothDirection",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrolledPercentBothDirection'.",&tolua_err); #endif @@ -14896,18 +14896,18 @@ int lua_axis_ui_ScrollView_getDirection(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getDirection'", nullptr); @@ -14930,7 +14930,7 @@ int lua_axis_ui_ScrollView_getDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getDirection",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getDirection'.",&tolua_err); #endif @@ -14943,18 +14943,18 @@ int lua_axis_ui_ScrollView_setScrollBarColor(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarColor'", nullptr); @@ -14980,7 +14980,7 @@ int lua_axis_ui_ScrollView_setScrollBarColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarColor'.",&tolua_err); #endif @@ -14993,18 +14993,18 @@ int lua_axis_ui_ScrollView_scrollToBottomLeft(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToBottomLeft'", nullptr); @@ -15033,7 +15033,7 @@ int lua_axis_ui_ScrollView_scrollToBottomLeft(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToBottomLeft",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToBottomLeft'.",&tolua_err); #endif @@ -15046,18 +15046,18 @@ int lua_axis_ui_ScrollView_getInnerContainer(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getInnerContainer'", nullptr); @@ -15080,7 +15080,7 @@ int lua_axis_ui_ScrollView_getInnerContainer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getInnerContainer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getInnerContainer'.",&tolua_err); #endif @@ -15093,18 +15093,18 @@ int lua_axis_ui_ScrollView_jumpToBottom(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToBottom'", nullptr); @@ -15127,7 +15127,7 @@ int lua_axis_ui_ScrollView_jumpToBottom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToBottom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToBottom'.",&tolua_err); #endif @@ -15140,18 +15140,18 @@ int lua_axis_ui_ScrollView_setInnerContainerPosition(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setInnerContainerPosition'", nullptr); @@ -15177,7 +15177,7 @@ int lua_axis_ui_ScrollView_setInnerContainerPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setInnerContainerPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setInnerContainerPosition'.",&tolua_err); #endif @@ -15190,18 +15190,18 @@ int lua_axis_ui_ScrollView_setDirection(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setDirection'", nullptr); @@ -15227,7 +15227,7 @@ int lua_axis_ui_ScrollView_setDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setDirection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setDirection'.",&tolua_err); #endif @@ -15240,18 +15240,18 @@ int lua_axis_ui_ScrollView_scrollToTopLeft(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToTopLeft'", nullptr); @@ -15280,7 +15280,7 @@ int lua_axis_ui_ScrollView_scrollToTopLeft(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToTopLeft",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToTopLeft'.",&tolua_err); #endif @@ -15293,18 +15293,18 @@ int lua_axis_ui_ScrollView_jumpToTopRight(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToTopRight'", nullptr); @@ -15327,7 +15327,7 @@ int lua_axis_ui_ScrollView_jumpToTopRight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToTopRight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToTopRight'.",&tolua_err); #endif @@ -15340,18 +15340,18 @@ int lua_axis_ui_ScrollView_scrollToPercentBothDirection(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToPercentBothDirection'", nullptr); @@ -15383,7 +15383,7 @@ int lua_axis_ui_ScrollView_scrollToPercentBothDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToPercentBothDirection",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToPercentBothDirection'.",&tolua_err); #endif @@ -15396,18 +15396,18 @@ int lua_axis_ui_ScrollView_setInnerContainerSize(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setInnerContainerSize'", nullptr); @@ -15433,7 +15433,7 @@ int lua_axis_ui_ScrollView_setInnerContainerSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setInnerContainerSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setInnerContainerSize'.",&tolua_err); #endif @@ -15446,18 +15446,18 @@ int lua_axis_ui_ScrollView_getInnerContainerPosition(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getInnerContainerPosition'", nullptr); @@ -15480,7 +15480,7 @@ int lua_axis_ui_ScrollView_getInnerContainerPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getInnerContainerPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getInnerContainerPosition'.",&tolua_err); #endif @@ -15493,18 +15493,18 @@ int lua_axis_ui_ScrollView_jumpToTop(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToTop'", nullptr); @@ -15527,7 +15527,7 @@ int lua_axis_ui_ScrollView_jumpToTop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToTop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToTop'.",&tolua_err); #endif @@ -15540,18 +15540,18 @@ int lua_axis_ui_ScrollView_getScrolledPercentVertical(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrolledPercentVertical'", nullptr); @@ -15574,7 +15574,7 @@ int lua_axis_ui_ScrollView_getScrolledPercentVertical(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrolledPercentVertical",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrolledPercentVertical'.",&tolua_err); #endif @@ -15587,18 +15587,18 @@ int lua_axis_ui_ScrollView_isBounceEnabled(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_isBounceEnabled'", nullptr); @@ -15621,7 +15621,7 @@ int lua_axis_ui_ScrollView_isBounceEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:isBounceEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_isBounceEnabled'.",&tolua_err); #endif @@ -15634,18 +15634,18 @@ int lua_axis_ui_ScrollView_jumpToPercentVertical(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToPercentVertical'", nullptr); @@ -15671,7 +15671,7 @@ int lua_axis_ui_ScrollView_jumpToPercentVertical(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToPercentVertical",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToPercentVertical'.",&tolua_err); #endif @@ -15684,18 +15684,18 @@ int lua_axis_ui_ScrollView_addEventListener(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_addEventListener'", nullptr); @@ -15725,7 +15725,7 @@ int lua_axis_ui_ScrollView_addEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:addEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_addEventListener'.",&tolua_err); #endif @@ -15738,18 +15738,18 @@ int lua_axis_ui_ScrollView_setScrollBarAutoHideTime(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarAutoHideTime'", nullptr); @@ -15775,7 +15775,7 @@ int lua_axis_ui_ScrollView_setScrollBarAutoHideTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarAutoHideTime",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarAutoHideTime'.",&tolua_err); #endif @@ -15788,18 +15788,18 @@ int lua_axis_ui_ScrollView_stopScroll(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_stopScroll'", nullptr); @@ -15822,7 +15822,7 @@ int lua_axis_ui_ScrollView_stopScroll(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:stopScroll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_stopScroll'.",&tolua_err); #endif @@ -15835,18 +15835,18 @@ int lua_axis_ui_ScrollView_setScrollBarPositionFromCornerForHorizontal(lua_State axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarPositionFromCornerForHorizontal'", nullptr); @@ -15872,7 +15872,7 @@ int lua_axis_ui_ScrollView_setScrollBarPositionFromCornerForHorizontal(lua_State luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarPositionFromCornerForHorizontal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarPositionFromCornerForHorizontal'.",&tolua_err); #endif @@ -15885,18 +15885,18 @@ int lua_axis_ui_ScrollView_setInertiaScrollEnabled(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setInertiaScrollEnabled'", nullptr); @@ -15922,7 +15922,7 @@ int lua_axis_ui_ScrollView_setInertiaScrollEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setInertiaScrollEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setInertiaScrollEnabled'.",&tolua_err); #endif @@ -15935,18 +15935,18 @@ int lua_axis_ui_ScrollView_setScrollBarAutoHideEnabled(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarAutoHideEnabled'", nullptr); @@ -15972,7 +15972,7 @@ int lua_axis_ui_ScrollView_setScrollBarAutoHideEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarAutoHideEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarAutoHideEnabled'.",&tolua_err); #endif @@ -15985,18 +15985,18 @@ int lua_axis_ui_ScrollView_getScrollBarColor(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrollBarColor'", nullptr); @@ -16019,7 +16019,7 @@ int lua_axis_ui_ScrollView_getScrollBarColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrollBarColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrollBarColor'.",&tolua_err); #endif @@ -16032,18 +16032,18 @@ int lua_axis_ui_ScrollView_jumpToTopLeft(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToTopLeft'", nullptr); @@ -16066,7 +16066,7 @@ int lua_axis_ui_ScrollView_jumpToTopLeft(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToTopLeft",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToTopLeft'.",&tolua_err); #endif @@ -16079,18 +16079,18 @@ int lua_axis_ui_ScrollView_isScrollBarEnabled(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_isScrollBarEnabled'", nullptr); @@ -16113,7 +16113,7 @@ int lua_axis_ui_ScrollView_isScrollBarEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:isScrollBarEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_isScrollBarEnabled'.",&tolua_err); #endif @@ -16126,18 +16126,18 @@ int lua_axis_ui_ScrollView_isAutoScrolling(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_isAutoScrolling'", nullptr); @@ -16160,7 +16160,7 @@ int lua_axis_ui_ScrollView_isAutoScrolling(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:isAutoScrolling",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_isAutoScrolling'.",&tolua_err); #endif @@ -16173,18 +16173,18 @@ int lua_axis_ui_ScrollView_jumpToBottomRight(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToBottomRight'", nullptr); @@ -16207,7 +16207,7 @@ int lua_axis_ui_ScrollView_jumpToBottomRight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToBottomRight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToBottomRight'.",&tolua_err); #endif @@ -16220,18 +16220,18 @@ int lua_axis_ui_ScrollView_setTouchTotalTimeThreshold(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setTouchTotalTimeThreshold'", nullptr); @@ -16257,7 +16257,7 @@ int lua_axis_ui_ScrollView_setTouchTotalTimeThreshold(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setTouchTotalTimeThreshold",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setTouchTotalTimeThreshold'.",&tolua_err); #endif @@ -16270,18 +16270,18 @@ int lua_axis_ui_ScrollView_getTouchTotalTimeThreshold(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getTouchTotalTimeThreshold'", nullptr); @@ -16304,7 +16304,7 @@ int lua_axis_ui_ScrollView_getTouchTotalTimeThreshold(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getTouchTotalTimeThreshold",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getTouchTotalTimeThreshold'.",&tolua_err); #endif @@ -16317,18 +16317,18 @@ int lua_axis_ui_ScrollView_getScrollBarPositionFromCornerForHorizontal(lua_State axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrollBarPositionFromCornerForHorizontal'", nullptr); @@ -16351,7 +16351,7 @@ int lua_axis_ui_ScrollView_getScrollBarPositionFromCornerForHorizontal(lua_State luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrollBarPositionFromCornerForHorizontal",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrollBarPositionFromCornerForHorizontal'.",&tolua_err); #endif @@ -16364,18 +16364,18 @@ int lua_axis_ui_ScrollView_getScrolledPercentHorizontal(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrolledPercentHorizontal'", nullptr); @@ -16398,7 +16398,7 @@ int lua_axis_ui_ScrollView_getScrolledPercentHorizontal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrolledPercentHorizontal",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrolledPercentHorizontal'.",&tolua_err); #endif @@ -16411,18 +16411,18 @@ int lua_axis_ui_ScrollView_setBounceEnabled(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setBounceEnabled'", nullptr); @@ -16448,7 +16448,7 @@ int lua_axis_ui_ScrollView_setBounceEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setBounceEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setBounceEnabled'.",&tolua_err); #endif @@ -16461,18 +16461,18 @@ int lua_axis_ui_ScrollView_stopAutoScroll(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_stopAutoScroll'", nullptr); @@ -16495,7 +16495,7 @@ int lua_axis_ui_ScrollView_stopAutoScroll(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:stopAutoScroll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_stopAutoScroll'.",&tolua_err); #endif @@ -16508,18 +16508,18 @@ int lua_axis_ui_ScrollView_scrollToTopRight(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToTopRight'", nullptr); @@ -16548,7 +16548,7 @@ int lua_axis_ui_ScrollView_scrollToTopRight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToTopRight",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToTopRight'.",&tolua_err); #endif @@ -16561,18 +16561,18 @@ int lua_axis_ui_ScrollView_isScrolling(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_isScrolling'", nullptr); @@ -16595,7 +16595,7 @@ int lua_axis_ui_ScrollView_isScrolling(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:isScrolling",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_isScrolling'.",&tolua_err); #endif @@ -16608,18 +16608,18 @@ int lua_axis_ui_ScrollView_scrollToLeft(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToLeft'", nullptr); @@ -16648,7 +16648,7 @@ int lua_axis_ui_ScrollView_scrollToLeft(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToLeft",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToLeft'.",&tolua_err); #endif @@ -16661,18 +16661,18 @@ int lua_axis_ui_ScrollView_jumpToPercentBothDirection(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToPercentBothDirection'", nullptr); @@ -16698,7 +16698,7 @@ int lua_axis_ui_ScrollView_jumpToPercentBothDirection(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToPercentBothDirection",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToPercentBothDirection'.",&tolua_err); #endif @@ -16711,18 +16711,18 @@ int lua_axis_ui_ScrollView_stopOverallScroll(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_stopOverallScroll'", nullptr); @@ -16745,7 +16745,7 @@ int lua_axis_ui_ScrollView_stopOverallScroll(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:stopOverallScroll",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_stopOverallScroll'.",&tolua_err); #endif @@ -16758,18 +16758,18 @@ int lua_axis_ui_ScrollView_scrollToPercentVertical(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToPercentVertical'", nullptr); @@ -16801,7 +16801,7 @@ int lua_axis_ui_ScrollView_scrollToPercentVertical(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToPercentVertical",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToPercentVertical'.",&tolua_err); #endif @@ -16814,18 +16814,18 @@ int lua_axis_ui_ScrollView_setScrollBarWidth(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarWidth'", nullptr); @@ -16851,7 +16851,7 @@ int lua_axis_ui_ScrollView_setScrollBarWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarWidth'.",&tolua_err); #endif @@ -16864,18 +16864,18 @@ int lua_axis_ui_ScrollView_getScrollBarOpacity(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrollBarOpacity'", nullptr); @@ -16898,7 +16898,7 @@ int lua_axis_ui_ScrollView_getScrollBarOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrollBarOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrollBarOpacity'.",&tolua_err); #endif @@ -16911,18 +16911,18 @@ int lua_axis_ui_ScrollView_scrollToBottomRight(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToBottomRight'", nullptr); @@ -16951,7 +16951,7 @@ int lua_axis_ui_ScrollView_scrollToBottomRight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToBottomRight",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToBottomRight'.",&tolua_err); #endif @@ -16964,18 +16964,18 @@ int lua_axis_ui_ScrollView_setScrollBarPositionFromCorner(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarPositionFromCorner'", nullptr); @@ -17001,7 +17001,7 @@ int lua_axis_ui_ScrollView_setScrollBarPositionFromCorner(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarPositionFromCorner",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarPositionFromCorner'.",&tolua_err); #endif @@ -17014,18 +17014,18 @@ int lua_axis_ui_ScrollView_setScrollBarPositionFromCornerForVertical(lua_State* axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_setScrollBarPositionFromCornerForVertical'", nullptr); @@ -17051,7 +17051,7 @@ int lua_axis_ui_ScrollView_setScrollBarPositionFromCornerForVertical(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:setScrollBarPositionFromCornerForVertical",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_setScrollBarPositionFromCornerForVertical'.",&tolua_err); #endif @@ -17064,18 +17064,18 @@ int lua_axis_ui_ScrollView_getScrollBarAutoHideTime(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrollBarAutoHideTime'", nullptr); @@ -17098,7 +17098,7 @@ int lua_axis_ui_ScrollView_getScrollBarAutoHideTime(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrollBarAutoHideTime",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrollBarAutoHideTime'.",&tolua_err); #endif @@ -17111,18 +17111,18 @@ int lua_axis_ui_ScrollView_jumpToLeft(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToLeft'", nullptr); @@ -17145,7 +17145,7 @@ int lua_axis_ui_ScrollView_jumpToLeft(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToLeft",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToLeft'.",&tolua_err); #endif @@ -17158,18 +17158,18 @@ int lua_axis_ui_ScrollView_scrollToRight(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_scrollToRight'", nullptr); @@ -17198,7 +17198,7 @@ int lua_axis_ui_ScrollView_scrollToRight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:scrollToRight",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_scrollToRight'.",&tolua_err); #endif @@ -17211,18 +17211,18 @@ int lua_axis_ui_ScrollView_getScrollBarPositionFromCornerForVertical(lua_State* axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrollBarPositionFromCornerForVertical'", nullptr); @@ -17245,7 +17245,7 @@ int lua_axis_ui_ScrollView_getScrollBarPositionFromCornerForVertical(lua_State* luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrollBarPositionFromCornerForVertical",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrollBarPositionFromCornerForVertical'.",&tolua_err); #endif @@ -17258,18 +17258,18 @@ int lua_axis_ui_ScrollView_getScrollBarWidth(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getScrollBarWidth'", nullptr); @@ -17292,7 +17292,7 @@ int lua_axis_ui_ScrollView_getScrollBarWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getScrollBarWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getScrollBarWidth'.",&tolua_err); #endif @@ -17305,18 +17305,18 @@ int lua_axis_ui_ScrollView_isScrollBarAutoHideEnabled(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_isScrollBarAutoHideEnabled'", nullptr); @@ -17339,7 +17339,7 @@ int lua_axis_ui_ScrollView_isScrollBarAutoHideEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:isScrollBarAutoHideEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_isScrollBarAutoHideEnabled'.",&tolua_err); #endif @@ -17352,18 +17352,18 @@ int lua_axis_ui_ScrollView_jumpToBottomLeft(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToBottomLeft'", nullptr); @@ -17386,7 +17386,7 @@ int lua_axis_ui_ScrollView_jumpToBottomLeft(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToBottomLeft",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToBottomLeft'.",&tolua_err); #endif @@ -17399,18 +17399,18 @@ int lua_axis_ui_ScrollView_jumpToRight(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToRight'", nullptr); @@ -17433,7 +17433,7 @@ int lua_axis_ui_ScrollView_jumpToRight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToRight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToRight'.",&tolua_err); #endif @@ -17446,18 +17446,18 @@ int lua_axis_ui_ScrollView_getInnerContainerSize(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_getInnerContainerSize'", nullptr); @@ -17480,7 +17480,7 @@ int lua_axis_ui_ScrollView_getInnerContainerSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:getInnerContainerSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_getInnerContainerSize'.",&tolua_err); #endif @@ -17493,18 +17493,18 @@ int lua_axis_ui_ScrollView_jumpToPercentHorizontal(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ScrollView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ScrollView_jumpToPercentHorizontal'", nullptr); @@ -17530,7 +17530,7 @@ int lua_axis_ui_ScrollView_jumpToPercentHorizontal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:jumpToPercentHorizontal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_jumpToPercentHorizontal'.",&tolua_err); #endif @@ -17542,11 +17542,11 @@ int lua_axis_ui_ScrollView_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif @@ -17565,7 +17565,7 @@ int lua_axis_ui_ScrollView_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.ScrollView:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_create'.",&tolua_err); #endif @@ -17576,11 +17576,11 @@ int lua_axis_ui_ScrollView_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.ScrollView",0,&tolua_err)) goto tolua_lerror; #endif @@ -17599,7 +17599,7 @@ int lua_axis_ui_ScrollView_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.ScrollView:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_createInstance'.",&tolua_err); #endif @@ -17611,7 +17611,7 @@ int lua_axis_ui_ScrollView_constructor(lua_State* tolua_S) axis::ui::ScrollView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -17635,7 +17635,7 @@ int lua_axis_ui_ScrollView_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ScrollView:ScrollView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ScrollView_constructor'.",&tolua_err); #endif @@ -17731,18 +17731,18 @@ int lua_axis_ui_ListView_setGravity(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setGravity'", nullptr); @@ -17768,7 +17768,7 @@ int lua_axis_ui_ListView_setGravity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setGravity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setGravity'.",&tolua_err); #endif @@ -17781,18 +17781,18 @@ int lua_axis_ui_ListView_removeLastItem(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_removeLastItem'", nullptr); @@ -17815,7 +17815,7 @@ int lua_axis_ui_ListView_removeLastItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:removeLastItem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_removeLastItem'.",&tolua_err); #endif @@ -17828,18 +17828,18 @@ int lua_axis_ui_ListView_getLeftPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getLeftPadding'", nullptr); @@ -17862,7 +17862,7 @@ int lua_axis_ui_ListView_getLeftPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getLeftPadding",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getLeftPadding'.",&tolua_err); #endif @@ -17875,18 +17875,18 @@ int lua_axis_ui_ListView_getCenterItemInCurrentView(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getCenterItemInCurrentView'", nullptr); @@ -17909,7 +17909,7 @@ int lua_axis_ui_ListView_getCenterItemInCurrentView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getCenterItemInCurrentView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getCenterItemInCurrentView'.",&tolua_err); #endif @@ -17922,18 +17922,18 @@ int lua_axis_ui_ListView_getCurSelectedIndex(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getCurSelectedIndex'", nullptr); @@ -17956,7 +17956,7 @@ int lua_axis_ui_ListView_getCurSelectedIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getCurSelectedIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getCurSelectedIndex'.",&tolua_err); #endif @@ -17969,18 +17969,18 @@ int lua_axis_ui_ListView_getScrollDuration(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getScrollDuration'", nullptr); @@ -18003,7 +18003,7 @@ int lua_axis_ui_ListView_getScrollDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getScrollDuration",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getScrollDuration'.",&tolua_err); #endif @@ -18016,18 +18016,18 @@ int lua_axis_ui_ListView_getMagneticAllowedOutOfBoundary(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getMagneticAllowedOutOfBoundary'", nullptr); @@ -18050,7 +18050,7 @@ int lua_axis_ui_ListView_getMagneticAllowedOutOfBoundary(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getMagneticAllowedOutOfBoundary",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getMagneticAllowedOutOfBoundary'.",&tolua_err); #endif @@ -18063,18 +18063,18 @@ int lua_axis_ui_ListView_getItemsMargin(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getItemsMargin'", nullptr); @@ -18097,7 +18097,7 @@ int lua_axis_ui_ListView_getItemsMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getItemsMargin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getItemsMargin'.",&tolua_err); #endif @@ -18109,15 +18109,15 @@ int lua_axis_ui_ListView_scrollToItem(lua_State* tolua_S) int argc = 0; axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_scrollToItem'", nullptr); @@ -18172,7 +18172,7 @@ int lua_axis_ui_ListView_scrollToItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:scrollToItem",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_scrollToItem'.",&tolua_err); #endif @@ -18185,18 +18185,18 @@ int lua_axis_ui_ListView_jumpToItem(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_jumpToItem'", nullptr); @@ -18228,7 +18228,7 @@ int lua_axis_ui_ListView_jumpToItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:jumpToItem",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_jumpToItem'.",&tolua_err); #endif @@ -18241,18 +18241,18 @@ int lua_axis_ui_ListView_setTopPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setTopPadding'", nullptr); @@ -18278,7 +18278,7 @@ int lua_axis_ui_ListView_setTopPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setTopPadding",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setTopPadding'.",&tolua_err); #endif @@ -18291,18 +18291,18 @@ int lua_axis_ui_ListView_getIndex(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getIndex'", nullptr); @@ -18328,7 +18328,7 @@ int lua_axis_ui_ListView_getIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getIndex'.",&tolua_err); #endif @@ -18341,18 +18341,18 @@ int lua_axis_ui_ListView_pushBackCustomItem(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_pushBackCustomItem'", nullptr); @@ -18378,7 +18378,7 @@ int lua_axis_ui_ListView_pushBackCustomItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:pushBackCustomItem",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_pushBackCustomItem'.",&tolua_err); #endif @@ -18391,18 +18391,18 @@ int lua_axis_ui_ListView_setCurSelectedIndex(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setCurSelectedIndex'", nullptr); @@ -18428,7 +18428,7 @@ int lua_axis_ui_ListView_setCurSelectedIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setCurSelectedIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setCurSelectedIndex'.",&tolua_err); #endif @@ -18441,18 +18441,18 @@ int lua_axis_ui_ListView_insertDefaultItem(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_insertDefaultItem'", nullptr); @@ -18478,7 +18478,7 @@ int lua_axis_ui_ListView_insertDefaultItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:insertDefaultItem",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_insertDefaultItem'.",&tolua_err); #endif @@ -18491,18 +18491,18 @@ int lua_axis_ui_ListView_setMagneticType(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setMagneticType'", nullptr); @@ -18528,7 +18528,7 @@ int lua_axis_ui_ListView_setMagneticType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setMagneticType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setMagneticType'.",&tolua_err); #endif @@ -18541,18 +18541,18 @@ int lua_axis_ui_ListView_setMagneticAllowedOutOfBoundary(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setMagneticAllowedOutOfBoundary'", nullptr); @@ -18578,7 +18578,7 @@ int lua_axis_ui_ListView_setMagneticAllowedOutOfBoundary(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setMagneticAllowedOutOfBoundary",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setMagneticAllowedOutOfBoundary'.",&tolua_err); #endif @@ -18591,18 +18591,18 @@ int lua_axis_ui_ListView_addEventListener(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_addEventListener'", nullptr); @@ -18632,7 +18632,7 @@ int lua_axis_ui_ListView_addEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:addEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_addEventListener'.",&tolua_err); #endif @@ -18645,18 +18645,18 @@ int lua_axis_ui_ListView_doLayout(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_doLayout'", nullptr); @@ -18679,7 +18679,7 @@ int lua_axis_ui_ListView_doLayout(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:doLayout",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_doLayout'.",&tolua_err); #endif @@ -18692,18 +18692,18 @@ int lua_axis_ui_ListView_getTopmostItemInCurrentView(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getTopmostItemInCurrentView'", nullptr); @@ -18726,7 +18726,7 @@ int lua_axis_ui_ListView_getTopmostItemInCurrentView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getTopmostItemInCurrentView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getTopmostItemInCurrentView'.",&tolua_err); #endif @@ -18739,18 +18739,18 @@ int lua_axis_ui_ListView_setPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setPadding'", nullptr); @@ -18785,7 +18785,7 @@ int lua_axis_ui_ListView_setPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setPadding",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setPadding'.",&tolua_err); #endif @@ -18798,18 +18798,18 @@ int lua_axis_ui_ListView_removeAllItems(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_removeAllItems'", nullptr); @@ -18832,7 +18832,7 @@ int lua_axis_ui_ListView_removeAllItems(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:removeAllItems",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_removeAllItems'.",&tolua_err); #endif @@ -18845,18 +18845,18 @@ int lua_axis_ui_ListView_getRightPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getRightPadding'", nullptr); @@ -18879,7 +18879,7 @@ int lua_axis_ui_ListView_getRightPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getRightPadding",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getRightPadding'.",&tolua_err); #endif @@ -18892,18 +18892,18 @@ int lua_axis_ui_ListView_getBottommostItemInCurrentView(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getBottommostItemInCurrentView'", nullptr); @@ -18926,7 +18926,7 @@ int lua_axis_ui_ListView_getBottommostItemInCurrentView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getBottommostItemInCurrentView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getBottommostItemInCurrentView'.",&tolua_err); #endif @@ -18939,18 +18939,18 @@ int lua_axis_ui_ListView_getItems(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getItems'", nullptr); @@ -18973,7 +18973,7 @@ int lua_axis_ui_ListView_getItems(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getItems",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getItems'.",&tolua_err); #endif @@ -18986,18 +18986,18 @@ int lua_axis_ui_ListView_getLeftmostItemInCurrentView(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getLeftmostItemInCurrentView'", nullptr); @@ -19020,7 +19020,7 @@ int lua_axis_ui_ListView_getLeftmostItemInCurrentView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getLeftmostItemInCurrentView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getLeftmostItemInCurrentView'.",&tolua_err); #endif @@ -19033,18 +19033,18 @@ int lua_axis_ui_ListView_setItemsMargin(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setItemsMargin'", nullptr); @@ -19070,7 +19070,7 @@ int lua_axis_ui_ListView_setItemsMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setItemsMargin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setItemsMargin'.",&tolua_err); #endif @@ -19083,18 +19083,18 @@ int lua_axis_ui_ListView_getMagneticType(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getMagneticType'", nullptr); @@ -19117,7 +19117,7 @@ int lua_axis_ui_ListView_getMagneticType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getMagneticType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getMagneticType'.",&tolua_err); #endif @@ -19130,18 +19130,18 @@ int lua_axis_ui_ListView_getItem(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getItem'", nullptr); @@ -19167,7 +19167,7 @@ int lua_axis_ui_ListView_getItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getItem",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getItem'.",&tolua_err); #endif @@ -19180,18 +19180,18 @@ int lua_axis_ui_ListView_removeItem(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_removeItem'", nullptr); @@ -19217,7 +19217,7 @@ int lua_axis_ui_ListView_removeItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:removeItem",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_removeItem'.",&tolua_err); #endif @@ -19230,18 +19230,18 @@ int lua_axis_ui_ListView_getTopPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getTopPadding'", nullptr); @@ -19264,7 +19264,7 @@ int lua_axis_ui_ListView_getTopPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getTopPadding",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getTopPadding'.",&tolua_err); #endif @@ -19277,18 +19277,18 @@ int lua_axis_ui_ListView_pushBackDefaultItem(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_pushBackDefaultItem'", nullptr); @@ -19311,7 +19311,7 @@ int lua_axis_ui_ListView_pushBackDefaultItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:pushBackDefaultItem",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_pushBackDefaultItem'.",&tolua_err); #endif @@ -19324,18 +19324,18 @@ int lua_axis_ui_ListView_setLeftPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setLeftPadding'", nullptr); @@ -19361,7 +19361,7 @@ int lua_axis_ui_ListView_setLeftPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setLeftPadding",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setLeftPadding'.",&tolua_err); #endif @@ -19374,18 +19374,18 @@ int lua_axis_ui_ListView_getClosestItemToPosition(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getClosestItemToPosition'", nullptr); @@ -19414,7 +19414,7 @@ int lua_axis_ui_ListView_getClosestItemToPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getClosestItemToPosition",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getClosestItemToPosition'.",&tolua_err); #endif @@ -19427,18 +19427,18 @@ int lua_axis_ui_ListView_setBottomPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setBottomPadding'", nullptr); @@ -19464,7 +19464,7 @@ int lua_axis_ui_ListView_setBottomPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setBottomPadding",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setBottomPadding'.",&tolua_err); #endif @@ -19477,18 +19477,18 @@ int lua_axis_ui_ListView_setScrollDuration(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setScrollDuration'", nullptr); @@ -19514,7 +19514,7 @@ int lua_axis_ui_ListView_setScrollDuration(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setScrollDuration",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setScrollDuration'.",&tolua_err); #endif @@ -19527,18 +19527,18 @@ int lua_axis_ui_ListView_getClosestItemToPositionInCurrentView(lua_State* tolua_ axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getClosestItemToPositionInCurrentView'", nullptr); @@ -19567,7 +19567,7 @@ int lua_axis_ui_ListView_getClosestItemToPositionInCurrentView(lua_State* tolua_ luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getClosestItemToPositionInCurrentView",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getClosestItemToPositionInCurrentView'.",&tolua_err); #endif @@ -19580,18 +19580,18 @@ int lua_axis_ui_ListView_getRightmostItemInCurrentView(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getRightmostItemInCurrentView'", nullptr); @@ -19614,7 +19614,7 @@ int lua_axis_ui_ListView_getRightmostItemInCurrentView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getRightmostItemInCurrentView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getRightmostItemInCurrentView'.",&tolua_err); #endif @@ -19627,18 +19627,18 @@ int lua_axis_ui_ListView_setRightPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setRightPadding'", nullptr); @@ -19664,7 +19664,7 @@ int lua_axis_ui_ListView_setRightPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setRightPadding",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setRightPadding'.",&tolua_err); #endif @@ -19677,18 +19677,18 @@ int lua_axis_ui_ListView_setItemModel(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_setItemModel'", nullptr); @@ -19714,7 +19714,7 @@ int lua_axis_ui_ListView_setItemModel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:setItemModel",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_setItemModel'.",&tolua_err); #endif @@ -19727,18 +19727,18 @@ int lua_axis_ui_ListView_getBottomPadding(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_getBottomPadding'", nullptr); @@ -19761,7 +19761,7 @@ int lua_axis_ui_ListView_getBottomPadding(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:getBottomPadding",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_getBottomPadding'.",&tolua_err); #endif @@ -19774,18 +19774,18 @@ int lua_axis_ui_ListView_insertCustomItem(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::ListView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_ListView_insertCustomItem'", nullptr); @@ -19814,7 +19814,7 @@ int lua_axis_ui_ListView_insertCustomItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:insertCustomItem",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_insertCustomItem'.",&tolua_err); #endif @@ -19826,11 +19826,11 @@ int lua_axis_ui_ListView_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif @@ -19849,7 +19849,7 @@ int lua_axis_ui_ListView_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.ListView:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_create'.",&tolua_err); #endif @@ -19860,11 +19860,11 @@ int lua_axis_ui_ListView_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.ListView",0,&tolua_err)) goto tolua_lerror; #endif @@ -19883,7 +19883,7 @@ int lua_axis_ui_ListView_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.ListView:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_createInstance'.",&tolua_err); #endif @@ -19895,7 +19895,7 @@ int lua_axis_ui_ListView_constructor(lua_State* tolua_S) axis::ui::ListView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -19919,7 +19919,7 @@ int lua_axis_ui_ListView_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.ListView:ListView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_ListView_constructor'.",&tolua_err); #endif @@ -19996,18 +19996,18 @@ int lua_axis_ui_Slider_setPercent(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_setPercent'", nullptr); @@ -20033,7 +20033,7 @@ int lua_axis_ui_Slider_setPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:setPercent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_setPercent'.",&tolua_err); #endif @@ -20046,18 +20046,18 @@ int lua_axis_ui_Slider_getMaxPercent(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getMaxPercent'", nullptr); @@ -20080,7 +20080,7 @@ int lua_axis_ui_Slider_getMaxPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getMaxPercent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getMaxPercent'.",&tolua_err); #endif @@ -20093,18 +20093,18 @@ int lua_axis_ui_Slider_loadSlidBallTextureNormal(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_loadSlidBallTextureNormal'", nullptr); @@ -20147,7 +20147,7 @@ int lua_axis_ui_Slider_loadSlidBallTextureNormal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:loadSlidBallTextureNormal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_loadSlidBallTextureNormal'.",&tolua_err); #endif @@ -20160,18 +20160,18 @@ int lua_axis_ui_Slider_loadProgressBarTexture(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_loadProgressBarTexture'", nullptr); @@ -20214,7 +20214,7 @@ int lua_axis_ui_Slider_loadProgressBarTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:loadProgressBarTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_loadProgressBarTexture'.",&tolua_err); #endif @@ -20227,18 +20227,18 @@ int lua_axis_ui_Slider_getBallNormalFile(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getBallNormalFile'", nullptr); @@ -20261,7 +20261,7 @@ int lua_axis_ui_Slider_getBallNormalFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getBallNormalFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getBallNormalFile'.",&tolua_err); #endif @@ -20274,18 +20274,18 @@ int lua_axis_ui_Slider_getSlidBallDisabledRenderer(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getSlidBallDisabledRenderer'", nullptr); @@ -20308,7 +20308,7 @@ int lua_axis_ui_Slider_getSlidBallDisabledRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getSlidBallDisabledRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getSlidBallDisabledRenderer'.",&tolua_err); #endif @@ -20321,18 +20321,18 @@ int lua_axis_ui_Slider_setScale9Enabled(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_setScale9Enabled'", nullptr); @@ -20358,7 +20358,7 @@ int lua_axis_ui_Slider_setScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:setScale9Enabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_setScale9Enabled'.",&tolua_err); #endif @@ -20371,18 +20371,18 @@ int lua_axis_ui_Slider_getBallPressedFile(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getBallPressedFile'", nullptr); @@ -20405,7 +20405,7 @@ int lua_axis_ui_Slider_getBallPressedFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getBallPressedFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getBallPressedFile'.",&tolua_err); #endif @@ -20418,18 +20418,18 @@ int lua_axis_ui_Slider_getZoomScale(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getZoomScale'", nullptr); @@ -20452,7 +20452,7 @@ int lua_axis_ui_Slider_getZoomScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getZoomScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getZoomScale'.",&tolua_err); #endif @@ -20465,18 +20465,18 @@ int lua_axis_ui_Slider_setCapInsetProgressBarRenderer(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_setCapInsetProgressBarRenderer'", nullptr); @@ -20502,7 +20502,7 @@ int lua_axis_ui_Slider_setCapInsetProgressBarRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:setCapInsetProgressBarRenderer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_setCapInsetProgressBarRenderer'.",&tolua_err); #endif @@ -20515,18 +20515,18 @@ int lua_axis_ui_Slider_loadSlidBallTextures(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_loadSlidBallTextures'", nullptr); @@ -20612,7 +20612,7 @@ int lua_axis_ui_Slider_loadSlidBallTextures(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:loadSlidBallTextures",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_loadSlidBallTextures'.",&tolua_err); #endif @@ -20625,18 +20625,18 @@ int lua_axis_ui_Slider_getSlidBallRenderer(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getSlidBallRenderer'", nullptr); @@ -20659,7 +20659,7 @@ int lua_axis_ui_Slider_getSlidBallRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getSlidBallRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getSlidBallRenderer'.",&tolua_err); #endif @@ -20672,18 +20672,18 @@ int lua_axis_ui_Slider_addEventListener(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_addEventListener'", nullptr); @@ -20713,7 +20713,7 @@ int lua_axis_ui_Slider_addEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:addEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_addEventListener'.",&tolua_err); #endif @@ -20726,18 +20726,18 @@ int lua_axis_ui_Slider_setMaxPercent(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_setMaxPercent'", nullptr); @@ -20763,7 +20763,7 @@ int lua_axis_ui_Slider_setMaxPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:setMaxPercent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_setMaxPercent'.",&tolua_err); #endif @@ -20776,18 +20776,18 @@ int lua_axis_ui_Slider_loadBarTexture(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_loadBarTexture'", nullptr); @@ -20830,7 +20830,7 @@ int lua_axis_ui_Slider_loadBarTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:loadBarTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_loadBarTexture'.",&tolua_err); #endif @@ -20843,18 +20843,18 @@ int lua_axis_ui_Slider_getProgressBarFile(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getProgressBarFile'", nullptr); @@ -20877,7 +20877,7 @@ int lua_axis_ui_Slider_getProgressBarFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getProgressBarFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getProgressBarFile'.",&tolua_err); #endif @@ -20890,18 +20890,18 @@ int lua_axis_ui_Slider_getCapInsetsBarRenderer(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getCapInsetsBarRenderer'", nullptr); @@ -20924,7 +20924,7 @@ int lua_axis_ui_Slider_getCapInsetsBarRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getCapInsetsBarRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getCapInsetsBarRenderer'.",&tolua_err); #endif @@ -20937,18 +20937,18 @@ int lua_axis_ui_Slider_updateVisualSlider(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_updateVisualSlider'", nullptr); @@ -20971,7 +20971,7 @@ int lua_axis_ui_Slider_updateVisualSlider(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:updateVisualSlider",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_updateVisualSlider'.",&tolua_err); #endif @@ -20984,18 +20984,18 @@ int lua_axis_ui_Slider_getCapInsetsProgressBarRenderer(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getCapInsetsProgressBarRenderer'", nullptr); @@ -21018,7 +21018,7 @@ int lua_axis_ui_Slider_getCapInsetsProgressBarRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getCapInsetsProgressBarRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getCapInsetsProgressBarRenderer'.",&tolua_err); #endif @@ -21031,18 +21031,18 @@ int lua_axis_ui_Slider_getSlidBallPressedRenderer(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getSlidBallPressedRenderer'", nullptr); @@ -21065,7 +21065,7 @@ int lua_axis_ui_Slider_getSlidBallPressedRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getSlidBallPressedRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getSlidBallPressedRenderer'.",&tolua_err); #endif @@ -21078,18 +21078,18 @@ int lua_axis_ui_Slider_loadSlidBallTexturePressed(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_loadSlidBallTexturePressed'", nullptr); @@ -21132,7 +21132,7 @@ int lua_axis_ui_Slider_loadSlidBallTexturePressed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:loadSlidBallTexturePressed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_loadSlidBallTexturePressed'.",&tolua_err); #endif @@ -21145,18 +21145,18 @@ int lua_axis_ui_Slider_getBackFile(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getBackFile'", nullptr); @@ -21179,7 +21179,7 @@ int lua_axis_ui_Slider_getBackFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getBackFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getBackFile'.",&tolua_err); #endif @@ -21192,18 +21192,18 @@ int lua_axis_ui_Slider_isScale9Enabled(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_isScale9Enabled'", nullptr); @@ -21226,7 +21226,7 @@ int lua_axis_ui_Slider_isScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:isScale9Enabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_isScale9Enabled'.",&tolua_err); #endif @@ -21239,18 +21239,18 @@ int lua_axis_ui_Slider_getBallDisabledFile(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getBallDisabledFile'", nullptr); @@ -21273,7 +21273,7 @@ int lua_axis_ui_Slider_getBallDisabledFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getBallDisabledFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getBallDisabledFile'.",&tolua_err); #endif @@ -21286,18 +21286,18 @@ int lua_axis_ui_Slider_setCapInsetsBarRenderer(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_setCapInsetsBarRenderer'", nullptr); @@ -21323,7 +21323,7 @@ int lua_axis_ui_Slider_setCapInsetsBarRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:setCapInsetsBarRenderer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_setCapInsetsBarRenderer'.",&tolua_err); #endif @@ -21336,18 +21336,18 @@ int lua_axis_ui_Slider_getPercent(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getPercent'", nullptr); @@ -21370,7 +21370,7 @@ int lua_axis_ui_Slider_getPercent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getPercent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getPercent'.",&tolua_err); #endif @@ -21383,18 +21383,18 @@ int lua_axis_ui_Slider_setCapInsets(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_setCapInsets'", nullptr); @@ -21420,7 +21420,7 @@ int lua_axis_ui_Slider_setCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:setCapInsets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_setCapInsets'.",&tolua_err); #endif @@ -21433,18 +21433,18 @@ int lua_axis_ui_Slider_loadSlidBallTextureDisabled(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_loadSlidBallTextureDisabled'", nullptr); @@ -21487,7 +21487,7 @@ int lua_axis_ui_Slider_loadSlidBallTextureDisabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:loadSlidBallTextureDisabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_loadSlidBallTextureDisabled'.",&tolua_err); #endif @@ -21500,18 +21500,18 @@ int lua_axis_ui_Slider_getSlidBallNormalRenderer(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_getSlidBallNormalRenderer'", nullptr); @@ -21534,7 +21534,7 @@ int lua_axis_ui_Slider_getSlidBallNormalRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:getSlidBallNormalRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_getSlidBallNormalRenderer'.",&tolua_err); #endif @@ -21547,18 +21547,18 @@ int lua_axis_ui_Slider_setZoomScale(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Slider*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Slider_setZoomScale'", nullptr); @@ -21584,7 +21584,7 @@ int lua_axis_ui_Slider_setZoomScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:setZoomScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_setZoomScale'.",&tolua_err); #endif @@ -21595,11 +21595,11 @@ int lua_axis_ui_Slider_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif @@ -21652,7 +21652,7 @@ int lua_axis_ui_Slider_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.Slider:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_create'.",&tolua_err); #endif @@ -21663,11 +21663,11 @@ int lua_axis_ui_Slider_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Slider",0,&tolua_err)) goto tolua_lerror; #endif @@ -21686,7 +21686,7 @@ int lua_axis_ui_Slider_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Slider:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_createInstance'.",&tolua_err); #endif @@ -21698,7 +21698,7 @@ int lua_axis_ui_Slider_constructor(lua_State* tolua_S) axis::ui::Slider* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -21722,7 +21722,7 @@ int lua_axis_ui_Slider_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Slider:Slider",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Slider_constructor'.",&tolua_err); #endif @@ -21787,18 +21787,18 @@ int lua_axis_ui_TextField_setAttachWithIME(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setAttachWithIME'", nullptr); @@ -21824,7 +21824,7 @@ int lua_axis_ui_TextField_setAttachWithIME(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setAttachWithIME",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setAttachWithIME'.",&tolua_err); #endif @@ -21837,18 +21837,18 @@ int lua_axis_ui_TextField_getFontSize(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getFontSize'", nullptr); @@ -21871,7 +21871,7 @@ int lua_axis_ui_TextField_getFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getFontSize'.",&tolua_err); #endif @@ -21884,18 +21884,18 @@ int lua_axis_ui_TextField_getString(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getString'", nullptr); @@ -21918,7 +21918,7 @@ int lua_axis_ui_TextField_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getString'.",&tolua_err); #endif @@ -21931,18 +21931,18 @@ int lua_axis_ui_TextField_setPasswordStyleText(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setPasswordStyleText'", nullptr); @@ -21968,7 +21968,7 @@ int lua_axis_ui_TextField_setPasswordStyleText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setPasswordStyleText",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setPasswordStyleText'.",&tolua_err); #endif @@ -21981,18 +21981,18 @@ int lua_axis_ui_TextField_getDeleteBackward(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getDeleteBackward'", nullptr); @@ -22015,7 +22015,7 @@ int lua_axis_ui_TextField_getDeleteBackward(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getDeleteBackward",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getDeleteBackward'.",&tolua_err); #endif @@ -22028,18 +22028,18 @@ int lua_axis_ui_TextField_getTextColor(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getTextColor'", nullptr); @@ -22062,7 +22062,7 @@ int lua_axis_ui_TextField_getTextColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getTextColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getTextColor'.",&tolua_err); #endif @@ -22075,18 +22075,18 @@ int lua_axis_ui_TextField_detachWithIME(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_detachWithIME'", nullptr); @@ -22109,7 +22109,7 @@ int lua_axis_ui_TextField_detachWithIME(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:detachWithIME",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_detachWithIME'.",&tolua_err); #endif @@ -22122,18 +22122,18 @@ int lua_axis_ui_TextField_getPlaceHolder(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getPlaceHolder'", nullptr); @@ -22156,7 +22156,7 @@ int lua_axis_ui_TextField_getPlaceHolder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getPlaceHolder",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getPlaceHolder'.",&tolua_err); #endif @@ -22169,18 +22169,18 @@ int lua_axis_ui_TextField_getAttachWithIME(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getAttachWithIME'", nullptr); @@ -22203,7 +22203,7 @@ int lua_axis_ui_TextField_getAttachWithIME(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getAttachWithIME",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getAttachWithIME'.",&tolua_err); #endif @@ -22216,18 +22216,18 @@ int lua_axis_ui_TextField_setFontName(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setFontName'", nullptr); @@ -22253,7 +22253,7 @@ int lua_axis_ui_TextField_setFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setFontName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setFontName'.",&tolua_err); #endif @@ -22266,18 +22266,18 @@ int lua_axis_ui_TextField_getInsertText(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getInsertText'", nullptr); @@ -22300,7 +22300,7 @@ int lua_axis_ui_TextField_getInsertText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getInsertText",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getInsertText'.",&tolua_err); #endif @@ -22313,18 +22313,18 @@ int lua_axis_ui_TextField_setInsertText(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setInsertText'", nullptr); @@ -22350,7 +22350,7 @@ int lua_axis_ui_TextField_setInsertText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setInsertText",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setInsertText'.",&tolua_err); #endif @@ -22363,18 +22363,18 @@ int lua_axis_ui_TextField_setString(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setString'", nullptr); @@ -22400,7 +22400,7 @@ int lua_axis_ui_TextField_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setString'.",&tolua_err); #endif @@ -22413,18 +22413,18 @@ int lua_axis_ui_TextField_getDetachWithIME(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getDetachWithIME'", nullptr); @@ -22447,7 +22447,7 @@ int lua_axis_ui_TextField_getDetachWithIME(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getDetachWithIME",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getDetachWithIME'.",&tolua_err); #endif @@ -22460,18 +22460,18 @@ int lua_axis_ui_TextField_setTextVerticalAlignment(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setTextVerticalAlignment'", nullptr); @@ -22497,7 +22497,7 @@ int lua_axis_ui_TextField_setTextVerticalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setTextVerticalAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setTextVerticalAlignment'.",&tolua_err); #endif @@ -22510,18 +22510,18 @@ int lua_axis_ui_TextField_addEventListener(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_addEventListener'", nullptr); @@ -22551,7 +22551,7 @@ int lua_axis_ui_TextField_addEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:addEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_addEventListener'.",&tolua_err); #endif @@ -22564,18 +22564,18 @@ int lua_axis_ui_TextField_didNotSelectSelf(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_didNotSelectSelf'", nullptr); @@ -22598,7 +22598,7 @@ int lua_axis_ui_TextField_didNotSelectSelf(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:didNotSelectSelf",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_didNotSelectSelf'.",&tolua_err); #endif @@ -22611,18 +22611,18 @@ int lua_axis_ui_TextField_getFontName(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getFontName'", nullptr); @@ -22645,7 +22645,7 @@ int lua_axis_ui_TextField_getFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getFontName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getFontName'.",&tolua_err); #endif @@ -22658,18 +22658,18 @@ int lua_axis_ui_TextField_setTextAreaSize(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setTextAreaSize'", nullptr); @@ -22695,7 +22695,7 @@ int lua_axis_ui_TextField_setTextAreaSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setTextAreaSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setTextAreaSize'.",&tolua_err); #endif @@ -22708,18 +22708,18 @@ int lua_axis_ui_TextField_attachWithIME(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_attachWithIME'", nullptr); @@ -22742,7 +22742,7 @@ int lua_axis_ui_TextField_attachWithIME(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:attachWithIME",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_attachWithIME'.",&tolua_err); #endif @@ -22755,18 +22755,18 @@ int lua_axis_ui_TextField_getStringLength(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getStringLength'", nullptr); @@ -22789,7 +22789,7 @@ int lua_axis_ui_TextField_getStringLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getStringLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getStringLength'.",&tolua_err); #endif @@ -22802,18 +22802,18 @@ int lua_axis_ui_TextField_getAutoRenderSize(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getAutoRenderSize'", nullptr); @@ -22836,7 +22836,7 @@ int lua_axis_ui_TextField_getAutoRenderSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getAutoRenderSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getAutoRenderSize'.",&tolua_err); #endif @@ -22849,18 +22849,18 @@ int lua_axis_ui_TextField_setPasswordEnabled(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setPasswordEnabled'", nullptr); @@ -22886,7 +22886,7 @@ int lua_axis_ui_TextField_setPasswordEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setPasswordEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setPasswordEnabled'.",&tolua_err); #endif @@ -22899,18 +22899,18 @@ int lua_axis_ui_TextField_getPlaceHolderColor(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getPlaceHolderColor'", nullptr); @@ -22933,7 +22933,7 @@ int lua_axis_ui_TextField_getPlaceHolderColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getPlaceHolderColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getPlaceHolderColor'.",&tolua_err); #endif @@ -22946,18 +22946,18 @@ int lua_axis_ui_TextField_getPasswordStyleText(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getPasswordStyleText'", nullptr); @@ -22980,7 +22980,7 @@ int lua_axis_ui_TextField_getPasswordStyleText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getPasswordStyleText",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getPasswordStyleText'.",&tolua_err); #endif @@ -22993,18 +22993,18 @@ int lua_axis_ui_TextField_setMaxLengthEnabled(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setMaxLengthEnabled'", nullptr); @@ -23030,7 +23030,7 @@ int lua_axis_ui_TextField_setMaxLengthEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setMaxLengthEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setMaxLengthEnabled'.",&tolua_err); #endif @@ -23043,18 +23043,18 @@ int lua_axis_ui_TextField_isPasswordEnabled(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_isPasswordEnabled'", nullptr); @@ -23077,7 +23077,7 @@ int lua_axis_ui_TextField_isPasswordEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:isPasswordEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_isPasswordEnabled'.",&tolua_err); #endif @@ -23090,18 +23090,18 @@ int lua_axis_ui_TextField_setDeleteBackward(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setDeleteBackward'", nullptr); @@ -23127,7 +23127,7 @@ int lua_axis_ui_TextField_setDeleteBackward(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setDeleteBackward",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setDeleteBackward'.",&tolua_err); #endif @@ -23140,18 +23140,18 @@ int lua_axis_ui_TextField_setCursorPosition(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setCursorPosition'", nullptr); @@ -23177,7 +23177,7 @@ int lua_axis_ui_TextField_setCursorPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setCursorPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setCursorPosition'.",&tolua_err); #endif @@ -23190,18 +23190,18 @@ int lua_axis_ui_TextField_getTextHorizontalAlignment(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getTextHorizontalAlignment'", nullptr); @@ -23224,7 +23224,7 @@ int lua_axis_ui_TextField_getTextHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getTextHorizontalAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getTextHorizontalAlignment'.",&tolua_err); #endif @@ -23237,18 +23237,18 @@ int lua_axis_ui_TextField_setFontSize(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setFontSize'", nullptr); @@ -23274,7 +23274,7 @@ int lua_axis_ui_TextField_setFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setFontSize'.",&tolua_err); #endif @@ -23287,18 +23287,18 @@ int lua_axis_ui_TextField_setPlaceHolder(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setPlaceHolder'", nullptr); @@ -23324,7 +23324,7 @@ int lua_axis_ui_TextField_setPlaceHolder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setPlaceHolder",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setPlaceHolder'.",&tolua_err); #endif @@ -23337,18 +23337,18 @@ int lua_axis_ui_TextField_setCursorFromPoint(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setCursorFromPoint'", nullptr); @@ -23377,7 +23377,7 @@ int lua_axis_ui_TextField_setCursorFromPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setCursorFromPoint",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setCursorFromPoint'.",&tolua_err); #endif @@ -23389,15 +23389,15 @@ int lua_axis_ui_TextField_setPlaceHolderColor(lua_State* tolua_S) int argc = 0; axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setPlaceHolderColor'", nullptr); @@ -23432,7 +23432,7 @@ int lua_axis_ui_TextField_setPlaceHolderColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setPlaceHolderColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setPlaceHolderColor'.",&tolua_err); #endif @@ -23445,18 +23445,18 @@ int lua_axis_ui_TextField_setTextHorizontalAlignment(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setTextHorizontalAlignment'", nullptr); @@ -23482,7 +23482,7 @@ int lua_axis_ui_TextField_setTextHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setTextHorizontalAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setTextHorizontalAlignment'.",&tolua_err); #endif @@ -23495,18 +23495,18 @@ int lua_axis_ui_TextField_setTextColor(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setTextColor'", nullptr); @@ -23532,7 +23532,7 @@ int lua_axis_ui_TextField_setTextColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setTextColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setTextColor'.",&tolua_err); #endif @@ -23545,18 +23545,18 @@ int lua_axis_ui_TextField_setCursorChar(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setCursorChar'", nullptr); @@ -23582,7 +23582,7 @@ int lua_axis_ui_TextField_setCursorChar(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setCursorChar",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setCursorChar'.",&tolua_err); #endif @@ -23595,18 +23595,18 @@ int lua_axis_ui_TextField_getMaxLength(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getMaxLength'", nullptr); @@ -23629,7 +23629,7 @@ int lua_axis_ui_TextField_getMaxLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getMaxLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getMaxLength'.",&tolua_err); #endif @@ -23642,18 +23642,18 @@ int lua_axis_ui_TextField_isMaxLengthEnabled(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_isMaxLengthEnabled'", nullptr); @@ -23676,7 +23676,7 @@ int lua_axis_ui_TextField_isMaxLengthEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:isMaxLengthEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_isMaxLengthEnabled'.",&tolua_err); #endif @@ -23689,18 +23689,18 @@ int lua_axis_ui_TextField_setDetachWithIME(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setDetachWithIME'", nullptr); @@ -23726,7 +23726,7 @@ int lua_axis_ui_TextField_setDetachWithIME(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setDetachWithIME",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setDetachWithIME'.",&tolua_err); #endif @@ -23739,18 +23739,18 @@ int lua_axis_ui_TextField_getTextVerticalAlignment(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getTextVerticalAlignment'", nullptr); @@ -23773,7 +23773,7 @@ int lua_axis_ui_TextField_getTextVerticalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getTextVerticalAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getTextVerticalAlignment'.",&tolua_err); #endif @@ -23786,18 +23786,18 @@ int lua_axis_ui_TextField_setTouchAreaEnabled(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setTouchAreaEnabled'", nullptr); @@ -23823,7 +23823,7 @@ int lua_axis_ui_TextField_setTouchAreaEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setTouchAreaEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setTouchAreaEnabled'.",&tolua_err); #endif @@ -23836,18 +23836,18 @@ int lua_axis_ui_TextField_setMaxLength(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setMaxLength'", nullptr); @@ -23873,7 +23873,7 @@ int lua_axis_ui_TextField_setMaxLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setMaxLength",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setMaxLength'.",&tolua_err); #endif @@ -23886,18 +23886,18 @@ int lua_axis_ui_TextField_setCursorEnabled(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setCursorEnabled'", nullptr); @@ -23923,7 +23923,7 @@ int lua_axis_ui_TextField_setCursorEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setCursorEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setCursorEnabled'.",&tolua_err); #endif @@ -23936,18 +23936,18 @@ int lua_axis_ui_TextField_setTouchSize(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_setTouchSize'", nullptr); @@ -23973,7 +23973,7 @@ int lua_axis_ui_TextField_setTouchSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:setTouchSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_setTouchSize'.",&tolua_err); #endif @@ -23986,18 +23986,18 @@ int lua_axis_ui_TextField_getTouchSize(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextField*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextField_getTouchSize'", nullptr); @@ -24020,7 +24020,7 @@ int lua_axis_ui_TextField_getTouchSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:getTouchSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_getTouchSize'.",&tolua_err); #endif @@ -24031,11 +24031,11 @@ int lua_axis_ui_TextField_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif @@ -24072,7 +24072,7 @@ int lua_axis_ui_TextField_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.TextField:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_create'.",&tolua_err); #endif @@ -24083,11 +24083,11 @@ int lua_axis_ui_TextField_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.TextField",0,&tolua_err)) goto tolua_lerror; #endif @@ -24106,7 +24106,7 @@ int lua_axis_ui_TextField_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.TextField:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_createInstance'.",&tolua_err); #endif @@ -24118,7 +24118,7 @@ int lua_axis_ui_TextField_constructor(lua_State* tolua_S) axis::ui::TextField* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -24142,7 +24142,7 @@ int lua_axis_ui_TextField_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextField:TextField",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextField_constructor'.",&tolua_err); #endif @@ -24223,18 +24223,18 @@ int lua_axis_ui_TextBMFont_getStringLength(lua_State* tolua_S) axis::ui::TextBMFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextBMFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextBMFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextBMFont_getStringLength'", nullptr); @@ -24257,7 +24257,7 @@ int lua_axis_ui_TextBMFont_getStringLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextBMFont:getStringLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_getStringLength'.",&tolua_err); #endif @@ -24270,18 +24270,18 @@ int lua_axis_ui_TextBMFont_getString(lua_State* tolua_S) axis::ui::TextBMFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextBMFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextBMFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextBMFont_getString'", nullptr); @@ -24304,7 +24304,7 @@ int lua_axis_ui_TextBMFont_getString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextBMFont:getString",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_getString'.",&tolua_err); #endif @@ -24317,18 +24317,18 @@ int lua_axis_ui_TextBMFont_setString(lua_State* tolua_S) axis::ui::TextBMFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextBMFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextBMFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextBMFont_setString'", nullptr); @@ -24354,7 +24354,7 @@ int lua_axis_ui_TextBMFont_setString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextBMFont:setString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_setString'.",&tolua_err); #endif @@ -24367,18 +24367,18 @@ int lua_axis_ui_TextBMFont_getRenderFile(lua_State* tolua_S) axis::ui::TextBMFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextBMFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextBMFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextBMFont_getRenderFile'", nullptr); @@ -24401,7 +24401,7 @@ int lua_axis_ui_TextBMFont_getRenderFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextBMFont:getRenderFile",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_getRenderFile'.",&tolua_err); #endif @@ -24414,18 +24414,18 @@ int lua_axis_ui_TextBMFont_setFntFile(lua_State* tolua_S) axis::ui::TextBMFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextBMFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextBMFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextBMFont_setFntFile'", nullptr); @@ -24451,7 +24451,7 @@ int lua_axis_ui_TextBMFont_setFntFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextBMFont:setFntFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_setFntFile'.",&tolua_err); #endif @@ -24464,18 +24464,18 @@ int lua_axis_ui_TextBMFont_resetRender(lua_State* tolua_S) axis::ui::TextBMFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TextBMFont",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TextBMFont*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TextBMFont_resetRender'", nullptr); @@ -24498,7 +24498,7 @@ int lua_axis_ui_TextBMFont_resetRender(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextBMFont:resetRender",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_resetRender'.",&tolua_err); #endif @@ -24509,11 +24509,11 @@ int lua_axis_ui_TextBMFont_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.TextBMFont",0,&tolua_err)) goto tolua_lerror; #endif @@ -24547,7 +24547,7 @@ int lua_axis_ui_TextBMFont_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.TextBMFont:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_create'.",&tolua_err); #endif @@ -24558,11 +24558,11 @@ int lua_axis_ui_TextBMFont_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.TextBMFont",0,&tolua_err)) goto tolua_lerror; #endif @@ -24581,7 +24581,7 @@ int lua_axis_ui_TextBMFont_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.TextBMFont:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_createInstance'.",&tolua_err); #endif @@ -24593,7 +24593,7 @@ int lua_axis_ui_TextBMFont_constructor(lua_State* tolua_S) axis::ui::TextBMFont* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -24617,7 +24617,7 @@ int lua_axis_ui_TextBMFont_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TextBMFont:TextBMFont",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TextBMFont_constructor'.",&tolua_err); #endif @@ -24658,18 +24658,18 @@ int lua_axis_ui_PageView_setIndicatorSpaceBetweenIndexNodes(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorSpaceBetweenIndexNodes'", nullptr); @@ -24695,7 +24695,7 @@ int lua_axis_ui_PageView_setIndicatorSpaceBetweenIndexNodes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorSpaceBetweenIndexNodes",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorSpaceBetweenIndexNodes'.",&tolua_err); #endif @@ -24708,18 +24708,18 @@ int lua_axis_ui_PageView_insertPage(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_insertPage'", nullptr); @@ -24748,7 +24748,7 @@ int lua_axis_ui_PageView_insertPage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:insertPage",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_insertPage'.",&tolua_err); #endif @@ -24761,18 +24761,18 @@ int lua_axis_ui_PageView_setIndicatorIndexNodesOpacity(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorIndexNodesOpacity'", nullptr); @@ -24798,7 +24798,7 @@ int lua_axis_ui_PageView_setIndicatorIndexNodesOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorIndexNodesOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorIndexNodesOpacity'.",&tolua_err); #endif @@ -24811,18 +24811,18 @@ int lua_axis_ui_PageView_setIndicatorSelectedIndexOpacity(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorSelectedIndexOpacity'", nullptr); @@ -24848,7 +24848,7 @@ int lua_axis_ui_PageView_setIndicatorSelectedIndexOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorSelectedIndexOpacity",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorSelectedIndexOpacity'.",&tolua_err); #endif @@ -24861,18 +24861,18 @@ int lua_axis_ui_PageView_removeAllPages(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_removeAllPages'", nullptr); @@ -24895,7 +24895,7 @@ int lua_axis_ui_PageView_removeAllPages(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:removeAllPages",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_removeAllPages'.",&tolua_err); #endif @@ -24908,18 +24908,18 @@ int lua_axis_ui_PageView_setAutoScrollStopEpsilon(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setAutoScrollStopEpsilon'", nullptr); @@ -24945,7 +24945,7 @@ int lua_axis_ui_PageView_setAutoScrollStopEpsilon(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setAutoScrollStopEpsilon",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setAutoScrollStopEpsilon'.",&tolua_err); #endif @@ -24958,18 +24958,18 @@ int lua_axis_ui_PageView_setIndicatorIndexNodesScale(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorIndexNodesScale'", nullptr); @@ -24995,7 +24995,7 @@ int lua_axis_ui_PageView_setIndicatorIndexNodesScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorIndexNodesScale",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorIndexNodesScale'.",&tolua_err); #endif @@ -25008,18 +25008,18 @@ int lua_axis_ui_PageView_setIndicatorEnabled(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorEnabled'", nullptr); @@ -25045,7 +25045,7 @@ int lua_axis_ui_PageView_setIndicatorEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorEnabled'.",&tolua_err); #endif @@ -25058,18 +25058,18 @@ int lua_axis_ui_PageView_setIndicatorSelectedIndexColor(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorSelectedIndexColor'", nullptr); @@ -25095,7 +25095,7 @@ int lua_axis_ui_PageView_setIndicatorSelectedIndexColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorSelectedIndexColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorSelectedIndexColor'.",&tolua_err); #endif @@ -25108,18 +25108,18 @@ int lua_axis_ui_PageView_addEventListener(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_addEventListener'", nullptr); @@ -25149,7 +25149,7 @@ int lua_axis_ui_PageView_addEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:addEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_addEventListener'.",&tolua_err); #endif @@ -25162,18 +25162,18 @@ int lua_axis_ui_PageView_getIndicatorPosition(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorPosition'", nullptr); @@ -25196,7 +25196,7 @@ int lua_axis_ui_PageView_getIndicatorPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorPosition'.",&tolua_err); #endif @@ -25209,18 +25209,18 @@ int lua_axis_ui_PageView_setCurrentPageIndex(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setCurrentPageIndex'", nullptr); @@ -25246,7 +25246,7 @@ int lua_axis_ui_PageView_setCurrentPageIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setCurrentPageIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setCurrentPageIndex'.",&tolua_err); #endif @@ -25259,18 +25259,18 @@ int lua_axis_ui_PageView_getIndicatorIndexNodesColor(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorIndexNodesColor'", nullptr); @@ -25293,7 +25293,7 @@ int lua_axis_ui_PageView_getIndicatorIndexNodesColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorIndexNodesColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorIndexNodesColor'.",&tolua_err); #endif @@ -25306,18 +25306,18 @@ int lua_axis_ui_PageView_getIndicatorSelectedIndexColor(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorSelectedIndexColor'", nullptr); @@ -25340,7 +25340,7 @@ int lua_axis_ui_PageView_getIndicatorSelectedIndexColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorSelectedIndexColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorSelectedIndexColor'.",&tolua_err); #endif @@ -25353,18 +25353,18 @@ int lua_axis_ui_PageView_getIndicatorIndexNodesScale(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorIndexNodesScale'", nullptr); @@ -25387,7 +25387,7 @@ int lua_axis_ui_PageView_getIndicatorIndexNodesScale(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorIndexNodesScale",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorIndexNodesScale'.",&tolua_err); #endif @@ -25400,18 +25400,18 @@ int lua_axis_ui_PageView_setIndicatorPosition(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorPosition'", nullptr); @@ -25437,7 +25437,7 @@ int lua_axis_ui_PageView_setIndicatorPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorPosition'.",&tolua_err); #endif @@ -25450,18 +25450,18 @@ int lua_axis_ui_PageView_getIndicatorSelectedIndexOpacity(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorSelectedIndexOpacity'", nullptr); @@ -25484,7 +25484,7 @@ int lua_axis_ui_PageView_getIndicatorSelectedIndexOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorSelectedIndexOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorSelectedIndexOpacity'.",&tolua_err); #endif @@ -25496,15 +25496,15 @@ int lua_axis_ui_PageView_scrollToPage(lua_State* tolua_S) int argc = 0; axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_scrollToPage'", nullptr); @@ -25543,7 +25543,7 @@ int lua_axis_ui_PageView_scrollToPage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:scrollToPage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_scrollToPage'.",&tolua_err); #endif @@ -25556,18 +25556,18 @@ int lua_axis_ui_PageView_setIndicatorPositionAsAnchorPoint(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorPositionAsAnchorPoint'", nullptr); @@ -25593,7 +25593,7 @@ int lua_axis_ui_PageView_setIndicatorPositionAsAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorPositionAsAnchorPoint",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorPositionAsAnchorPoint'.",&tolua_err); #endif @@ -25605,15 +25605,15 @@ int lua_axis_ui_PageView_scrollToItem(lua_State* tolua_S) int argc = 0; axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_scrollToItem'", nullptr); @@ -25652,7 +25652,7 @@ int lua_axis_ui_PageView_scrollToItem(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:scrollToItem",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_scrollToItem'.",&tolua_err); #endif @@ -25665,18 +25665,18 @@ int lua_axis_ui_PageView_setIndicatorIndexNodesColor(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorIndexNodesColor'", nullptr); @@ -25702,7 +25702,7 @@ int lua_axis_ui_PageView_setIndicatorIndexNodesColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorIndexNodesColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorIndexNodesColor'.",&tolua_err); #endif @@ -25715,18 +25715,18 @@ int lua_axis_ui_PageView_getIndicatorIndexNodesOpacity(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorIndexNodesOpacity'", nullptr); @@ -25749,7 +25749,7 @@ int lua_axis_ui_PageView_getIndicatorIndexNodesOpacity(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorIndexNodesOpacity",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorIndexNodesOpacity'.",&tolua_err); #endif @@ -25762,18 +25762,18 @@ int lua_axis_ui_PageView_getIndicatorPositionAsAnchorPoint(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorPositionAsAnchorPoint'", nullptr); @@ -25796,7 +25796,7 @@ int lua_axis_ui_PageView_getIndicatorPositionAsAnchorPoint(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorPositionAsAnchorPoint",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorPositionAsAnchorPoint'.",&tolua_err); #endif @@ -25809,18 +25809,18 @@ int lua_axis_ui_PageView_getCurrentPageIndex(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getCurrentPageIndex'", nullptr); @@ -25843,7 +25843,7 @@ int lua_axis_ui_PageView_getCurrentPageIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getCurrentPageIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getCurrentPageIndex'.",&tolua_err); #endif @@ -25856,18 +25856,18 @@ int lua_axis_ui_PageView_removePage(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_removePage'", nullptr); @@ -25893,7 +25893,7 @@ int lua_axis_ui_PageView_removePage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:removePage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_removePage'.",&tolua_err); #endif @@ -25906,18 +25906,18 @@ int lua_axis_ui_PageView_setIndicatorIndexNodesTexture(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_setIndicatorIndexNodesTexture'", nullptr); @@ -25960,7 +25960,7 @@ int lua_axis_ui_PageView_setIndicatorIndexNodesTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:setIndicatorIndexNodesTexture",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_setIndicatorIndexNodesTexture'.",&tolua_err); #endif @@ -25973,18 +25973,18 @@ int lua_axis_ui_PageView_getIndicatorEnabled(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorEnabled'", nullptr); @@ -26007,7 +26007,7 @@ int lua_axis_ui_PageView_getIndicatorEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorEnabled'.",&tolua_err); #endif @@ -26020,18 +26020,18 @@ int lua_axis_ui_PageView_removePageAtIndex(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_removePageAtIndex'", nullptr); @@ -26057,7 +26057,7 @@ int lua_axis_ui_PageView_removePageAtIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:removePageAtIndex",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_removePageAtIndex'.",&tolua_err); #endif @@ -26070,18 +26070,18 @@ int lua_axis_ui_PageView_getIndicatorSpaceBetweenIndexNodes(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_getIndicatorSpaceBetweenIndexNodes'", nullptr); @@ -26104,7 +26104,7 @@ int lua_axis_ui_PageView_getIndicatorSpaceBetweenIndexNodes(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:getIndicatorSpaceBetweenIndexNodes",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_getIndicatorSpaceBetweenIndexNodes'.",&tolua_err); #endif @@ -26117,18 +26117,18 @@ int lua_axis_ui_PageView_addPage(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::PageView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_PageView_addPage'", nullptr); @@ -26154,7 +26154,7 @@ int lua_axis_ui_PageView_addPage(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:addPage",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_addPage'.",&tolua_err); #endif @@ -26166,11 +26166,11 @@ int lua_axis_ui_PageView_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif @@ -26189,7 +26189,7 @@ int lua_axis_ui_PageView_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.PageView:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_create'.",&tolua_err); #endif @@ -26200,11 +26200,11 @@ int lua_axis_ui_PageView_createInstance(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.PageView",0,&tolua_err)) goto tolua_lerror; #endif @@ -26223,7 +26223,7 @@ int lua_axis_ui_PageView_createInstance(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.PageView:createInstance",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_createInstance'.",&tolua_err); #endif @@ -26235,7 +26235,7 @@ int lua_axis_ui_PageView_constructor(lua_State* tolua_S) axis::ui::PageView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -26259,7 +26259,7 @@ int lua_axis_ui_PageView_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.PageView:PageView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_PageView_constructor'.",&tolua_err); #endif @@ -26323,11 +26323,11 @@ int lua_axis_ui_Helper_getSubStringOfUTF8String(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Helper",0,&tolua_err)) goto tolua_lerror; #endif @@ -26352,7 +26352,7 @@ int lua_axis_ui_Helper_getSubStringOfUTF8String(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Helper:getSubStringOfUTF8String",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Helper_getSubStringOfUTF8String'.",&tolua_err); #endif @@ -26363,11 +26363,11 @@ int lua_axis_ui_Helper_convertBoundingBoxToScreen(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Helper",0,&tolua_err)) goto tolua_lerror; #endif @@ -26388,7 +26388,7 @@ int lua_axis_ui_Helper_convertBoundingBoxToScreen(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Helper:convertBoundingBoxToScreen",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Helper_convertBoundingBoxToScreen'.",&tolua_err); #endif @@ -26399,11 +26399,11 @@ int lua_axis_ui_Helper_changeLayoutSystemActiveState(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Helper",0,&tolua_err)) goto tolua_lerror; #endif @@ -26424,7 +26424,7 @@ int lua_axis_ui_Helper_changeLayoutSystemActiveState(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Helper:changeLayoutSystemActiveState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Helper_changeLayoutSystemActiveState'.",&tolua_err); #endif @@ -26435,11 +26435,11 @@ int lua_axis_ui_Helper_seekActionWidgetByActionTag(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Helper",0,&tolua_err)) goto tolua_lerror; #endif @@ -26462,7 +26462,7 @@ int lua_axis_ui_Helper_seekActionWidgetByActionTag(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Helper:seekActionWidgetByActionTag",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Helper_seekActionWidgetByActionTag'.",&tolua_err); #endif @@ -26473,11 +26473,11 @@ int lua_axis_ui_Helper_seekWidgetByName(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Helper",0,&tolua_err)) goto tolua_lerror; #endif @@ -26500,7 +26500,7 @@ int lua_axis_ui_Helper_seekWidgetByName(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Helper:seekWidgetByName",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Helper_seekWidgetByName'.",&tolua_err); #endif @@ -26511,11 +26511,11 @@ int lua_axis_ui_Helper_seekWidgetByTag(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Helper",0,&tolua_err)) goto tolua_lerror; #endif @@ -26538,7 +26538,7 @@ int lua_axis_ui_Helper_seekWidgetByTag(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Helper:seekWidgetByTag",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Helper_seekWidgetByTag'.",&tolua_err); #endif @@ -26549,11 +26549,11 @@ int lua_axis_ui_Helper_restrictCapInsetRect(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Helper",0,&tolua_err)) goto tolua_lerror; #endif @@ -26576,7 +26576,7 @@ int lua_axis_ui_Helper_restrictCapInsetRect(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Helper:restrictCapInsetRect",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Helper_restrictCapInsetRect'.",&tolua_err); #endif @@ -26587,11 +26587,11 @@ int lua_axis_ui_Helper_doLayout(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Helper",0,&tolua_err)) goto tolua_lerror; #endif @@ -26612,7 +26612,7 @@ int lua_axis_ui_Helper_doLayout(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.Helper:doLayout",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Helper_doLayout'.",&tolua_err); #endif @@ -26651,18 +26651,18 @@ int lua_axis_ui_RichElement_equalType(lua_State* tolua_S) axis::ui::RichElement* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElement",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElement*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElement_equalType'", nullptr); @@ -26688,7 +26688,7 @@ int lua_axis_ui_RichElement_equalType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElement:equalType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElement_equalType'.",&tolua_err); #endif @@ -26701,18 +26701,18 @@ int lua_axis_ui_RichElement_init(lua_State* tolua_S) axis::ui::RichElement* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElement",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElement*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElement_init'", nullptr); @@ -26744,7 +26744,7 @@ int lua_axis_ui_RichElement_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElement:init",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElement_init'.",&tolua_err); #endif @@ -26757,18 +26757,18 @@ int lua_axis_ui_RichElement_setColor(lua_State* tolua_S) axis::ui::RichElement* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElement",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElement*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElement_setColor'", nullptr); @@ -26794,7 +26794,7 @@ int lua_axis_ui_RichElement_setColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElement:setColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElement_setColor'.",&tolua_err); #endif @@ -26807,7 +26807,7 @@ int lua_axis_ui_RichElement_constructor(lua_State* tolua_S) axis::ui::RichElement* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -26831,7 +26831,7 @@ int lua_axis_ui_RichElement_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElement:RichElement",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElement_constructor'.",&tolua_err); #endif @@ -26867,18 +26867,18 @@ int lua_axis_ui_RichElementText_init(lua_State* tolua_S) axis::ui::RichElementText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElementText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElementText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElementText_init'", nullptr); @@ -27198,7 +27198,7 @@ int lua_axis_ui_RichElementText_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementText:init",argc, 8); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementText_init'.",&tolua_err); #endif @@ -27210,11 +27210,11 @@ int lua_axis_ui_RichElementText_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RichElementText",0,&tolua_err)) goto tolua_lerror; #endif @@ -27501,7 +27501,7 @@ int lua_axis_ui_RichElementText_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RichElementText:create",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementText_create'.",&tolua_err); #endif @@ -27513,7 +27513,7 @@ int lua_axis_ui_RichElementText_constructor(lua_State* tolua_S) axis::ui::RichElementText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -27537,7 +27537,7 @@ int lua_axis_ui_RichElementText_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementText:RichElementText",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementText_constructor'.",&tolua_err); #endif @@ -27572,18 +27572,18 @@ int lua_axis_ui_RichElementImage_setHeight(lua_State* tolua_S) axis::ui::RichElementImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElementImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElementImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElementImage_setHeight'", nullptr); @@ -27609,7 +27609,7 @@ int lua_axis_ui_RichElementImage_setHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementImage:setHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementImage_setHeight'.",&tolua_err); #endif @@ -27622,18 +27622,18 @@ int lua_axis_ui_RichElementImage_init(lua_State* tolua_S) axis::ui::RichElementImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElementImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElementImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElementImage_init'", nullptr); @@ -27723,7 +27723,7 @@ int lua_axis_ui_RichElementImage_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementImage:init",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementImage_init'.",&tolua_err); #endif @@ -27736,18 +27736,18 @@ int lua_axis_ui_RichElementImage_setWidth(lua_State* tolua_S) axis::ui::RichElementImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElementImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElementImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElementImage_setWidth'", nullptr); @@ -27773,7 +27773,7 @@ int lua_axis_ui_RichElementImage_setWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementImage:setWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementImage_setWidth'.",&tolua_err); #endif @@ -27786,18 +27786,18 @@ int lua_axis_ui_RichElementImage_setUrl(lua_State* tolua_S) axis::ui::RichElementImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElementImage",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElementImage*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElementImage_setUrl'", nullptr); @@ -27823,7 +27823,7 @@ int lua_axis_ui_RichElementImage_setUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementImage:setUrl",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementImage_setUrl'.",&tolua_err); #endif @@ -27835,11 +27835,11 @@ int lua_axis_ui_RichElementImage_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RichElementImage",0,&tolua_err)) goto tolua_lerror; #endif @@ -27910,7 +27910,7 @@ int lua_axis_ui_RichElementImage_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RichElementImage:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementImage_create'.",&tolua_err); #endif @@ -27922,7 +27922,7 @@ int lua_axis_ui_RichElementImage_constructor(lua_State* tolua_S) axis::ui::RichElementImage* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -27946,7 +27946,7 @@ int lua_axis_ui_RichElementImage_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementImage:RichElementImage",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementImage_constructor'.",&tolua_err); #endif @@ -27984,18 +27984,18 @@ int lua_axis_ui_RichElementCustomNode_init(lua_State* tolua_S) axis::ui::RichElementCustomNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichElementCustomNode",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichElementCustomNode*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichElementCustomNode_init'", nullptr); @@ -28030,7 +28030,7 @@ int lua_axis_ui_RichElementCustomNode_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementCustomNode:init",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementCustomNode_init'.",&tolua_err); #endif @@ -28042,11 +28042,11 @@ int lua_axis_ui_RichElementCustomNode_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RichElementCustomNode",0,&tolua_err)) goto tolua_lerror; #endif @@ -28073,7 +28073,7 @@ int lua_axis_ui_RichElementCustomNode_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RichElementCustomNode:create",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementCustomNode_create'.",&tolua_err); #endif @@ -28085,7 +28085,7 @@ int lua_axis_ui_RichElementCustomNode_constructor(lua_State* tolua_S) axis::ui::RichElementCustomNode* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28109,7 +28109,7 @@ int lua_axis_ui_RichElementCustomNode_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementCustomNode:RichElementCustomNode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementCustomNode_constructor'.",&tolua_err); #endif @@ -28143,11 +28143,11 @@ int lua_axis_ui_RichElementNewLine_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RichElementNewLine",0,&tolua_err)) goto tolua_lerror; #endif @@ -28172,7 +28172,7 @@ int lua_axis_ui_RichElementNewLine_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RichElementNewLine:create",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementNewLine_create'.",&tolua_err); #endif @@ -28184,7 +28184,7 @@ int lua_axis_ui_RichElementNewLine_constructor(lua_State* tolua_S) axis::ui::RichElementNewLine* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -28208,7 +28208,7 @@ int lua_axis_ui_RichElementNewLine_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichElementNewLine:RichElementNewLine",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichElementNewLine_constructor'.",&tolua_err); #endif @@ -28242,18 +28242,18 @@ int lua_axis_ui_RichText_insertElement(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_insertElement'", nullptr); @@ -28282,7 +28282,7 @@ int lua_axis_ui_RichText_insertElement(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:insertElement",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_insertElement'.",&tolua_err); #endif @@ -28295,18 +28295,18 @@ int lua_axis_ui_RichText_setAnchorTextOutline(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setAnchorTextOutline'", nullptr); @@ -28369,7 +28369,7 @@ int lua_axis_ui_RichText_setAnchorTextOutline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setAnchorTextOutline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setAnchorTextOutline'.",&tolua_err); #endif @@ -28382,18 +28382,18 @@ int lua_axis_ui_RichText_getFontSize(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getFontSize'", nullptr); @@ -28416,7 +28416,7 @@ int lua_axis_ui_RichText_getFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getFontSize'.",&tolua_err); #endif @@ -28429,18 +28429,18 @@ int lua_axis_ui_RichText_pushBackElement(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_pushBackElement'", nullptr); @@ -28466,7 +28466,7 @@ int lua_axis_ui_RichText_pushBackElement(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:pushBackElement",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_pushBackElement'.",&tolua_err); #endif @@ -28479,18 +28479,18 @@ int lua_axis_ui_RichText_setAnchorTextBold(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setAnchorTextBold'", nullptr); @@ -28516,7 +28516,7 @@ int lua_axis_ui_RichText_setAnchorTextBold(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setAnchorTextBold",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setAnchorTextBold'.",&tolua_err); #endif @@ -28529,18 +28529,18 @@ int lua_axis_ui_RichText_getAnchorFontColor(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getAnchorFontColor'", nullptr); @@ -28563,7 +28563,7 @@ int lua_axis_ui_RichText_getAnchorFontColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getAnchorFontColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getAnchorFontColor'.",&tolua_err); #endif @@ -28576,18 +28576,18 @@ int lua_axis_ui_RichText_getAnchorTextShadowBlurRadius(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getAnchorTextShadowBlurRadius'", nullptr); @@ -28610,7 +28610,7 @@ int lua_axis_ui_RichText_getAnchorTextShadowBlurRadius(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getAnchorTextShadowBlurRadius",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getAnchorTextShadowBlurRadius'.",&tolua_err); #endif @@ -28623,18 +28623,18 @@ int lua_axis_ui_RichText_setAnchorTextShadow(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setAnchorTextShadow'", nullptr); @@ -28720,7 +28720,7 @@ int lua_axis_ui_RichText_setAnchorTextShadow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setAnchorTextShadow",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setAnchorTextShadow'.",&tolua_err); #endif @@ -28733,18 +28733,18 @@ int lua_axis_ui_RichText_isAnchorTextItalicEnabled(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_isAnchorTextItalicEnabled'", nullptr); @@ -28767,7 +28767,7 @@ int lua_axis_ui_RichText_isAnchorTextItalicEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:isAnchorTextItalicEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_isAnchorTextItalicEnabled'.",&tolua_err); #endif @@ -28780,18 +28780,18 @@ int lua_axis_ui_RichText_setAnchorFontColor(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setAnchorFontColor'", nullptr); @@ -28817,7 +28817,7 @@ int lua_axis_ui_RichText_setAnchorFontColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setAnchorFontColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setAnchorFontColor'.",&tolua_err); #endif @@ -28830,18 +28830,18 @@ int lua_axis_ui_RichText_setFontFace(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setFontFace'", nullptr); @@ -28867,7 +28867,7 @@ int lua_axis_ui_RichText_setFontFace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setFontFace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setFontFace'.",&tolua_err); #endif @@ -28880,18 +28880,18 @@ int lua_axis_ui_RichText_setAnchorTextGlow(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setAnchorTextGlow'", nullptr); @@ -28934,7 +28934,7 @@ int lua_axis_ui_RichText_setAnchorTextGlow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setAnchorTextGlow",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setAnchorTextGlow'.",&tolua_err); #endif @@ -28947,18 +28947,18 @@ int lua_axis_ui_RichText_getHorizontalAlignment(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getHorizontalAlignment'", nullptr); @@ -28981,7 +28981,7 @@ int lua_axis_ui_RichText_getHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getHorizontalAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getHorizontalAlignment'.",&tolua_err); #endif @@ -28994,18 +28994,18 @@ int lua_axis_ui_RichText_setHorizontalAlignment(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setHorizontalAlignment'", nullptr); @@ -29031,7 +29031,7 @@ int lua_axis_ui_RichText_setHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setHorizontalAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setHorizontalAlignment'.",&tolua_err); #endif @@ -29044,18 +29044,18 @@ int lua_axis_ui_RichText_setAnchorTextDel(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setAnchorTextDel'", nullptr); @@ -29081,7 +29081,7 @@ int lua_axis_ui_RichText_setAnchorTextDel(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setAnchorTextDel",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setAnchorTextDel'.",&tolua_err); #endif @@ -29094,18 +29094,18 @@ int lua_axis_ui_RichText_getAnchorTextOutlineColor3B(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getAnchorTextOutlineColor3B'", nullptr); @@ -29128,7 +29128,7 @@ int lua_axis_ui_RichText_getAnchorTextOutlineColor3B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getAnchorTextOutlineColor3B",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getAnchorTextOutlineColor3B'.",&tolua_err); #endif @@ -29141,18 +29141,18 @@ int lua_axis_ui_RichText_stringWithColor4B(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_stringWithColor4B'", nullptr); @@ -29178,7 +29178,7 @@ int lua_axis_ui_RichText_stringWithColor4B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:stringWithColor4B",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_stringWithColor4B'.",&tolua_err); #endif @@ -29191,18 +29191,18 @@ int lua_axis_ui_RichText_initWithXML(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_initWithXML'", nullptr); @@ -29255,7 +29255,7 @@ int lua_axis_ui_RichText_initWithXML(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:initWithXML",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_initWithXML'.",&tolua_err); #endif @@ -29268,18 +29268,18 @@ int lua_axis_ui_RichText_getAnchorFontColor3B(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getAnchorFontColor3B'", nullptr); @@ -29302,7 +29302,7 @@ int lua_axis_ui_RichText_getAnchorFontColor3B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getAnchorFontColor3B",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getAnchorFontColor3B'.",&tolua_err); #endif @@ -29315,18 +29315,18 @@ int lua_axis_ui_RichText_formatText(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_formatText'", nullptr); @@ -29363,7 +29363,7 @@ int lua_axis_ui_RichText_formatText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:formatText",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_formatText'.",&tolua_err); #endif @@ -29376,18 +29376,18 @@ int lua_axis_ui_RichText_getAnchorTextGlowColor3B(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getAnchorTextGlowColor3B'", nullptr); @@ -29410,7 +29410,7 @@ int lua_axis_ui_RichText_getAnchorTextGlowColor3B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getAnchorTextGlowColor3B",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getAnchorTextGlowColor3B'.",&tolua_err); #endif @@ -29423,18 +29423,18 @@ int lua_axis_ui_RichText_openUrl(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_openUrl'", nullptr); @@ -29460,7 +29460,7 @@ int lua_axis_ui_RichText_openUrl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:openUrl",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_openUrl'.",&tolua_err); #endif @@ -29473,18 +29473,18 @@ int lua_axis_ui_RichText_getFontFace(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getFontFace'", nullptr); @@ -29507,7 +29507,7 @@ int lua_axis_ui_RichText_getFontFace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getFontFace",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getFontFace'.",&tolua_err); #endif @@ -29520,18 +29520,18 @@ int lua_axis_ui_RichText_setFontColor(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setFontColor'", nullptr); @@ -29557,7 +29557,7 @@ int lua_axis_ui_RichText_setFontColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setFontColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setFontColor'.",&tolua_err); #endif @@ -29570,18 +29570,18 @@ int lua_axis_ui_RichText_isAnchorTextGlowEnabled(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_isAnchorTextGlowEnabled'", nullptr); @@ -29604,7 +29604,7 @@ int lua_axis_ui_RichText_isAnchorTextGlowEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:isAnchorTextGlowEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_isAnchorTextGlowEnabled'.",&tolua_err); #endif @@ -29617,18 +29617,18 @@ int lua_axis_ui_RichText_getDefaults(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getDefaults'", nullptr); @@ -29651,7 +29651,7 @@ int lua_axis_ui_RichText_getDefaults(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getDefaults",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getDefaults'.",&tolua_err); #endif @@ -29664,18 +29664,18 @@ int lua_axis_ui_RichText_isAnchorTextUnderlineEnabled(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_isAnchorTextUnderlineEnabled'", nullptr); @@ -29698,7 +29698,7 @@ int lua_axis_ui_RichText_isAnchorTextUnderlineEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:isAnchorTextUnderlineEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_isAnchorTextUnderlineEnabled'.",&tolua_err); #endif @@ -29711,18 +29711,18 @@ int lua_axis_ui_RichText_getFontColor(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getFontColor'", nullptr); @@ -29745,7 +29745,7 @@ int lua_axis_ui_RichText_getFontColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getFontColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getFontColor'.",&tolua_err); #endif @@ -29758,18 +29758,18 @@ int lua_axis_ui_RichText_isAnchorTextShadowEnabled(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_isAnchorTextShadowEnabled'", nullptr); @@ -29792,7 +29792,7 @@ int lua_axis_ui_RichText_isAnchorTextShadowEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:isAnchorTextShadowEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_isAnchorTextShadowEnabled'.",&tolua_err); #endif @@ -29805,18 +29805,18 @@ int lua_axis_ui_RichText_getAnchorTextOutlineSize(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getAnchorTextOutlineSize'", nullptr); @@ -29839,7 +29839,7 @@ int lua_axis_ui_RichText_getAnchorTextOutlineSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getAnchorTextOutlineSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getAnchorTextOutlineSize'.",&tolua_err); #endif @@ -29852,18 +29852,18 @@ int lua_axis_ui_RichText_setVerticalSpace(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setVerticalSpace'", nullptr); @@ -29889,7 +29889,7 @@ int lua_axis_ui_RichText_setVerticalSpace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setVerticalSpace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setVerticalSpace'.",&tolua_err); #endif @@ -29902,18 +29902,18 @@ int lua_axis_ui_RichText_isAnchorTextDelEnabled(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_isAnchorTextDelEnabled'", nullptr); @@ -29936,7 +29936,7 @@ int lua_axis_ui_RichText_isAnchorTextDelEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:isAnchorTextDelEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_isAnchorTextDelEnabled'.",&tolua_err); #endif @@ -29949,18 +29949,18 @@ int lua_axis_ui_RichText_setDefaults(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setDefaults'", nullptr); @@ -29986,7 +29986,7 @@ int lua_axis_ui_RichText_setDefaults(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setDefaults",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setDefaults'.",&tolua_err); #endif @@ -29999,18 +29999,18 @@ int lua_axis_ui_RichText_setWrapMode(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setWrapMode'", nullptr); @@ -30036,7 +30036,7 @@ int lua_axis_ui_RichText_setWrapMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setWrapMode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setWrapMode'.",&tolua_err); #endif @@ -30049,18 +30049,18 @@ int lua_axis_ui_RichText_setFontSize(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setFontSize'", nullptr); @@ -30086,7 +30086,7 @@ int lua_axis_ui_RichText_setFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setFontSize'.",&tolua_err); #endif @@ -30098,15 +30098,15 @@ int lua_axis_ui_RichText_removeElement(lua_State* tolua_S) int argc = 0; axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_removeElement'", nullptr); @@ -30141,7 +30141,7 @@ int lua_axis_ui_RichText_removeElement(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:removeElement",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_removeElement'.",&tolua_err); #endif @@ -30154,18 +30154,18 @@ int lua_axis_ui_RichText_setAnchorTextItalic(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setAnchorTextItalic'", nullptr); @@ -30191,7 +30191,7 @@ int lua_axis_ui_RichText_setAnchorTextItalic(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setAnchorTextItalic",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setAnchorTextItalic'.",&tolua_err); #endif @@ -30204,18 +30204,18 @@ int lua_axis_ui_RichText_getAnchorTextShadowOffset(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getAnchorTextShadowOffset'", nullptr); @@ -30238,7 +30238,7 @@ int lua_axis_ui_RichText_getAnchorTextShadowOffset(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getAnchorTextShadowOffset",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getAnchorTextShadowOffset'.",&tolua_err); #endif @@ -30251,18 +30251,18 @@ int lua_axis_ui_RichText_isAnchorTextBoldEnabled(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_isAnchorTextBoldEnabled'", nullptr); @@ -30285,7 +30285,7 @@ int lua_axis_ui_RichText_isAnchorTextBoldEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:isAnchorTextBoldEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_isAnchorTextBoldEnabled'.",&tolua_err); #endif @@ -30298,18 +30298,18 @@ int lua_axis_ui_RichText_getAnchorTextShadowColor3B(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getAnchorTextShadowColor3B'", nullptr); @@ -30332,7 +30332,7 @@ int lua_axis_ui_RichText_getAnchorTextShadowColor3B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getAnchorTextShadowColor3B",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getAnchorTextShadowColor3B'.",&tolua_err); #endif @@ -30345,18 +30345,18 @@ int lua_axis_ui_RichText_stringWithColor3B(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_stringWithColor3B'", nullptr); @@ -30382,7 +30382,7 @@ int lua_axis_ui_RichText_stringWithColor3B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:stringWithColor3B",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_stringWithColor3B'.",&tolua_err); #endif @@ -30395,18 +30395,18 @@ int lua_axis_ui_RichText_isAnchorTextOutlineEnabled(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_isAnchorTextOutlineEnabled'", nullptr); @@ -30429,7 +30429,7 @@ int lua_axis_ui_RichText_isAnchorTextOutlineEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:isAnchorTextOutlineEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_isAnchorTextOutlineEnabled'.",&tolua_err); #endif @@ -30442,18 +30442,18 @@ int lua_axis_ui_RichText_getFontColor3B(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getFontColor3B'", nullptr); @@ -30476,7 +30476,7 @@ int lua_axis_ui_RichText_getFontColor3B(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getFontColor3B",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getFontColor3B'.",&tolua_err); #endif @@ -30489,18 +30489,18 @@ int lua_axis_ui_RichText_getWrapMode(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_getWrapMode'", nullptr); @@ -30523,7 +30523,7 @@ int lua_axis_ui_RichText_getWrapMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:getWrapMode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_getWrapMode'.",&tolua_err); #endif @@ -30536,18 +30536,18 @@ int lua_axis_ui_RichText_setAnchorTextUnderline(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_setAnchorTextUnderline'", nullptr); @@ -30573,7 +30573,7 @@ int lua_axis_ui_RichText_setAnchorTextUnderline(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:setAnchorTextUnderline",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_setAnchorTextUnderline'.",&tolua_err); #endif @@ -30586,18 +30586,18 @@ int lua_axis_ui_RichText_color3BWithString(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RichText*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RichText_color3BWithString'", nullptr); @@ -30623,7 +30623,7 @@ int lua_axis_ui_RichText_color3BWithString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:color3BWithString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_color3BWithString'.",&tolua_err); #endif @@ -30635,11 +30635,11 @@ int lua_axis_ui_RichText_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif @@ -30658,7 +30658,7 @@ int lua_axis_ui_RichText_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RichText:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_create'.",&tolua_err); #endif @@ -30669,11 +30669,11 @@ int lua_axis_ui_RichText_createWithXML(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RichText",0,&tolua_err)) goto tolua_lerror; #endif @@ -30717,7 +30717,7 @@ int lua_axis_ui_RichText_createWithXML(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.RichText:createWithXML",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_createWithXML'.",&tolua_err); #endif @@ -30729,7 +30729,7 @@ int lua_axis_ui_RichText_constructor(lua_State* tolua_S) axis::ui::RichText* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -30753,7 +30753,7 @@ int lua_axis_ui_RichText_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RichText:RichText",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RichText_constructor'.",&tolua_err); #endif @@ -30834,18 +30834,18 @@ int lua_axis_ui_HBox_initWithSize(lua_State* tolua_S) axis::ui::HBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.HBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::HBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_HBox_initWithSize'", nullptr); @@ -30871,7 +30871,7 @@ int lua_axis_ui_HBox_initWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.HBox:initWithSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_HBox_initWithSize'.",&tolua_err); #endif @@ -30882,11 +30882,11 @@ int lua_axis_ui_HBox_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.HBox",0,&tolua_err)) goto tolua_lerror; #endif @@ -30917,7 +30917,7 @@ int lua_axis_ui_HBox_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.HBox:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_HBox_create'.",&tolua_err); #endif @@ -30929,7 +30929,7 @@ int lua_axis_ui_HBox_constructor(lua_State* tolua_S) axis::ui::HBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -30953,7 +30953,7 @@ int lua_axis_ui_HBox_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.HBox:HBox",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_HBox_constructor'.",&tolua_err); #endif @@ -30988,18 +30988,18 @@ int lua_axis_ui_VBox_initWithSize(lua_State* tolua_S) axis::ui::VBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_VBox_initWithSize'", nullptr); @@ -31025,7 +31025,7 @@ int lua_axis_ui_VBox_initWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VBox:initWithSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_VBox_initWithSize'.",&tolua_err); #endif @@ -31036,11 +31036,11 @@ int lua_axis_ui_VBox_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.VBox",0,&tolua_err)) goto tolua_lerror; #endif @@ -31071,7 +31071,7 @@ int lua_axis_ui_VBox_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.VBox:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_VBox_create'.",&tolua_err); #endif @@ -31083,7 +31083,7 @@ int lua_axis_ui_VBox_constructor(lua_State* tolua_S) axis::ui::VBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -31107,7 +31107,7 @@ int lua_axis_ui_VBox_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VBox:VBox",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_VBox_constructor'.",&tolua_err); #endif @@ -31142,18 +31142,18 @@ int lua_axis_ui_RelativeBox_initWithSize(lua_State* tolua_S) axis::ui::RelativeBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.RelativeBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::RelativeBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_RelativeBox_initWithSize'", nullptr); @@ -31179,7 +31179,7 @@ int lua_axis_ui_RelativeBox_initWithSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeBox:initWithSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeBox_initWithSize'.",&tolua_err); #endif @@ -31190,11 +31190,11 @@ int lua_axis_ui_RelativeBox_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.RelativeBox",0,&tolua_err)) goto tolua_lerror; #endif @@ -31225,7 +31225,7 @@ int lua_axis_ui_RelativeBox_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.RelativeBox:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeBox_create'.",&tolua_err); #endif @@ -31237,7 +31237,7 @@ int lua_axis_ui_RelativeBox_constructor(lua_State* tolua_S) axis::ui::RelativeBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -31261,7 +31261,7 @@ int lua_axis_ui_RelativeBox_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.RelativeBox:RelativeBox",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_RelativeBox_constructor'.",&tolua_err); #endif @@ -31295,15 +31295,15 @@ int lua_axis_ui_Scale9Sprite_updateWithSprite(lua_State* tolua_S) int argc = 0; axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_updateWithSprite'", nullptr); @@ -31370,7 +31370,7 @@ int lua_axis_ui_Scale9Sprite_updateWithSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:updateWithSprite",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_updateWithSprite'.",&tolua_err); #endif @@ -31383,18 +31383,18 @@ int lua_axis_ui_Scale9Sprite_resizableSpriteWithCapInsets(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_resizableSpriteWithCapInsets'", nullptr); @@ -31420,7 +31420,7 @@ int lua_axis_ui_Scale9Sprite_resizableSpriteWithCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:resizableSpriteWithCapInsets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_resizableSpriteWithCapInsets'.",&tolua_err); #endif @@ -31433,18 +31433,18 @@ int lua_axis_ui_Scale9Sprite_getCapInsets(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getCapInsets'", nullptr); @@ -31467,7 +31467,7 @@ int lua_axis_ui_Scale9Sprite_getCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getCapInsets",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getCapInsets'.",&tolua_err); #endif @@ -31480,18 +31480,18 @@ int lua_axis_ui_Scale9Sprite_setState(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setState'", nullptr); @@ -31517,7 +31517,7 @@ int lua_axis_ui_Scale9Sprite_setState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setState",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setState'.",&tolua_err); #endif @@ -31530,18 +31530,18 @@ int lua_axis_ui_Scale9Sprite_setInsetBottom(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setInsetBottom'", nullptr); @@ -31567,7 +31567,7 @@ int lua_axis_ui_Scale9Sprite_setInsetBottom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setInsetBottom",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setInsetBottom'.",&tolua_err); #endif @@ -31580,18 +31580,18 @@ int lua_axis_ui_Scale9Sprite_initWithSpriteFrameName(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_initWithSpriteFrameName'", nullptr); @@ -31620,7 +31620,7 @@ int lua_axis_ui_Scale9Sprite_initWithSpriteFrameName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:initWithSpriteFrameName",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_initWithSpriteFrameName'.",&tolua_err); #endif @@ -31633,18 +31633,18 @@ int lua_axis_ui_Scale9Sprite_getSprite(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getSprite'", nullptr); @@ -31667,7 +31667,7 @@ int lua_axis_ui_Scale9Sprite_getSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getSprite",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getSprite'.",&tolua_err); #endif @@ -31680,18 +31680,18 @@ int lua_axis_ui_Scale9Sprite_setInsetTop(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setInsetTop'", nullptr); @@ -31717,7 +31717,7 @@ int lua_axis_ui_Scale9Sprite_setInsetTop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setInsetTop",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setInsetTop'.",&tolua_err); #endif @@ -31730,18 +31730,18 @@ int lua_axis_ui_Scale9Sprite_setRenderingType(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setRenderingType'", nullptr); @@ -31767,7 +31767,7 @@ int lua_axis_ui_Scale9Sprite_setRenderingType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setRenderingType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setRenderingType'.",&tolua_err); #endif @@ -31779,15 +31779,15 @@ int lua_axis_ui_Scale9Sprite_init(lua_State* tolua_S) int argc = 0; axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_init'", nullptr); @@ -31874,7 +31874,7 @@ int lua_axis_ui_Scale9Sprite_init(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:init",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_init'.",&tolua_err); #endif @@ -31887,18 +31887,18 @@ int lua_axis_ui_Scale9Sprite_setPreferredSize(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setPreferredSize'", nullptr); @@ -31924,7 +31924,7 @@ int lua_axis_ui_Scale9Sprite_setPreferredSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setPreferredSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setPreferredSize'.",&tolua_err); #endif @@ -31937,18 +31937,18 @@ int lua_axis_ui_Scale9Sprite_copyTo(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_copyTo'", nullptr); @@ -31974,7 +31974,7 @@ int lua_axis_ui_Scale9Sprite_copyTo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:copyTo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_copyTo'.",&tolua_err); #endif @@ -31987,18 +31987,18 @@ int lua_axis_ui_Scale9Sprite_setSpriteFrame(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setSpriteFrame'", nullptr); @@ -32027,7 +32027,7 @@ int lua_axis_ui_Scale9Sprite_setSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setSpriteFrame",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setSpriteFrame'.",&tolua_err); #endif @@ -32040,18 +32040,18 @@ int lua_axis_ui_Scale9Sprite_getState(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getState'", nullptr); @@ -32074,7 +32074,7 @@ int lua_axis_ui_Scale9Sprite_getState(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getState",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getState'.",&tolua_err); #endif @@ -32087,18 +32087,18 @@ int lua_axis_ui_Scale9Sprite_getInsetBottom(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getInsetBottom'", nullptr); @@ -32121,7 +32121,7 @@ int lua_axis_ui_Scale9Sprite_getInsetBottom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getInsetBottom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getInsetBottom'.",&tolua_err); #endif @@ -32134,18 +32134,18 @@ int lua_axis_ui_Scale9Sprite_setScale9Enabled(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setScale9Enabled'", nullptr); @@ -32171,7 +32171,7 @@ int lua_axis_ui_Scale9Sprite_setScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setScale9Enabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setScale9Enabled'.",&tolua_err); #endif @@ -32184,18 +32184,18 @@ int lua_axis_ui_Scale9Sprite_isScale9Enabled(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_isScale9Enabled'", nullptr); @@ -32218,7 +32218,7 @@ int lua_axis_ui_Scale9Sprite_isScale9Enabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:isScale9Enabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_isScale9Enabled'.",&tolua_err); #endif @@ -32231,18 +32231,18 @@ int lua_axis_ui_Scale9Sprite_resetRender(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_resetRender'", nullptr); @@ -32265,7 +32265,7 @@ int lua_axis_ui_Scale9Sprite_resetRender(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:resetRender",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_resetRender'.",&tolua_err); #endif @@ -32278,18 +32278,18 @@ int lua_axis_ui_Scale9Sprite_getRenderingType(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getRenderingType'", nullptr); @@ -32312,7 +32312,7 @@ int lua_axis_ui_Scale9Sprite_getRenderingType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getRenderingType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getRenderingType'.",&tolua_err); #endif @@ -32325,18 +32325,18 @@ int lua_axis_ui_Scale9Sprite_getInsetRight(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getInsetRight'", nullptr); @@ -32359,7 +32359,7 @@ int lua_axis_ui_Scale9Sprite_getInsetRight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getInsetRight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getInsetRight'.",&tolua_err); #endif @@ -32372,18 +32372,18 @@ int lua_axis_ui_Scale9Sprite_getOriginalSize(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getOriginalSize'", nullptr); @@ -32406,7 +32406,7 @@ int lua_axis_ui_Scale9Sprite_getOriginalSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getOriginalSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getOriginalSize'.",&tolua_err); #endif @@ -32418,15 +32418,15 @@ int lua_axis_ui_Scale9Sprite_initWithFile(lua_State* tolua_S) int argc = 0; axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_initWithFile'", nullptr); @@ -32473,7 +32473,7 @@ int lua_axis_ui_Scale9Sprite_initWithFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:initWithFile",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_initWithFile'.",&tolua_err); #endif @@ -32486,18 +32486,18 @@ int lua_axis_ui_Scale9Sprite_getInsetTop(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getInsetTop'", nullptr); @@ -32520,7 +32520,7 @@ int lua_axis_ui_Scale9Sprite_getInsetTop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getInsetTop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getInsetTop'.",&tolua_err); #endif @@ -32533,18 +32533,18 @@ int lua_axis_ui_Scale9Sprite_setInsetLeft(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setInsetLeft'", nullptr); @@ -32570,7 +32570,7 @@ int lua_axis_ui_Scale9Sprite_setInsetLeft(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setInsetLeft",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setInsetLeft'.",&tolua_err); #endif @@ -32583,18 +32583,18 @@ int lua_axis_ui_Scale9Sprite_initWithSpriteFrame(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_initWithSpriteFrame'", nullptr); @@ -32623,7 +32623,7 @@ int lua_axis_ui_Scale9Sprite_initWithSpriteFrame(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:initWithSpriteFrame",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_initWithSpriteFrame'.",&tolua_err); #endif @@ -32636,18 +32636,18 @@ int lua_axis_ui_Scale9Sprite_getPreferredSize(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getPreferredSize'", nullptr); @@ -32670,7 +32670,7 @@ int lua_axis_ui_Scale9Sprite_getPreferredSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getPreferredSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getPreferredSize'.",&tolua_err); #endif @@ -32683,18 +32683,18 @@ int lua_axis_ui_Scale9Sprite_setCapInsets(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setCapInsets'", nullptr); @@ -32720,7 +32720,7 @@ int lua_axis_ui_Scale9Sprite_setCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setCapInsets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setCapInsets'.",&tolua_err); #endif @@ -32733,18 +32733,18 @@ int lua_axis_ui_Scale9Sprite_getInsetLeft(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_getInsetLeft'", nullptr); @@ -32767,7 +32767,7 @@ int lua_axis_ui_Scale9Sprite_getInsetLeft(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:getInsetLeft",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_getInsetLeft'.",&tolua_err); #endif @@ -32780,18 +32780,18 @@ int lua_axis_ui_Scale9Sprite_setInsetRight(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::Scale9Sprite*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_Scale9Sprite_setInsetRight'", nullptr); @@ -32817,7 +32817,7 @@ int lua_axis_ui_Scale9Sprite_setInsetRight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:setInsetRight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_setInsetRight'.",&tolua_err); #endif @@ -32828,11 +32828,11 @@ int lua_axis_ui_Scale9Sprite_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif @@ -32914,7 +32914,7 @@ int lua_axis_ui_Scale9Sprite_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.Scale9Sprite:create",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_create'.",&tolua_err); #endif @@ -32924,11 +32924,11 @@ int lua_axis_ui_Scale9Sprite_createWithSpriteFrameName(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif @@ -32965,7 +32965,7 @@ int lua_axis_ui_Scale9Sprite_createWithSpriteFrameName(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.Scale9Sprite:createWithSpriteFrameName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_createWithSpriteFrameName'.",&tolua_err); #endif @@ -32975,11 +32975,11 @@ int lua_axis_ui_Scale9Sprite_createWithSpriteFrame(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.Scale9Sprite",0,&tolua_err)) goto tolua_lerror; #endif @@ -33016,7 +33016,7 @@ int lua_axis_ui_Scale9Sprite_createWithSpriteFrame(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.Scale9Sprite:createWithSpriteFrame",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_createWithSpriteFrame'.",&tolua_err); #endif @@ -33028,7 +33028,7 @@ int lua_axis_ui_Scale9Sprite_constructor(lua_State* tolua_S) axis::ui::Scale9Sprite* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -33052,7 +33052,7 @@ int lua_axis_ui_Scale9Sprite_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.Scale9Sprite:Scale9Sprite",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_Scale9Sprite_constructor'.",&tolua_err); #endif @@ -33117,18 +33117,18 @@ int lua_axis_ui_EditBox_getFontSize(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getFontSize'", nullptr); @@ -33151,7 +33151,7 @@ int lua_axis_ui_EditBox_getFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getFontSize'.",&tolua_err); #endif @@ -33164,18 +33164,18 @@ int lua_axis_ui_EditBox_keyboardDidShow(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_keyboardDidShow'", nullptr); @@ -33202,7 +33202,7 @@ int lua_axis_ui_EditBox_keyboardDidShow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:keyboardDidShow",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_keyboardDidShow'.",&tolua_err); #endif @@ -33215,18 +33215,18 @@ int lua_axis_ui_EditBox_setMaxLength(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setMaxLength'", nullptr); @@ -33252,7 +33252,7 @@ int lua_axis_ui_EditBox_setMaxLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setMaxLength",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setMaxLength'.",&tolua_err); #endif @@ -33265,18 +33265,18 @@ int lua_axis_ui_EditBox_openKeyboard(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_openKeyboard'", nullptr); @@ -33299,7 +33299,7 @@ int lua_axis_ui_EditBox_openKeyboard(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:openKeyboard",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_openKeyboard'.",&tolua_err); #endif @@ -33312,18 +33312,18 @@ int lua_axis_ui_EditBox_setFontSize(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setFontSize'", nullptr); @@ -33349,7 +33349,7 @@ int lua_axis_ui_EditBox_setFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setFontSize'.",&tolua_err); #endif @@ -33362,18 +33362,18 @@ int lua_axis_ui_EditBox_getText(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getText'", nullptr); @@ -33396,7 +33396,7 @@ int lua_axis_ui_EditBox_getText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getText",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getText'.",&tolua_err); #endif @@ -33409,18 +33409,18 @@ int lua_axis_ui_EditBox_getInputMode(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getInputMode'", nullptr); @@ -33443,7 +33443,7 @@ int lua_axis_ui_EditBox_getInputMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getInputMode",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getInputMode'.",&tolua_err); #endif @@ -33455,15 +33455,15 @@ int lua_axis_ui_EditBox_initWithSizeAndBackgroundSprite(lua_State* tolua_S) int argc = 0; axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_initWithSizeAndBackgroundSprite'", nullptr); @@ -33550,7 +33550,7 @@ int lua_axis_ui_EditBox_initWithSizeAndBackgroundSprite(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:initWithSizeAndBackgroundSprite",argc, 4); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_initWithSizeAndBackgroundSprite'.",&tolua_err); #endif @@ -33563,18 +33563,18 @@ int lua_axis_ui_EditBox_getPlaceholderFontName(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getPlaceholderFontName'", nullptr); @@ -33597,7 +33597,7 @@ int lua_axis_ui_EditBox_getPlaceholderFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getPlaceholderFontName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getPlaceholderFontName'.",&tolua_err); #endif @@ -33610,18 +33610,18 @@ int lua_axis_ui_EditBox_keyboardDidHide(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_keyboardDidHide'", nullptr); @@ -33648,7 +33648,7 @@ int lua_axis_ui_EditBox_keyboardDidHide(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:keyboardDidHide",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_keyboardDidHide'.",&tolua_err); #endif @@ -33661,18 +33661,18 @@ int lua_axis_ui_EditBox_setPlaceholderFontName(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setPlaceholderFontName'", nullptr); @@ -33698,7 +33698,7 @@ int lua_axis_ui_EditBox_setPlaceholderFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setPlaceholderFontName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setPlaceholderFontName'.",&tolua_err); #endif @@ -33711,18 +33711,18 @@ int lua_axis_ui_EditBox_getPlaceholderFontSize(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getPlaceholderFontSize'", nullptr); @@ -33745,7 +33745,7 @@ int lua_axis_ui_EditBox_getPlaceholderFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getPlaceholderFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getPlaceholderFontSize'.",&tolua_err); #endif @@ -33758,18 +33758,18 @@ int lua_axis_ui_EditBox_getCapInsetsDisabledRenderer(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getCapInsetsDisabledRenderer'", nullptr); @@ -33792,7 +33792,7 @@ int lua_axis_ui_EditBox_getCapInsetsDisabledRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getCapInsetsDisabledRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getCapInsetsDisabledRenderer'.",&tolua_err); #endif @@ -33805,18 +33805,18 @@ int lua_axis_ui_EditBox_getPlaceHolder(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getPlaceHolder'", nullptr); @@ -33839,7 +33839,7 @@ int lua_axis_ui_EditBox_getPlaceHolder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getPlaceHolder",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getPlaceHolder'.",&tolua_err); #endif @@ -33852,18 +33852,18 @@ int lua_axis_ui_EditBox_setFontName(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setFontName'", nullptr); @@ -33889,7 +33889,7 @@ int lua_axis_ui_EditBox_setFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setFontName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setFontName'.",&tolua_err); #endif @@ -33902,18 +33902,18 @@ int lua_axis_ui_EditBox_registerScriptEditBoxHandler(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_registerScriptEditBoxHandler'", nullptr); @@ -33939,7 +33939,7 @@ int lua_axis_ui_EditBox_registerScriptEditBoxHandler(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:registerScriptEditBoxHandler",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_registerScriptEditBoxHandler'.",&tolua_err); #endif @@ -33952,18 +33952,18 @@ int lua_axis_ui_EditBox_setCapInsetsDisabledRenderer(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setCapInsetsDisabledRenderer'", nullptr); @@ -33989,7 +33989,7 @@ int lua_axis_ui_EditBox_setCapInsetsDisabledRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setCapInsetsDisabledRenderer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setCapInsetsDisabledRenderer'.",&tolua_err); #endif @@ -34002,18 +34002,18 @@ int lua_axis_ui_EditBox_setPlaceholderFontSize(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setPlaceholderFontSize'", nullptr); @@ -34039,7 +34039,7 @@ int lua_axis_ui_EditBox_setPlaceholderFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setPlaceholderFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setPlaceholderFontSize'.",&tolua_err); #endif @@ -34052,18 +34052,18 @@ int lua_axis_ui_EditBox_loadTextureDisabled(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_loadTextureDisabled'", nullptr); @@ -34106,7 +34106,7 @@ int lua_axis_ui_EditBox_loadTextureDisabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:loadTextureDisabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_loadTextureDisabled'.",&tolua_err); #endif @@ -34119,18 +34119,18 @@ int lua_axis_ui_EditBox_setInputMode(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setInputMode'", nullptr); @@ -34156,7 +34156,7 @@ int lua_axis_ui_EditBox_setInputMode(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setInputMode",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setInputMode'.",&tolua_err); #endif @@ -34169,18 +34169,18 @@ int lua_axis_ui_EditBox_unregisterScriptEditBoxHandler(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_unregisterScriptEditBoxHandler'", nullptr); @@ -34203,7 +34203,7 @@ int lua_axis_ui_EditBox_unregisterScriptEditBoxHandler(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:unregisterScriptEditBoxHandler",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_unregisterScriptEditBoxHandler'.",&tolua_err); #endif @@ -34216,18 +34216,18 @@ int lua_axis_ui_EditBox_keyboardWillShow(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_keyboardWillShow'", nullptr); @@ -34254,7 +34254,7 @@ int lua_axis_ui_EditBox_keyboardWillShow(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:keyboardWillShow",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_keyboardWillShow'.",&tolua_err); #endif @@ -34266,15 +34266,15 @@ int lua_axis_ui_EditBox_setPlaceholderFontColor(lua_State* tolua_S) int argc = 0; axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setPlaceholderFontColor'", nullptr); @@ -34309,7 +34309,7 @@ int lua_axis_ui_EditBox_setPlaceholderFontColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setPlaceholderFontColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setPlaceholderFontColor'.",&tolua_err); #endif @@ -34322,18 +34322,18 @@ int lua_axis_ui_EditBox_getReturnType(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getReturnType'", nullptr); @@ -34356,7 +34356,7 @@ int lua_axis_ui_EditBox_getReturnType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getReturnType",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getReturnType'.",&tolua_err); #endif @@ -34368,15 +34368,15 @@ int lua_axis_ui_EditBox_setFontColor(lua_State* tolua_S) int argc = 0; axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setFontColor'", nullptr); @@ -34411,7 +34411,7 @@ int lua_axis_ui_EditBox_setFontColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setFontColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setFontColor'.",&tolua_err); #endif @@ -34424,18 +34424,18 @@ int lua_axis_ui_EditBox_getFontName(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getFontName'", nullptr); @@ -34458,7 +34458,7 @@ int lua_axis_ui_EditBox_getFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getFontName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getFontName'.",&tolua_err); #endif @@ -34471,18 +34471,18 @@ int lua_axis_ui_EditBox_keyboardWillHide(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_keyboardWillHide'", nullptr); @@ -34509,7 +34509,7 @@ int lua_axis_ui_EditBox_keyboardWillHide(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:keyboardWillHide",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_keyboardWillHide'.",&tolua_err); #endif @@ -34522,18 +34522,18 @@ int lua_axis_ui_EditBox_setCapInsetsNormalRenderer(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setCapInsetsNormalRenderer'", nullptr); @@ -34559,7 +34559,7 @@ int lua_axis_ui_EditBox_setCapInsetsNormalRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setCapInsetsNormalRenderer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setCapInsetsNormalRenderer'.",&tolua_err); #endif @@ -34572,18 +34572,18 @@ int lua_axis_ui_EditBox_loadTexturePressed(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_loadTexturePressed'", nullptr); @@ -34626,7 +34626,7 @@ int lua_axis_ui_EditBox_loadTexturePressed(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:loadTexturePressed",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_loadTexturePressed'.",&tolua_err); #endif @@ -34639,18 +34639,18 @@ int lua_axis_ui_EditBox_getFontColor(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getFontColor'", nullptr); @@ -34673,7 +34673,7 @@ int lua_axis_ui_EditBox_getFontColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getFontColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getFontColor'.",&tolua_err); #endif @@ -34686,18 +34686,18 @@ int lua_axis_ui_EditBox_getInputFlag(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getInputFlag'", nullptr); @@ -34720,7 +34720,7 @@ int lua_axis_ui_EditBox_getInputFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getInputFlag",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getInputFlag'.",&tolua_err); #endif @@ -34733,18 +34733,18 @@ int lua_axis_ui_EditBox_initWithSizeAndTexture(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_initWithSizeAndTexture'", nullptr); @@ -34842,7 +34842,7 @@ int lua_axis_ui_EditBox_initWithSizeAndTexture(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:initWithSizeAndTexture",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_initWithSizeAndTexture'.",&tolua_err); #endif @@ -34855,18 +34855,18 @@ int lua_axis_ui_EditBox_getTextHorizontalAlignment(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getTextHorizontalAlignment'", nullptr); @@ -34889,7 +34889,7 @@ int lua_axis_ui_EditBox_getTextHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getTextHorizontalAlignment",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getTextHorizontalAlignment'.",&tolua_err); #endif @@ -34902,18 +34902,18 @@ int lua_axis_ui_EditBox_getCapInsetsNormalRenderer(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getCapInsetsNormalRenderer'", nullptr); @@ -34936,7 +34936,7 @@ int lua_axis_ui_EditBox_getCapInsetsNormalRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getCapInsetsNormalRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getCapInsetsNormalRenderer'.",&tolua_err); #endif @@ -34949,18 +34949,18 @@ int lua_axis_ui_EditBox_getCapInsetsPressedRenderer(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getCapInsetsPressedRenderer'", nullptr); @@ -34983,7 +34983,7 @@ int lua_axis_ui_EditBox_getCapInsetsPressedRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getCapInsetsPressedRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getCapInsetsPressedRenderer'.",&tolua_err); #endif @@ -34996,18 +34996,18 @@ int lua_axis_ui_EditBox_getScriptEditBoxHandler(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getScriptEditBoxHandler'", nullptr); @@ -35030,7 +35030,7 @@ int lua_axis_ui_EditBox_getScriptEditBoxHandler(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getScriptEditBoxHandler",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getScriptEditBoxHandler'.",&tolua_err); #endif @@ -35043,18 +35043,18 @@ int lua_axis_ui_EditBox_loadTextures(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_loadTextures'", nullptr); @@ -35126,7 +35126,7 @@ int lua_axis_ui_EditBox_loadTextures(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:loadTextures",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_loadTextures'.",&tolua_err); #endif @@ -35139,18 +35139,18 @@ int lua_axis_ui_EditBox_setPlaceHolder(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setPlaceHolder'", nullptr); @@ -35176,7 +35176,7 @@ int lua_axis_ui_EditBox_setPlaceHolder(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setPlaceHolder",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setPlaceHolder'.",&tolua_err); #endif @@ -35189,18 +35189,18 @@ int lua_axis_ui_EditBox_setInputFlag(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setInputFlag'", nullptr); @@ -35226,7 +35226,7 @@ int lua_axis_ui_EditBox_setInputFlag(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setInputFlag",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setInputFlag'.",&tolua_err); #endif @@ -35239,18 +35239,18 @@ int lua_axis_ui_EditBox_setReturnType(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setReturnType'", nullptr); @@ -35276,7 +35276,7 @@ int lua_axis_ui_EditBox_setReturnType(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setReturnType",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setReturnType'.",&tolua_err); #endif @@ -35289,18 +35289,18 @@ int lua_axis_ui_EditBox_loadTextureNormal(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_loadTextureNormal'", nullptr); @@ -35343,7 +35343,7 @@ int lua_axis_ui_EditBox_loadTextureNormal(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:loadTextureNormal",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_loadTextureNormal'.",&tolua_err); #endif @@ -35356,18 +35356,18 @@ int lua_axis_ui_EditBox_getMaxLength(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getMaxLength'", nullptr); @@ -35390,7 +35390,7 @@ int lua_axis_ui_EditBox_getMaxLength(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getMaxLength",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getMaxLength'.",&tolua_err); #endif @@ -35403,18 +35403,18 @@ int lua_axis_ui_EditBox_setCapInsetsPressedRenderer(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setCapInsetsPressedRenderer'", nullptr); @@ -35440,7 +35440,7 @@ int lua_axis_ui_EditBox_setCapInsetsPressedRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setCapInsetsPressedRenderer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setCapInsetsPressedRenderer'.",&tolua_err); #endif @@ -35453,18 +35453,18 @@ int lua_axis_ui_EditBox_setText(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setText'", nullptr); @@ -35490,7 +35490,7 @@ int lua_axis_ui_EditBox_setText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setText",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setText'.",&tolua_err); #endif @@ -35503,18 +35503,18 @@ int lua_axis_ui_EditBox_setPlaceholderFont(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setPlaceholderFont'", nullptr); @@ -35543,7 +35543,7 @@ int lua_axis_ui_EditBox_setPlaceholderFont(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setPlaceholderFont",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setPlaceholderFont'.",&tolua_err); #endif @@ -35556,18 +35556,18 @@ int lua_axis_ui_EditBox_getPlaceholderFontColor(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_getPlaceholderFontColor'", nullptr); @@ -35590,7 +35590,7 @@ int lua_axis_ui_EditBox_getPlaceholderFontColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:getPlaceholderFontColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_getPlaceholderFontColor'.",&tolua_err); #endif @@ -35603,18 +35603,18 @@ int lua_axis_ui_EditBox_setCapInsets(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setCapInsets'", nullptr); @@ -35640,7 +35640,7 @@ int lua_axis_ui_EditBox_setCapInsets(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setCapInsets",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setCapInsets'.",&tolua_err); #endif @@ -35653,18 +35653,18 @@ int lua_axis_ui_EditBox_setFont(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setFont'", nullptr); @@ -35693,7 +35693,7 @@ int lua_axis_ui_EditBox_setFont(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setFont",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setFont'.",&tolua_err); #endif @@ -35706,18 +35706,18 @@ int lua_axis_ui_EditBox_setTextHorizontalAlignment(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::EditBox*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_EditBox_setTextHorizontalAlignment'", nullptr); @@ -35743,7 +35743,7 @@ int lua_axis_ui_EditBox_setTextHorizontalAlignment(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:setTextHorizontalAlignment",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_setTextHorizontalAlignment'.",&tolua_err); #endif @@ -35754,11 +35754,11 @@ int lua_axis_ui_EditBox_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.EditBox",0,&tolua_err)) goto tolua_lerror; #endif @@ -35924,7 +35924,7 @@ int lua_axis_ui_EditBox_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.EditBox:create",argc, 2); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_create'.",&tolua_err); #endif @@ -35936,7 +35936,7 @@ int lua_axis_ui_EditBox_constructor(lua_State* tolua_S) axis::ui::EditBox* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -35960,7 +35960,7 @@ int lua_axis_ui_EditBox_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.EditBox:EditBox",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_EditBox_constructor'.",&tolua_err); #endif @@ -36043,18 +36043,18 @@ int lua_axis_ui_LayoutComponent_setStretchWidthEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setStretchWidthEnabled'", nullptr); @@ -36080,7 +36080,7 @@ int lua_axis_ui_LayoutComponent_setStretchWidthEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setStretchWidthEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setStretchWidthEnabled'.",&tolua_err); #endif @@ -36093,18 +36093,18 @@ int lua_axis_ui_LayoutComponent_setPercentWidth(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPercentWidth'", nullptr); @@ -36130,7 +36130,7 @@ int lua_axis_ui_LayoutComponent_setPercentWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPercentWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPercentWidth'.",&tolua_err); #endif @@ -36143,18 +36143,18 @@ int lua_axis_ui_LayoutComponent_getAnchorPosition(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getAnchorPosition'", nullptr); @@ -36177,7 +36177,7 @@ int lua_axis_ui_LayoutComponent_getAnchorPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getAnchorPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getAnchorPosition'.",&tolua_err); #endif @@ -36190,18 +36190,18 @@ int lua_axis_ui_LayoutComponent_setPositionPercentXEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPositionPercentXEnabled'", nullptr); @@ -36227,7 +36227,7 @@ int lua_axis_ui_LayoutComponent_setPositionPercentXEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPositionPercentXEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPositionPercentXEnabled'.",&tolua_err); #endif @@ -36240,18 +36240,18 @@ int lua_axis_ui_LayoutComponent_setStretchHeightEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setStretchHeightEnabled'", nullptr); @@ -36277,7 +36277,7 @@ int lua_axis_ui_LayoutComponent_setStretchHeightEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setStretchHeightEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setStretchHeightEnabled'.",&tolua_err); #endif @@ -36290,18 +36290,18 @@ int lua_axis_ui_LayoutComponent_setActiveEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setActiveEnabled'", nullptr); @@ -36327,7 +36327,7 @@ int lua_axis_ui_LayoutComponent_setActiveEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setActiveEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setActiveEnabled'.",&tolua_err); #endif @@ -36340,18 +36340,18 @@ int lua_axis_ui_LayoutComponent_getRightMargin(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getRightMargin'", nullptr); @@ -36374,7 +36374,7 @@ int lua_axis_ui_LayoutComponent_getRightMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getRightMargin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getRightMargin'.",&tolua_err); #endif @@ -36387,18 +36387,18 @@ int lua_axis_ui_LayoutComponent_getSize(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getSize'", nullptr); @@ -36421,7 +36421,7 @@ int lua_axis_ui_LayoutComponent_getSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getSize'.",&tolua_err); #endif @@ -36434,18 +36434,18 @@ int lua_axis_ui_LayoutComponent_setAnchorPosition(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setAnchorPosition'", nullptr); @@ -36471,7 +36471,7 @@ int lua_axis_ui_LayoutComponent_setAnchorPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setAnchorPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setAnchorPosition'.",&tolua_err); #endif @@ -36484,18 +36484,18 @@ int lua_axis_ui_LayoutComponent_refreshLayout(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_refreshLayout'", nullptr); @@ -36518,7 +36518,7 @@ int lua_axis_ui_LayoutComponent_refreshLayout(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:refreshLayout",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_refreshLayout'.",&tolua_err); #endif @@ -36531,18 +36531,18 @@ int lua_axis_ui_LayoutComponent_isPercentWidthEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_isPercentWidthEnabled'", nullptr); @@ -36565,7 +36565,7 @@ int lua_axis_ui_LayoutComponent_isPercentWidthEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:isPercentWidthEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_isPercentWidthEnabled'.",&tolua_err); #endif @@ -36578,18 +36578,18 @@ int lua_axis_ui_LayoutComponent_setVerticalEdge(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setVerticalEdge'", nullptr); @@ -36615,7 +36615,7 @@ int lua_axis_ui_LayoutComponent_setVerticalEdge(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setVerticalEdge",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setVerticalEdge'.",&tolua_err); #endif @@ -36628,18 +36628,18 @@ int lua_axis_ui_LayoutComponent_getTopMargin(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getTopMargin'", nullptr); @@ -36662,7 +36662,7 @@ int lua_axis_ui_LayoutComponent_getTopMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getTopMargin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getTopMargin'.",&tolua_err); #endif @@ -36675,18 +36675,18 @@ int lua_axis_ui_LayoutComponent_setSizeWidth(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setSizeWidth'", nullptr); @@ -36712,7 +36712,7 @@ int lua_axis_ui_LayoutComponent_setSizeWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setSizeWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setSizeWidth'.",&tolua_err); #endif @@ -36725,18 +36725,18 @@ int lua_axis_ui_LayoutComponent_getPercentContentSize(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getPercentContentSize'", nullptr); @@ -36759,7 +36759,7 @@ int lua_axis_ui_LayoutComponent_getPercentContentSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getPercentContentSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getPercentContentSize'.",&tolua_err); #endif @@ -36772,18 +36772,18 @@ int lua_axis_ui_LayoutComponent_getVerticalEdge(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getVerticalEdge'", nullptr); @@ -36806,7 +36806,7 @@ int lua_axis_ui_LayoutComponent_getVerticalEdge(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getVerticalEdge",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getVerticalEdge'.",&tolua_err); #endif @@ -36819,18 +36819,18 @@ int lua_axis_ui_LayoutComponent_setPercentWidthEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPercentWidthEnabled'", nullptr); @@ -36856,7 +36856,7 @@ int lua_axis_ui_LayoutComponent_setPercentWidthEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPercentWidthEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPercentWidthEnabled'.",&tolua_err); #endif @@ -36869,18 +36869,18 @@ int lua_axis_ui_LayoutComponent_isStretchWidthEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_isStretchWidthEnabled'", nullptr); @@ -36903,7 +36903,7 @@ int lua_axis_ui_LayoutComponent_isStretchWidthEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:isStretchWidthEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_isStretchWidthEnabled'.",&tolua_err); #endif @@ -36916,18 +36916,18 @@ int lua_axis_ui_LayoutComponent_setLeftMargin(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setLeftMargin'", nullptr); @@ -36953,7 +36953,7 @@ int lua_axis_ui_LayoutComponent_setLeftMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setLeftMargin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setLeftMargin'.",&tolua_err); #endif @@ -36966,18 +36966,18 @@ int lua_axis_ui_LayoutComponent_getSizeWidth(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getSizeWidth'", nullptr); @@ -37000,7 +37000,7 @@ int lua_axis_ui_LayoutComponent_getSizeWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getSizeWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getSizeWidth'.",&tolua_err); #endif @@ -37013,18 +37013,18 @@ int lua_axis_ui_LayoutComponent_setPositionPercentYEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPositionPercentYEnabled'", nullptr); @@ -37050,7 +37050,7 @@ int lua_axis_ui_LayoutComponent_setPositionPercentYEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPositionPercentYEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPositionPercentYEnabled'.",&tolua_err); #endif @@ -37063,18 +37063,18 @@ int lua_axis_ui_LayoutComponent_getSizeHeight(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getSizeHeight'", nullptr); @@ -37097,7 +37097,7 @@ int lua_axis_ui_LayoutComponent_getSizeHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getSizeHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getSizeHeight'.",&tolua_err); #endif @@ -37110,18 +37110,18 @@ int lua_axis_ui_LayoutComponent_getPositionPercentY(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getPositionPercentY'", nullptr); @@ -37144,7 +37144,7 @@ int lua_axis_ui_LayoutComponent_getPositionPercentY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getPositionPercentY",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getPositionPercentY'.",&tolua_err); #endif @@ -37157,18 +37157,18 @@ int lua_axis_ui_LayoutComponent_getPositionPercentX(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getPositionPercentX'", nullptr); @@ -37191,7 +37191,7 @@ int lua_axis_ui_LayoutComponent_getPositionPercentX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getPositionPercentX",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getPositionPercentX'.",&tolua_err); #endif @@ -37204,18 +37204,18 @@ int lua_axis_ui_LayoutComponent_setTopMargin(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setTopMargin'", nullptr); @@ -37241,7 +37241,7 @@ int lua_axis_ui_LayoutComponent_setTopMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setTopMargin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setTopMargin'.",&tolua_err); #endif @@ -37254,18 +37254,18 @@ int lua_axis_ui_LayoutComponent_getPercentHeight(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getPercentHeight'", nullptr); @@ -37288,7 +37288,7 @@ int lua_axis_ui_LayoutComponent_getPercentHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getPercentHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getPercentHeight'.",&tolua_err); #endif @@ -37301,18 +37301,18 @@ int lua_axis_ui_LayoutComponent_getUsingPercentContentSize(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getUsingPercentContentSize'", nullptr); @@ -37335,7 +37335,7 @@ int lua_axis_ui_LayoutComponent_getUsingPercentContentSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getUsingPercentContentSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getUsingPercentContentSize'.",&tolua_err); #endif @@ -37348,18 +37348,18 @@ int lua_axis_ui_LayoutComponent_setPositionPercentY(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPositionPercentY'", nullptr); @@ -37385,7 +37385,7 @@ int lua_axis_ui_LayoutComponent_setPositionPercentY(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPositionPercentY",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPositionPercentY'.",&tolua_err); #endif @@ -37398,18 +37398,18 @@ int lua_axis_ui_LayoutComponent_setPositionPercentX(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPositionPercentX'", nullptr); @@ -37435,7 +37435,7 @@ int lua_axis_ui_LayoutComponent_setPositionPercentX(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPositionPercentX",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPositionPercentX'.",&tolua_err); #endif @@ -37448,18 +37448,18 @@ int lua_axis_ui_LayoutComponent_setRightMargin(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setRightMargin'", nullptr); @@ -37485,7 +37485,7 @@ int lua_axis_ui_LayoutComponent_setRightMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setRightMargin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setRightMargin'.",&tolua_err); #endif @@ -37498,18 +37498,18 @@ int lua_axis_ui_LayoutComponent_isPositionPercentYEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_isPositionPercentYEnabled'", nullptr); @@ -37532,7 +37532,7 @@ int lua_axis_ui_LayoutComponent_isPositionPercentYEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:isPositionPercentYEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_isPositionPercentYEnabled'.",&tolua_err); #endif @@ -37545,18 +37545,18 @@ int lua_axis_ui_LayoutComponent_setPercentHeight(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPercentHeight'", nullptr); @@ -37582,7 +37582,7 @@ int lua_axis_ui_LayoutComponent_setPercentHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPercentHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPercentHeight'.",&tolua_err); #endif @@ -37595,18 +37595,18 @@ int lua_axis_ui_LayoutComponent_setPercentOnlyEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPercentOnlyEnabled'", nullptr); @@ -37632,7 +37632,7 @@ int lua_axis_ui_LayoutComponent_setPercentOnlyEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPercentOnlyEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPercentOnlyEnabled'.",&tolua_err); #endif @@ -37645,18 +37645,18 @@ int lua_axis_ui_LayoutComponent_setHorizontalEdge(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setHorizontalEdge'", nullptr); @@ -37682,7 +37682,7 @@ int lua_axis_ui_LayoutComponent_setHorizontalEdge(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setHorizontalEdge",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setHorizontalEdge'.",&tolua_err); #endif @@ -37695,18 +37695,18 @@ int lua_axis_ui_LayoutComponent_setPosition(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPosition'", nullptr); @@ -37732,7 +37732,7 @@ int lua_axis_ui_LayoutComponent_setPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPosition",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPosition'.",&tolua_err); #endif @@ -37745,18 +37745,18 @@ int lua_axis_ui_LayoutComponent_setUsingPercentContentSize(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setUsingPercentContentSize'", nullptr); @@ -37782,7 +37782,7 @@ int lua_axis_ui_LayoutComponent_setUsingPercentContentSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setUsingPercentContentSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setUsingPercentContentSize'.",&tolua_err); #endif @@ -37795,18 +37795,18 @@ int lua_axis_ui_LayoutComponent_getLeftMargin(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getLeftMargin'", nullptr); @@ -37829,7 +37829,7 @@ int lua_axis_ui_LayoutComponent_getLeftMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getLeftMargin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getLeftMargin'.",&tolua_err); #endif @@ -37842,18 +37842,18 @@ int lua_axis_ui_LayoutComponent_getPosition(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getPosition'", nullptr); @@ -37876,7 +37876,7 @@ int lua_axis_ui_LayoutComponent_getPosition(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getPosition",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getPosition'.",&tolua_err); #endif @@ -37889,18 +37889,18 @@ int lua_axis_ui_LayoutComponent_setSizeHeight(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setSizeHeight'", nullptr); @@ -37926,7 +37926,7 @@ int lua_axis_ui_LayoutComponent_setSizeHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setSizeHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setSizeHeight'.",&tolua_err); #endif @@ -37939,18 +37939,18 @@ int lua_axis_ui_LayoutComponent_isPositionPercentXEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_isPositionPercentXEnabled'", nullptr); @@ -37973,7 +37973,7 @@ int lua_axis_ui_LayoutComponent_isPositionPercentXEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:isPositionPercentXEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_isPositionPercentXEnabled'.",&tolua_err); #endif @@ -37986,18 +37986,18 @@ int lua_axis_ui_LayoutComponent_getBottomMargin(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getBottomMargin'", nullptr); @@ -38020,7 +38020,7 @@ int lua_axis_ui_LayoutComponent_getBottomMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getBottomMargin",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getBottomMargin'.",&tolua_err); #endif @@ -38033,18 +38033,18 @@ int lua_axis_ui_LayoutComponent_setPercentHeightEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPercentHeightEnabled'", nullptr); @@ -38070,7 +38070,7 @@ int lua_axis_ui_LayoutComponent_setPercentHeightEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPercentHeightEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPercentHeightEnabled'.",&tolua_err); #endif @@ -38083,18 +38083,18 @@ int lua_axis_ui_LayoutComponent_setPercentContentSize(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setPercentContentSize'", nullptr); @@ -38120,7 +38120,7 @@ int lua_axis_ui_LayoutComponent_setPercentContentSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setPercentContentSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setPercentContentSize'.",&tolua_err); #endif @@ -38133,18 +38133,18 @@ int lua_axis_ui_LayoutComponent_isPercentHeightEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_isPercentHeightEnabled'", nullptr); @@ -38167,7 +38167,7 @@ int lua_axis_ui_LayoutComponent_isPercentHeightEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:isPercentHeightEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_isPercentHeightEnabled'.",&tolua_err); #endif @@ -38180,18 +38180,18 @@ int lua_axis_ui_LayoutComponent_getPercentWidth(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getPercentWidth'", nullptr); @@ -38214,7 +38214,7 @@ int lua_axis_ui_LayoutComponent_getPercentWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getPercentWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getPercentWidth'.",&tolua_err); #endif @@ -38227,18 +38227,18 @@ int lua_axis_ui_LayoutComponent_getHorizontalEdge(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_getHorizontalEdge'", nullptr); @@ -38261,7 +38261,7 @@ int lua_axis_ui_LayoutComponent_getHorizontalEdge(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:getHorizontalEdge",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_getHorizontalEdge'.",&tolua_err); #endif @@ -38274,18 +38274,18 @@ int lua_axis_ui_LayoutComponent_isStretchHeightEnabled(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_isStretchHeightEnabled'", nullptr); @@ -38308,7 +38308,7 @@ int lua_axis_ui_LayoutComponent_isStretchHeightEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:isStretchHeightEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_isStretchHeightEnabled'.",&tolua_err); #endif @@ -38321,18 +38321,18 @@ int lua_axis_ui_LayoutComponent_setBottomMargin(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setBottomMargin'", nullptr); @@ -38358,7 +38358,7 @@ int lua_axis_ui_LayoutComponent_setBottomMargin(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setBottomMargin",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setBottomMargin'.",&tolua_err); #endif @@ -38371,18 +38371,18 @@ int lua_axis_ui_LayoutComponent_setSize(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::LayoutComponent*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_LayoutComponent_setSize'", nullptr); @@ -38408,7 +38408,7 @@ int lua_axis_ui_LayoutComponent_setSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:setSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_setSize'.",&tolua_err); #endif @@ -38420,11 +38420,11 @@ int lua_axis_ui_LayoutComponent_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif @@ -38443,7 +38443,7 @@ int lua_axis_ui_LayoutComponent_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.LayoutComponent:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_create'.",&tolua_err); #endif @@ -38454,11 +38454,11 @@ int lua_axis_ui_LayoutComponent_bindLayoutComponent(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.LayoutComponent",0,&tolua_err)) goto tolua_lerror; #endif @@ -38479,7 +38479,7 @@ int lua_axis_ui_LayoutComponent_bindLayoutComponent(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.LayoutComponent:bindLayoutComponent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_bindLayoutComponent'.",&tolua_err); #endif @@ -38491,7 +38491,7 @@ int lua_axis_ui_LayoutComponent_constructor(lua_State* tolua_S) axis::ui::LayoutComponent* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -38515,7 +38515,7 @@ int lua_axis_ui_LayoutComponent_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.LayoutComponent:LayoutComponent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_LayoutComponent_constructor'.",&tolua_err); #endif @@ -38599,18 +38599,18 @@ int lua_axis_ui_TabHeader_getIndexInTabControl(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_getIndexInTabControl'", nullptr); @@ -38633,7 +38633,7 @@ int lua_axis_ui_TabHeader_getIndexInTabControl(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:getIndexInTabControl",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_getIndexInTabControl'.",&tolua_err); #endif @@ -38646,18 +38646,18 @@ int lua_axis_ui_TabHeader_getTitleText(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_getTitleText'", nullptr); @@ -38680,7 +38680,7 @@ int lua_axis_ui_TabHeader_getTitleText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:getTitleText",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_getTitleText'.",&tolua_err); #endif @@ -38693,18 +38693,18 @@ int lua_axis_ui_TabHeader_setTitleFontSize(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_setTitleFontSize'", nullptr); @@ -38730,7 +38730,7 @@ int lua_axis_ui_TabHeader_setTitleFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:setTitleFontSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_setTitleFontSize'.",&tolua_err); #endif @@ -38743,18 +38743,18 @@ int lua_axis_ui_TabHeader_setTitleFontName(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_setTitleFontName'", nullptr); @@ -38780,7 +38780,7 @@ int lua_axis_ui_TabHeader_setTitleFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:setTitleFontName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_setTitleFontName'.",&tolua_err); #endif @@ -38793,18 +38793,18 @@ int lua_axis_ui_TabHeader_getTitleFontSize(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_getTitleFontSize'", nullptr); @@ -38827,7 +38827,7 @@ int lua_axis_ui_TabHeader_getTitleFontSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:getTitleFontSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_getTitleFontSize'.",&tolua_err); #endif @@ -38840,18 +38840,18 @@ int lua_axis_ui_TabHeader_getTitleFontName(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_getTitleFontName'", nullptr); @@ -38874,7 +38874,7 @@ int lua_axis_ui_TabHeader_getTitleFontName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:getTitleFontName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_getTitleFontName'.",&tolua_err); #endif @@ -38887,18 +38887,18 @@ int lua_axis_ui_TabHeader_getTitleColor(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_getTitleColor'", nullptr); @@ -38921,7 +38921,7 @@ int lua_axis_ui_TabHeader_getTitleColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:getTitleColor",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_getTitleColor'.",&tolua_err); #endif @@ -38934,18 +38934,18 @@ int lua_axis_ui_TabHeader_getTitleRenderer(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_getTitleRenderer'", nullptr); @@ -38968,7 +38968,7 @@ int lua_axis_ui_TabHeader_getTitleRenderer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:getTitleRenderer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_getTitleRenderer'.",&tolua_err); #endif @@ -38981,18 +38981,18 @@ int lua_axis_ui_TabHeader_setTitleText(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_setTitleText'", nullptr); @@ -39018,7 +39018,7 @@ int lua_axis_ui_TabHeader_setTitleText(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:setTitleText",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_setTitleText'.",&tolua_err); #endif @@ -39031,18 +39031,18 @@ int lua_axis_ui_TabHeader_setTitleColor(lua_State* tolua_S) axis::ui::TabHeader* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabHeader*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabHeader_setTitleColor'", nullptr); @@ -39068,7 +39068,7 @@ int lua_axis_ui_TabHeader_setTitleColor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabHeader:setTitleColor",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_setTitleColor'.",&tolua_err); #endif @@ -39079,11 +39079,11 @@ int lua_axis_ui_TabHeader_create(lua_State* tolua_S) { int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.TabHeader",0,&tolua_err)) goto tolua_lerror; #endif @@ -39201,7 +39201,7 @@ int lua_axis_ui_TabHeader_create(lua_State* tolua_S) ok = true; luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d", "axui.TabHeader:create",argc, 6); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabHeader_create'.",&tolua_err); #endif @@ -39243,18 +39243,18 @@ int lua_axis_ui_TabControl_setHeaderWidth(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_setHeaderWidth'", nullptr); @@ -39280,7 +39280,7 @@ int lua_axis_ui_TabControl_setHeaderWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:setHeaderWidth",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_setHeaderWidth'.",&tolua_err); #endif @@ -39293,18 +39293,18 @@ int lua_axis_ui_TabControl_removeTab(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_removeTab'", nullptr); @@ -39330,7 +39330,7 @@ int lua_axis_ui_TabControl_removeTab(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:removeTab",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_removeTab'.",&tolua_err); #endif @@ -39343,18 +39343,18 @@ int lua_axis_ui_TabControl_getTabCount(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_getTabCount'", nullptr); @@ -39377,7 +39377,7 @@ int lua_axis_ui_TabControl_getTabCount(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:getTabCount",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_getTabCount'.",&tolua_err); #endif @@ -39390,18 +39390,18 @@ int lua_axis_ui_TabControl_getHeaderDockPlace(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_getHeaderDockPlace'", nullptr); @@ -39424,7 +39424,7 @@ int lua_axis_ui_TabControl_getHeaderDockPlace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:getHeaderDockPlace",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_getHeaderDockPlace'.",&tolua_err); #endif @@ -39437,18 +39437,18 @@ int lua_axis_ui_TabControl_getSelectedTabIndex(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_getSelectedTabIndex'", nullptr); @@ -39471,7 +39471,7 @@ int lua_axis_ui_TabControl_getSelectedTabIndex(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:getSelectedTabIndex",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_getSelectedTabIndex'.",&tolua_err); #endif @@ -39484,18 +39484,18 @@ int lua_axis_ui_TabControl_insertTab(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_insertTab'", nullptr); @@ -39527,7 +39527,7 @@ int lua_axis_ui_TabControl_insertTab(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:insertTab",argc, 3); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_insertTab'.",&tolua_err); #endif @@ -39540,18 +39540,18 @@ int lua_axis_ui_TabControl_ignoreHeadersTextureSize(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_ignoreHeadersTextureSize'", nullptr); @@ -39577,7 +39577,7 @@ int lua_axis_ui_TabControl_ignoreHeadersTextureSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:ignoreHeadersTextureSize",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_ignoreHeadersTextureSize'.",&tolua_err); #endif @@ -39590,18 +39590,18 @@ int lua_axis_ui_TabControl_getHeaderWidth(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_getHeaderWidth'", nullptr); @@ -39624,7 +39624,7 @@ int lua_axis_ui_TabControl_getHeaderWidth(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:getHeaderWidth",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_getHeaderWidth'.",&tolua_err); #endif @@ -39637,18 +39637,18 @@ int lua_axis_ui_TabControl_setHeaderDockPlace(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_setHeaderDockPlace'", nullptr); @@ -39674,7 +39674,7 @@ int lua_axis_ui_TabControl_setHeaderDockPlace(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:setHeaderDockPlace",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_setHeaderDockPlace'.",&tolua_err); #endif @@ -39686,15 +39686,15 @@ int lua_axis_ui_TabControl_setSelectTab(lua_State* tolua_S) int argc = 0; axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_setSelectTab'", nullptr); @@ -39729,7 +39729,7 @@ int lua_axis_ui_TabControl_setSelectTab(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:setSelectTab",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_setSelectTab'.",&tolua_err); #endif @@ -39742,18 +39742,18 @@ int lua_axis_ui_TabControl_getTabHeader(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_getTabHeader'", nullptr); @@ -39779,7 +39779,7 @@ int lua_axis_ui_TabControl_getTabHeader(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:getTabHeader",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_getTabHeader'.",&tolua_err); #endif @@ -39792,18 +39792,18 @@ int lua_axis_ui_TabControl_isIgnoreHeadersTextureSize(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_isIgnoreHeadersTextureSize'", nullptr); @@ -39826,7 +39826,7 @@ int lua_axis_ui_TabControl_isIgnoreHeadersTextureSize(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:isIgnoreHeadersTextureSize",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_isIgnoreHeadersTextureSize'.",&tolua_err); #endif @@ -39839,18 +39839,18 @@ int lua_axis_ui_TabControl_setTabChangedEventListener(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_setTabChangedEventListener'", nullptr); @@ -39880,7 +39880,7 @@ int lua_axis_ui_TabControl_setTabChangedEventListener(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:setTabChangedEventListener",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_setTabChangedEventListener'.",&tolua_err); #endif @@ -39893,18 +39893,18 @@ int lua_axis_ui_TabControl_setHeaderSelectedZoom(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_setHeaderSelectedZoom'", nullptr); @@ -39930,7 +39930,7 @@ int lua_axis_ui_TabControl_setHeaderSelectedZoom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:setHeaderSelectedZoom",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_setHeaderSelectedZoom'.",&tolua_err); #endif @@ -39943,18 +39943,18 @@ int lua_axis_ui_TabControl_setHeaderHeight(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_setHeaderHeight'", nullptr); @@ -39980,7 +39980,7 @@ int lua_axis_ui_TabControl_setHeaderHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:setHeaderHeight",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_setHeaderHeight'.",&tolua_err); #endif @@ -39993,18 +39993,18 @@ int lua_axis_ui_TabControl_indexOfTabHeader(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_indexOfTabHeader'", nullptr); @@ -40030,7 +40030,7 @@ int lua_axis_ui_TabControl_indexOfTabHeader(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:indexOfTabHeader",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_indexOfTabHeader'.",&tolua_err); #endif @@ -40043,18 +40043,18 @@ int lua_axis_ui_TabControl_getTabContainer(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_getTabContainer'", nullptr); @@ -40080,7 +40080,7 @@ int lua_axis_ui_TabControl_getTabContainer(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:getTabContainer",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_getTabContainer'.",&tolua_err); #endif @@ -40093,18 +40093,18 @@ int lua_axis_ui_TabControl_getHeaderSelectedZoom(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_getHeaderSelectedZoom'", nullptr); @@ -40127,7 +40127,7 @@ int lua_axis_ui_TabControl_getHeaderSelectedZoom(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:getHeaderSelectedZoom",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_getHeaderSelectedZoom'.",&tolua_err); #endif @@ -40140,18 +40140,18 @@ int lua_axis_ui_TabControl_getHeaderHeight(lua_State* tolua_S) axis::ui::TabControl* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::TabControl*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_ui_TabControl_getHeaderHeight'", nullptr); @@ -40174,7 +40174,7 @@ int lua_axis_ui_TabControl_getHeaderHeight(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.TabControl:getHeaderHeight",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_getHeaderHeight'.",&tolua_err); #endif @@ -40186,11 +40186,11 @@ int lua_axis_ui_TabControl_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.TabControl",0,&tolua_err)) goto tolua_lerror; #endif @@ -40209,7 +40209,7 @@ int lua_axis_ui_TabControl_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.TabControl:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_ui_TabControl_create'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_video_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_video_auto.cpp index f6cd7d7cae..97b698a2a1 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_video_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_video_auto.cpp @@ -9,18 +9,18 @@ int lua_axis_video_VideoPlayer_getFileName(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_getFileName'", nullptr); @@ -43,7 +43,7 @@ int lua_axis_video_VideoPlayer_getFileName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:getFileName",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_getFileName'.",&tolua_err); #endif @@ -56,18 +56,18 @@ int lua_axis_video_VideoPlayer_getURL(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_getURL'", nullptr); @@ -90,7 +90,7 @@ int lua_axis_video_VideoPlayer_getURL(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:getURL",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_getURL'.",&tolua_err); #endif @@ -103,18 +103,18 @@ int lua_axis_video_VideoPlayer_play(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_play'", nullptr); @@ -137,7 +137,7 @@ int lua_axis_video_VideoPlayer_play(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:play",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_play'.",&tolua_err); #endif @@ -150,18 +150,18 @@ int lua_axis_video_VideoPlayer_isUserInputEnabled(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_isUserInputEnabled'", nullptr); @@ -184,7 +184,7 @@ int lua_axis_video_VideoPlayer_isUserInputEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:isUserInputEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_isUserInputEnabled'.",&tolua_err); #endif @@ -197,18 +197,18 @@ int lua_axis_video_VideoPlayer_setKeepAspectRatioEnabled(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_setKeepAspectRatioEnabled'", nullptr); @@ -234,7 +234,7 @@ int lua_axis_video_VideoPlayer_setKeepAspectRatioEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:setKeepAspectRatioEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_setKeepAspectRatioEnabled'.",&tolua_err); #endif @@ -247,18 +247,18 @@ int lua_axis_video_VideoPlayer_stop(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_stop'", nullptr); @@ -281,7 +281,7 @@ int lua_axis_video_VideoPlayer_stop(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:stop",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_stop'.",&tolua_err); #endif @@ -294,18 +294,18 @@ int lua_axis_video_VideoPlayer_setFullScreenEnabled(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_setFullScreenEnabled'", nullptr); @@ -331,7 +331,7 @@ int lua_axis_video_VideoPlayer_setFullScreenEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:setFullScreenEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_setFullScreenEnabled'.",&tolua_err); #endif @@ -344,18 +344,18 @@ int lua_axis_video_VideoPlayer_setPlayRate(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_setPlayRate'", nullptr); @@ -381,7 +381,7 @@ int lua_axis_video_VideoPlayer_setPlayRate(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:setPlayRate",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_setPlayRate'.",&tolua_err); #endif @@ -394,18 +394,18 @@ int lua_axis_video_VideoPlayer_setFileName(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_setFileName'", nullptr); @@ -431,7 +431,7 @@ int lua_axis_video_VideoPlayer_setFileName(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:setFileName",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_setFileName'.",&tolua_err); #endif @@ -444,18 +444,18 @@ int lua_axis_video_VideoPlayer_setURL(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_setURL'", nullptr); @@ -481,7 +481,7 @@ int lua_axis_video_VideoPlayer_setURL(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:setURL",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_setURL'.",&tolua_err); #endif @@ -494,18 +494,18 @@ int lua_axis_video_VideoPlayer_setStyle(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_setStyle'", nullptr); @@ -531,7 +531,7 @@ int lua_axis_video_VideoPlayer_setStyle(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:setStyle",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_setStyle'.",&tolua_err); #endif @@ -544,18 +544,18 @@ int lua_axis_video_VideoPlayer_seekTo(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_seekTo'", nullptr); @@ -581,7 +581,7 @@ int lua_axis_video_VideoPlayer_seekTo(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:seekTo",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_seekTo'.",&tolua_err); #endif @@ -594,18 +594,18 @@ int lua_axis_video_VideoPlayer_isKeepAspectRatioEnabled(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_isKeepAspectRatioEnabled'", nullptr); @@ -628,7 +628,7 @@ int lua_axis_video_VideoPlayer_isKeepAspectRatioEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:isKeepAspectRatioEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_isKeepAspectRatioEnabled'.",&tolua_err); #endif @@ -641,18 +641,18 @@ int lua_axis_video_VideoPlayer_onPlayEvent(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_onPlayEvent'", nullptr); @@ -678,7 +678,7 @@ int lua_axis_video_VideoPlayer_onPlayEvent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:onPlayEvent",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_onPlayEvent'.",&tolua_err); #endif @@ -691,18 +691,18 @@ int lua_axis_video_VideoPlayer_isFullScreenEnabled(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_isFullScreenEnabled'", nullptr); @@ -725,7 +725,7 @@ int lua_axis_video_VideoPlayer_isFullScreenEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:isFullScreenEnabled",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_isFullScreenEnabled'.",&tolua_err); #endif @@ -738,18 +738,18 @@ int lua_axis_video_VideoPlayer_isLooping(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_isLooping'", nullptr); @@ -772,7 +772,7 @@ int lua_axis_video_VideoPlayer_isLooping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:isLooping",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_isLooping'.",&tolua_err); #endif @@ -785,18 +785,18 @@ int lua_axis_video_VideoPlayer_isPlaying(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_isPlaying'", nullptr); @@ -819,7 +819,7 @@ int lua_axis_video_VideoPlayer_isPlaying(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:isPlaying",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_isPlaying'.",&tolua_err); #endif @@ -832,18 +832,18 @@ int lua_axis_video_VideoPlayer_setLooping(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_setLooping'", nullptr); @@ -869,7 +869,7 @@ int lua_axis_video_VideoPlayer_setLooping(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:setLooping",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_setLooping'.",&tolua_err); #endif @@ -882,18 +882,18 @@ int lua_axis_video_VideoPlayer_setUserInputEnabled(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::VideoPlayer*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_video_VideoPlayer_setUserInputEnabled'", nullptr); @@ -919,7 +919,7 @@ int lua_axis_video_VideoPlayer_setUserInputEnabled(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:setUserInputEnabled",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_setUserInputEnabled'.",&tolua_err); #endif @@ -931,11 +931,11 @@ int lua_axis_video_VideoPlayer_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.VideoPlayer",0,&tolua_err)) goto tolua_lerror; #endif @@ -954,7 +954,7 @@ int lua_axis_video_VideoPlayer_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.VideoPlayer:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_create'.",&tolua_err); #endif @@ -966,7 +966,7 @@ int lua_axis_video_VideoPlayer_constructor(lua_State* tolua_S) axis::ui::VideoPlayer* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -990,7 +990,7 @@ int lua_axis_video_VideoPlayer_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.VideoPlayer:VideoPlayer",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_video_VideoPlayer_constructor'.",&tolua_err); #endif diff --git a/extensions/scripting/lua-bindings/auto/lua_axis_webview_auto.cpp b/extensions/scripting/lua-bindings/auto/lua_axis_webview_auto.cpp index 2f930da5a6..31b7dbf3d3 100644 --- a/extensions/scripting/lua-bindings/auto/lua_axis_webview_auto.cpp +++ b/extensions/scripting/lua-bindings/auto/lua_axis_webview_auto.cpp @@ -9,18 +9,18 @@ int lua_axis_webview_WebView_setOpacityWebView(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_setOpacityWebView'", nullptr); @@ -46,7 +46,7 @@ int lua_axis_webview_WebView_setOpacityWebView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:setOpacityWebView",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_setOpacityWebView'.",&tolua_err); #endif @@ -59,18 +59,18 @@ int lua_axis_webview_WebView_canGoBack(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_canGoBack'", nullptr); @@ -93,7 +93,7 @@ int lua_axis_webview_WebView_canGoBack(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:canGoBack",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_canGoBack'.",&tolua_err); #endif @@ -106,18 +106,18 @@ int lua_axis_webview_WebView_loadHTMLString(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_loadHTMLString'", nullptr); @@ -160,7 +160,7 @@ int lua_axis_webview_WebView_loadHTMLString(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:loadHTMLString",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_loadHTMLString'.",&tolua_err); #endif @@ -173,18 +173,18 @@ int lua_axis_webview_WebView_goForward(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_goForward'", nullptr); @@ -207,7 +207,7 @@ int lua_axis_webview_WebView_goForward(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:goForward",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_goForward'.",&tolua_err); #endif @@ -220,18 +220,18 @@ int lua_axis_webview_WebView_goBack(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_goBack'", nullptr); @@ -254,7 +254,7 @@ int lua_axis_webview_WebView_goBack(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:goBack",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_goBack'.",&tolua_err); #endif @@ -267,18 +267,18 @@ int lua_axis_webview_WebView_setScalesPageToFit(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_setScalesPageToFit'", nullptr); @@ -304,7 +304,7 @@ int lua_axis_webview_WebView_setScalesPageToFit(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:setScalesPageToFit",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_setScalesPageToFit'.",&tolua_err); #endif @@ -317,18 +317,18 @@ int lua_axis_webview_WebView_loadFile(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_loadFile'", nullptr); @@ -354,7 +354,7 @@ int lua_axis_webview_WebView_loadFile(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:loadFile",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_loadFile'.",&tolua_err); #endif @@ -366,15 +366,15 @@ int lua_axis_webview_WebView_loadURL(lua_State* tolua_S) int argc = 0; axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_loadURL'", nullptr); @@ -413,7 +413,7 @@ int lua_axis_webview_WebView_loadURL(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:loadURL",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_loadURL'.",&tolua_err); #endif @@ -426,18 +426,18 @@ int lua_axis_webview_WebView_setBounces(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_setBounces'", nullptr); @@ -463,7 +463,7 @@ int lua_axis_webview_WebView_setBounces(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:setBounces",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_setBounces'.",&tolua_err); #endif @@ -476,18 +476,18 @@ int lua_axis_webview_WebView_evaluateJS(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_evaluateJS'", nullptr); @@ -513,7 +513,7 @@ int lua_axis_webview_WebView_evaluateJS(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:evaluateJS",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_evaluateJS'.",&tolua_err); #endif @@ -526,18 +526,18 @@ int lua_axis_webview_WebView_setBackgroundTransparent(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_setBackgroundTransparent'", nullptr); @@ -560,7 +560,7 @@ int lua_axis_webview_WebView_setBackgroundTransparent(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:setBackgroundTransparent",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_setBackgroundTransparent'.",&tolua_err); #endif @@ -573,18 +573,18 @@ int lua_axis_webview_WebView_getOnJSCallback(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_getOnJSCallback'", nullptr); @@ -607,7 +607,7 @@ int lua_axis_webview_WebView_getOnJSCallback(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:getOnJSCallback",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_getOnJSCallback'.",&tolua_err); #endif @@ -620,18 +620,18 @@ int lua_axis_webview_WebView_canGoForward(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_canGoForward'", nullptr); @@ -654,7 +654,7 @@ int lua_axis_webview_WebView_canGoForward(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:canGoForward",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_canGoForward'.",&tolua_err); #endif @@ -667,18 +667,18 @@ int lua_axis_webview_WebView_stopLoading(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_stopLoading'", nullptr); @@ -701,7 +701,7 @@ int lua_axis_webview_WebView_stopLoading(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:stopLoading",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_stopLoading'.",&tolua_err); #endif @@ -714,18 +714,18 @@ int lua_axis_webview_WebView_getOpacityWebView(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_getOpacityWebView'", nullptr); @@ -748,7 +748,7 @@ int lua_axis_webview_WebView_getOpacityWebView(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:getOpacityWebView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_getOpacityWebView'.",&tolua_err); #endif @@ -761,18 +761,18 @@ int lua_axis_webview_WebView_reload(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_reload'", nullptr); @@ -795,7 +795,7 @@ int lua_axis_webview_WebView_reload(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:reload",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_reload'.",&tolua_err); #endif @@ -808,18 +808,18 @@ int lua_axis_webview_WebView_setJavascriptInterfaceScheme(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertype(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif cobj = (axis::ui::WebView*)tolua_tousertype(tolua_S,1,0); -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!cobj) { tolua_error(tolua_S,"invalid 'cobj' in function 'lua_axis_webview_WebView_setJavascriptInterfaceScheme'", nullptr); @@ -845,7 +845,7 @@ int lua_axis_webview_WebView_setJavascriptInterfaceScheme(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:setJavascriptInterfaceScheme",argc, 1); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_setJavascriptInterfaceScheme'.",&tolua_err); #endif @@ -857,11 +857,11 @@ int lua_axis_webview_WebView_create(lua_State* tolua_S) int argc = 0; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 if (!tolua_isusertable(tolua_S,1,"axui.WebView",0,&tolua_err)) goto tolua_lerror; #endif @@ -880,7 +880,7 @@ int lua_axis_webview_WebView_create(lua_State* tolua_S) } luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d\n ", "axui.WebView:create",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_lerror: tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_create'.",&tolua_err); #endif @@ -892,7 +892,7 @@ int lua_axis_webview_WebView_constructor(lua_State* tolua_S) axis::ui::WebView* cobj = nullptr; bool ok = true; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_Error tolua_err; #endif @@ -916,7 +916,7 @@ int lua_axis_webview_WebView_constructor(lua_State* tolua_S) luaL_error(tolua_S, "%s has wrong number of arguments: %d, was expecting %d \n", "axui.WebView:WebView",argc, 0); return 0; -#if COCOS2D_DEBUG >= 1 +#if AXIS_DEBUG >= 1 tolua_error(tolua_S,"#ferror in function 'lua_axis_webview_WebView_constructor'.",&tolua_err); #endif