[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-11-26 03:20:28 +00:00
parent 14bbaab0ba
commit 39c2c8a2cb
1 changed files with 12 additions and 18 deletions

View File

@ -35,24 +35,6 @@
-- @param self
-- @return Scene#Scene ret (return value: cc.Scene)
--------------------------------
--
-- @function [parent=#Scene] getDescription
-- @param self
-- @return string#string ret (return value: string)
--------------------------------
--
-- @function [parent=#Scene] getScene
-- @param self
-- @return Scene#Scene ret (return value: cc.Scene)
--------------------------------
--
-- @function [parent=#Scene] update
-- @param self
-- @param #float delta
--------------------------------
-- @overload self, cc.Node, int, string
-- @overload self, cc.Node, int, int
@ -62,4 +44,16 @@
-- @param #int zOrder
-- @param #int tag
--------------------------------
--
-- @function [parent=#Scene] getDescription
-- @param self
-- @return string#string ret (return value: string)
--------------------------------
--
-- @function [parent=#Scene] update
-- @param self
-- @param #float delta
return nil