diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/ReuseGrid.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/ReuseGrid.lua | 34 |
2 files changed, 0 insertions, 34 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/cc/ReuseGrid.lua b/meta/3rd/Cocos4.0/library/cc/ReuseGrid.lua deleted file mode 100644 index 8b727e8f..00000000 --- a/meta/3rd/Cocos4.0/library/cc/ReuseGrid.lua +++ /dev/null @@ -1,34 +0,0 @@ ----@meta - ----@class cc.ReuseGrid :cc.ActionInstant -local ReuseGrid={ } -cc.ReuseGrid=ReuseGrid - - - - ----* brief Initializes an action with the number of times that the current grid will be reused.<br> ----* param times Specify times the grid will be reused.<br> ----* return If the initialization success, return true; otherwise, return false. ----@param times int ----@return boolean -function ReuseGrid:initWithTimes (times) end ----* brief Create an action with the number of times that the current grid will be reused.<br> ----* param times Specify times the grid will be reused.<br> ----* return Return a pointer of ReuseGrid. When the creation failed, return nil. ----@param times int ----@return self -function ReuseGrid:create (times) end ----* ----@param target cc.Node ----@return self -function ReuseGrid:startWithTarget (target) end ----* ----@return self -function ReuseGrid:clone () end ----* ----@return self -function ReuseGrid:reverse () end ----* ----@return self -function ReuseGrid:ReuseGrid () end
\ No newline at end of file |