[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-04-10 08:30:19 +00:00
parent 8fcf687452
commit 530cfae129
5 changed files with 36 additions and 6 deletions

View File

@ -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

View File

@ -8,11 +8,6 @@
-- @param self
-- @param #float float
--------------------------------
-- @function [parent=#Scheduler] performFunctionInCocosThread
-- @param self
-- @param #function func
--------------------------------
-- @function [parent=#Scheduler] getTimeScale
-- @param self

View File

@ -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

View File

@ -1 +1 @@
95e846c0ce4896a03b04e26de54f8ddef6254c91
877f92ef1788ddee60729373e99035e25a6cdb5c

View File

@ -1552,6 +1552,10 @@ int register_all_cocos2dx(lua_State* tolua_S);