-------------------------------- -- @module ReuseGrid -- @extend ActionInstant -- @parent_module cc -------------------------------- -- brief Create an action with the number of times that the current grid will be reused.
-- param times Specify times the grid will be reused.
-- return Return a pointer of ReuseGrid. When the creation failed, return nil. -- @function [parent=#ReuseGrid] create -- @param self -- @param #int times -- @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) return nil