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

53 lines
1.4 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module Repeat
-- @extend ActionInterval
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)
--------------------------------
-- @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