mirror of https://github.com/axmolengine/axmol.git
Merge pull request #9242 from CocosRobot/update_lua_bindings_1416971910
[AUTO]: updating luabinding automatically
This commit is contained in:
commit
d34156d2db
|
@ -35,24 +35,6 @@
|
||||||
-- @param self
|
-- @param self
|
||||||
-- @return Scene#Scene ret (return value: cc.Scene)
|
-- @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, string
|
||||||
-- @overload self, cc.Node, int, int
|
-- @overload self, cc.Node, int, int
|
||||||
|
@ -62,4 +44,16 @@
|
||||||
-- @param #int zOrder
|
-- @param #int zOrder
|
||||||
-- @param #int tag
|
-- @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
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue