mirror of https://github.com/axmolengine/axmol.git
53 lines
1.4 KiB
Lua
53 lines
1.4 KiB
Lua
|
|
--------------------------------
|
|
-- @module Repeat
|
|
-- @extend ActionInterval
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] setInnerAction
|
|
-- @param self
|
|
-- @param #cc.FiniteTimeAction finitetimeaction
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] getInnerAction
|
|
-- @param self
|
|
-- @return FiniteTimeAction#FiniteTimeAction ret (return value: cc.FiniteTimeAction)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] create
|
|
-- @param self
|
|
-- @param #cc.FiniteTimeAction finitetimeaction
|
|
-- @param #unsigned int int
|
|
-- @return Repeat#Repeat ret (return value: cc.Repeat)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] startWithTarget
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] reverse
|
|
-- @param self
|
|
-- @return Repeat#Repeat ret (return value: cc.Repeat)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] clone
|
|
-- @param self
|
|
-- @return Repeat#Repeat ret (return value: cc.Repeat)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] stop
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Repeat] isDone
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
return nil
|