axmol/cocos/scripting/lua-bindings/auto/api/RepeatForever.lua

21 lines
635 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @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