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

33 lines
872 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ActionInstant
-- @extend FiniteTimeAction
-- @parent_module cc
--------------------------------
-- @function [parent=#ActionInstant] step
-- @param self
-- @param #float float
--------------------------------
-- @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 float
2014-03-10 14:04:58 +08:00
return nil