mirror of https://github.com/axmolengine/axmol.git
[AUTO]: updating luabinding automatically
This commit is contained in:
parent
14bbaab0ba
commit
39c2c8a2cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue