mirror of https://github.com/axmolengine/axmol.git
32 lines
866 B
Lua
32 lines
866 B
Lua
|
|
--------------------------------
|
|
-- @module Speed
|
|
--------------------------------
|
|
-- @function [parent=#Speed] setInnerAction
|
|
-- @param self
|
|
-- @param #cc.ActionInterval actioninterval
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Speed] setSpeed
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Speed] getInnerAction
|
|
-- @param self
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Speed] getSpeed
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Speed] create
|
|
-- @param self
|
|
-- @param #cc.ActionInterval actioninterval
|
|
-- @param #float float
|
|
-- @return Speed#Speed ret (return value: cc.Speed)
|
|
|
|
return nil
|