[ci skip][AUTO]: updating luabinding & jsbinding & cocos_file.json automatically (#17566)

This commit is contained in:
CocosRobot 2017-03-22 14:56:45 +08:00 committed by minggo
parent 168ffa639c
commit 72d47c7f39
2 changed files with 24 additions and 23 deletions

View File

@ -4,18 +4,12 @@
-- @extend FiniteTimeAction
-- @parent_module cc
--------------------------------
-- param dt In seconds.
-- @function [parent=#ActionInstant] step
-- @param self
-- @param #float dt
-- @return ActionInstant#ActionInstant self (return value: cc.ActionInstant)
--------------------------------
--
-- @function [parent=#ActionInstant] clone
-- @function [parent=#ActionInstant] startWithTarget
-- @param self
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
-- @param #cc.Node target
-- @return ActionInstant#ActionInstant self (return value: cc.ActionInstant)
--------------------------------
--
@ -25,9 +19,9 @@
--------------------------------
--
-- @function [parent=#ActionInstant] isDone
-- @function [parent=#ActionInstant] clone
-- @param self
-- @return bool#bool ret (return value: bool)
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
--------------------------------
-- param time In seconds.
@ -36,4 +30,17 @@
-- @param #float time
-- @return ActionInstant#ActionInstant self (return value: cc.ActionInstant)
--------------------------------
-- param dt In seconds.
-- @function [parent=#ActionInstant] step
-- @param self
-- @param #float dt
-- @return ActionInstant#ActionInstant self (return value: cc.ActionInstant)
--------------------------------
--
-- @function [parent=#ActionInstant] isDone
-- @param self
-- @return bool#bool ret (return value: bool)
return nil

View File

@ -26,12 +26,6 @@
-- @param #cc.Node target
-- @return Sequence#Sequence self (return value: cc.Sequence)
--------------------------------
--
-- @function [parent=#Sequence] reverse
-- @param self
-- @return Sequence#Sequence ret (return value: cc.Sequence)
--------------------------------
--
-- @function [parent=#Sequence] clone
@ -44,6 +38,12 @@
-- @param self
-- @return Sequence#Sequence self (return value: cc.Sequence)
--------------------------------
--
-- @function [parent=#Sequence] reverse
-- @param self
-- @return Sequence#Sequence ret (return value: cc.Sequence)
--------------------------------
-- param t In seconds.
-- @function [parent=#Sequence] update
@ -51,12 +51,6 @@
-- @param #float t
-- @return Sequence#Sequence self (return value: cc.Sequence)
--------------------------------
--
-- @function [parent=#Sequence] isDone
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
--
-- @function [parent=#Sequence] Sequence