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

38 lines
888 B
Lua

--------------------------------
-- @module ActionInstant
-- @extend FiniteTimeAction
-- @parent_module cc
--------------------------------
--
-- @function [parent=#ActionInstant] step
-- @param self
-- @param #float dt
--------------------------------
--
-- @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)
--------------------------------
--
-- @function [parent=#ActionInstant] update
-- @param self
-- @param #float time
return nil