mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
8fcf687452
commit
530cfae129
|
@ -0,0 +1,26 @@
|
|||
|
||||
--------------------------------
|
||||
-- @module Console
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Console] stop
|
||||
-- @param self
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Console] listenOnTCP
|
||||
-- @param self
|
||||
-- @param #int int
|
||||
-- @return bool#bool ret (return value: bool)
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Console] listenOnFileDescriptor
|
||||
-- @param self
|
||||
-- @param #int int
|
||||
-- @return bool#bool ret (return value: bool)
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Console] log
|
||||
-- @param self
|
||||
-- @param #char char
|
||||
|
||||
return nil
|
|
@ -8,11 +8,6 @@
|
|||
-- @param self
|
||||
-- @param #float float
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Scheduler] performFunctionInCocosThread
|
||||
-- @param self
|
||||
-- @param #function func
|
||||
|
||||
--------------------------------
|
||||
-- @function [parent=#Scheduler] getTimeScale
|
||||
-- @param self
|
||||
|
|
|
@ -6,6 +6,11 @@
|
|||
-- @field [parent=#cc] Ref#Ref Ref preloaded module
|
||||
|
||||
|
||||
--------------------------------------------------------
|
||||
-- the cc Console
|
||||
-- @field [parent=#cc] Console#Console Console preloaded module
|
||||
|
||||
|
||||
--------------------------------------------------------
|
||||
-- the cc Action
|
||||
-- @field [parent=#cc] Action#Action Action preloaded module
|
||||
|
|
|
@ -1 +1 @@
|
|||
95e846c0ce4896a03b04e26de54f8ddef6254c91
|
||||
877f92ef1788ddee60729373e99035e25a6cdb5c
|
|
@ -1552,6 +1552,10 @@ int register_all_cocos2dx(lua_State* tolua_S);
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue