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

63 lines
1.5 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module Repeat
-- @extend ActionInterval
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#Repeat] setInnerAction
-- @param self
-- @param #cc.FiniteTimeAction action
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#Repeat] getInnerAction
-- @param self
-- @return FiniteTimeAction#FiniteTimeAction ret (return value: cc.FiniteTimeAction)
--------------------------------
-- creates a Repeat action. Times is an unsigned integer between 1 and pow(2,30)
2014-03-10 14:04:58 +08:00
-- @function [parent=#Repeat] create
-- @param self
-- @param #cc.FiniteTimeAction action
-- @param #unsigned int times
2014-03-10 14:04:58 +08:00
-- @return Repeat#Repeat ret (return value: cc.Repeat)
--------------------------------
--
-- @function [parent=#Repeat] startWithTarget
-- @param self
-- @param #cc.Node target
--------------------------------
--
-- @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 dt
--------------------------------
--
-- @function [parent=#Repeat] isDone
-- @param self
-- @return bool#bool ret (return value: bool)
2014-03-10 14:04:58 +08:00
return nil