summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/Place.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/Place.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/Place.lua32
2 files changed, 0 insertions, 32 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/Place.lua b/meta/3rd/Cocos4.0/library/cc/Place.lua
deleted file mode 100644
index c97c1caf..00000000
--- a/meta/3rd/Cocos4.0/library/cc/Place.lua
+++ /dev/null
@@ -1,32 +0,0 @@
----@meta
-
----@class cc.Place :cc.ActionInstant
-local Place={ }
-cc.Place=Place
-
-
-
-
----* Initializes a Place action with a position
----@param pos vec2_table
----@return boolean
-function Place:initWithPosition (pos) end
----* Creates a Place action with a position.<br>
----* param pos A certain position.<br>
----* return An autoreleased Place object.
----@param pos vec2_table
----@return self
-function Place:create (pos) end
----*
----@return self
-function Place:clone () end
----* param time In seconds.
----@param time float
----@return self
-function Place:update (time) end
----*
----@return self
-function Place:reverse () end
----*
----@return self
-function Place:Place () end \ No newline at end of file