axmol/cocos/scripting/lua-bindings/auto/api/ActionInstant.lua

40 lines
1.1 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ActionInstant
-- @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
-- @param self
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
--------------------------------
--
-- @function [parent=#ActionInstant] reverse
-- @param self
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
--------------------------------
--
-- @function [parent=#ActionInstant] isDone
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
-- param time In seconds.
-- @function [parent=#ActionInstant] update
-- @param self
-- @param #float time
-- @return ActionInstant#ActionInstant self (return value: cc.ActionInstant)
2014-03-10 14:04:58 +08:00
return nil