mirror of https://github.com/axmolengine/axmol.git
21 lines
635 B
Lua
21 lines
635 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module RepeatForever
|
||
|
--------------------------------
|
||
|
-- @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)
|
||
|
|
||
|
return nil
|