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

34 lines
915 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ReuseGrid
-- @extend ActionInstant
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- creates an action with the number of times that the current grid will be reused
2014-03-10 14:04:58 +08:00
-- @function [parent=#ReuseGrid] create
-- @param self
-- @param #int times
2014-03-10 14:04:58 +08:00
-- @return ReuseGrid#ReuseGrid ret (return value: cc.ReuseGrid)
--------------------------------
--
-- @function [parent=#ReuseGrid] startWithTarget
-- @param self
-- @param #cc.Node target
-- @return ReuseGrid#ReuseGrid self (return value: cc.ReuseGrid)
--------------------------------
--
-- @function [parent=#ReuseGrid] clone
-- @param self
-- @return ReuseGrid#ReuseGrid ret (return value: cc.ReuseGrid)
--------------------------------
--
-- @function [parent=#ReuseGrid] reverse
-- @param self
-- @return ReuseGrid#ReuseGrid ret (return value: cc.ReuseGrid)
2014-03-10 14:04:58 +08:00
return nil