2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module RepeatForever
|
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=#RepeatForever] setInnerAction
|
|
|
|
-- @param self
|
|
|
|
-- @param #cc.ActionInterval actioninterval
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RepeatForever] getInnerAction
|
|
|
|
-- @param self
|
|
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RepeatForever] create
|
|
|
|
-- @param self
|
|
|
|
-- @param #cc.ActionInterval actioninterval
|
|
|
|
-- @return RepeatForever#RepeatForever ret (return value: cc.RepeatForever)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RepeatForever] startWithTarget
|
|
|
|
-- @param self
|
|
|
|
-- @param #cc.Node node
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RepeatForever] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return RepeatForever#RepeatForever ret (return value: cc.RepeatForever)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RepeatForever] isDone
|
|
|
|
-- @param self
|
|
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RepeatForever] reverse
|
|
|
|
-- @param self
|
|
|
|
-- @return RepeatForever#RepeatForever ret (return value: cc.RepeatForever)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#RepeatForever] step
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|