summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/Manifest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/Manifest.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/Manifest.lua30
2 files changed, 0 insertions, 30 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/Manifest.lua b/meta/3rd/Cocos4.0/library/cc/Manifest.lua
deleted file mode 100644
index 5f72dfa9..00000000
--- a/meta/3rd/Cocos4.0/library/cc/Manifest.lua
+++ /dev/null
@@ -1,30 +0,0 @@
----@meta
-
----@class cc.Manifest :cc.Ref
-local Manifest={ }
-cc.Manifest=Manifest
-
-
-
-
----* @brief Gets remote manifest file url.
----@return string
-function Manifest:getManifestFileUrl () end
----* @brief Check whether the version informations have been fully loaded
----@return boolean
-function Manifest:isVersionLoaded () end
----* @brief Check whether the manifest have been fully loaded
----@return boolean
-function Manifest:isLoaded () end
----* @brief Gets remote package url.
----@return string
-function Manifest:getPackageUrl () end
----* @brief Gets manifest version.
----@return string
-function Manifest:getVersion () end
----* @brief Gets remote version file url.
----@return string
-function Manifest:getVersionFileUrl () end
----* @brief Get the search paths list related to the Manifest.
----@return array_table
-function Manifest:getSearchPaths () end \ No newline at end of file