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

80 lines
2.0 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module Speed
-- @extend Action
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#Speed] setInnerAction
-- @param self
-- @param #cc.ActionInterval action
-- @return Speed#Speed self (return value: cc.Speed)
2014-03-10 14:04:58 +08:00
--------------------------------
-- alter the speed of the inner function in runtime
2014-03-10 14:04:58 +08:00
-- @function [parent=#Speed] setSpeed
-- @param self
-- @param #float speed
-- @return Speed#Speed self (return value: cc.Speed)
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#Speed] getInnerAction
-- @param self
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#Speed] getSpeed
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- create the action
2014-03-10 14:04:58 +08:00
-- @function [parent=#Speed] create
-- @param self
-- @param #cc.ActionInterval action
-- @param #float speed
2014-03-10 14:04:58 +08:00
-- @return Speed#Speed ret (return value: cc.Speed)
--------------------------------
--
-- @function [parent=#Speed] startWithTarget
-- @param self
-- @param #cc.Node target
-- @return Speed#Speed self (return value: cc.Speed)
--------------------------------
--
-- @function [parent=#Speed] reverse
-- @param self
-- @return Speed#Speed ret (return value: cc.Speed)
--------------------------------
--
-- @function [parent=#Speed] clone
-- @param self
-- @return Speed#Speed ret (return value: cc.Speed)
--------------------------------
--
-- @function [parent=#Speed] stop
-- @param self
-- @return Speed#Speed self (return value: cc.Speed)
--------------------------------
-- param dt in seconds.
-- @function [parent=#Speed] step
-- @param self
-- @param #float dt
-- @return Speed#Speed self (return value: cc.Speed)
--------------------------------
--
-- @function [parent=#Speed] isDone
-- @param self
-- @return bool#bool ret (return value: bool)
2014-03-10 14:04:58 +08:00
return nil