summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/RepeatForever.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/RepeatForever.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/RepeatForever.lua48
2 files changed, 0 insertions, 48 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/RepeatForever.lua b/meta/3rd/Cocos4.0/library/cc/RepeatForever.lua
deleted file mode 100644
index f4c0962a..00000000
--- a/meta/3rd/Cocos4.0/library/cc/RepeatForever.lua
+++ /dev/null
@@ -1,48 +0,0 @@
----@meta
-
----@class cc.RepeatForever :cc.ActionInterval
-local RepeatForever={ }
-cc.RepeatForever=RepeatForever
-
-
-
-
----* Sets the inner action.<br>
----* param action The inner action.
----@param action cc.ActionInterval
----@return self
-function RepeatForever:setInnerAction (action) end
----* initializes the action
----@param action cc.ActionInterval
----@return boolean
-function RepeatForever:initWithAction (action) end
----* Gets the inner action.<br>
----* return The inner action.
----@return cc.ActionInterval
-function RepeatForever:getInnerAction () end
----* Creates the action.<br>
----* param action The action need to repeat forever.<br>
----* return An autoreleased RepeatForever object.
----@param action cc.ActionInterval
----@return self
-function RepeatForever:create (action) end
----*
----@param target cc.Node
----@return self
-function RepeatForever:startWithTarget (target) end
----*
----@return self
-function RepeatForever:clone () end
----*
----@return boolean
-function RepeatForever:isDone () end
----*
----@return self
-function RepeatForever:reverse () end
----* param dt In seconds.
----@param dt float
----@return self
-function RepeatForever:step (dt) end
----*
----@return self
-function RepeatForever:RepeatForever () end \ No newline at end of file