2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module Repeat
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend ActionInterval
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @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)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @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)
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|