mirror of https://github.com/axmolengine/axmol.git
Committing genbindings changes
This commit is contained in:
parent
72f689e38d
commit
57a65dc8ce
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue