summaryrefslogtreecommitdiff
path: root/meta/3rd/Defold/library/label.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Defold/library/label.lua')
m---------meta/3rd/Defold0
-rw-r--r--meta/3rd/Defold/library/label.lua20
2 files changed, 0 insertions, 20 deletions
diff --git a/meta/3rd/Defold b/meta/3rd/Defold
new file mode 160000
+Subproject 05379b40fb3084d82f7270475e42da8d521c4da
diff --git a/meta/3rd/Defold/library/label.lua b/meta/3rd/Defold/library/label.lua
deleted file mode 100644
index 7646a0a8..00000000
--- a/meta/3rd/Defold/library/label.lua
+++ /dev/null
@@ -1,20 +0,0 @@
----Label API documentation
----Label API documentation
----@class label
-label = {}
----Gets the text from a label component
----@param url string|hash|url # the label to get the text from
----@return string # the label text
-function label.get_text(url) end
-
----Sets the text of a label component
---- This method uses the message passing that means the value will be set after dispatch messages step.
----More information is available in the Application Lifecycle manual <>.
----@param url string|hash|url # the label that should have a constant set
----@param text string # the text
-function label.set_text(url, text) end
-
-
-
-
-return label \ No newline at end of file