summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.Manifest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/cc.Manifest.lua')
-rw-r--r--meta/3rd/Cocos4.0/cc.Manifest.lua29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/cc.Manifest.lua b/meta/3rd/Cocos4.0/cc.Manifest.lua
new file mode 100644
index 00000000..c707bbee
--- /dev/null
+++ b/meta/3rd/Cocos4.0/cc.Manifest.lua
@@ -0,0 +1,29 @@
+
+---@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