mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
61597e0e5a
commit
ffaa0d9c04
|
@ -58,7 +58,7 @@
|
|||
--------------------------------
|
||||
-- @function [parent=#VideoPlayer] onPlayEvent
|
||||
-- @param self
|
||||
-- @param #cc.experimental::ui::VideoPlayer::EventType eventtype
|
||||
-- @param #int int
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#VideoPlayer] isFullScreenEnabled
|
||||
|
|
|
@ -522,7 +522,7 @@ int lua_cocos2dx_experimental_video_VideoPlayer_onPlayEvent(lua_State* tolua_S)
|
|||
argc = lua_gettop(tolua_S)-1;
|
||||
if (argc == 1)
|
||||
{
|
||||
cocos2d::experimental::ui::VideoPlayer::EventType arg0;
|
||||
int arg0;
|
||||
|
||||
ok &= luaval_to_int32(tolua_S, 2,(int *)&arg0);
|
||||
if(!ok)
|
||||
|
|
Loading…
Reference in New Issue