summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2024-10-24 02:50:42 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2024-11-14 00:05:06 +0100
commitaf76a896ef58033e9649a943bc50cabf39abf522 (patch)
tree31c211f2f04f662f238546adc76901103ea1c3f6
parent76fa7b291455a8ba24c50005072ebdb58f8a5984 (diff)
downloadredot-engine-af76a896ef58033e9649a943bc50cabf39abf522.tar.gz
Improve documentation on `@GlobalScope.PROPERTY_USAGE_SCRIPT_VARIABLE`
-rw-r--r--doc/classes/@GlobalScope.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index ce64bcc17c..1721134d08 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -2981,7 +2981,7 @@
Editing the property prompts the user for restarting the editor.
</constant>
<constant name="PROPERTY_USAGE_SCRIPT_VARIABLE" value="4096" enum="PropertyUsageFlags" is_bitfield="true">
- The property is a script variable which should be serialized and saved in the scene file.
+ The property is a script variable. [constant PROPERTY_USAGE_SCRIPT_VARIABLE] can be used to distinguish between exported script variables from built-in variables (which don't have this usage flag). By default, [constant PROPERTY_USAGE_SCRIPT_VARIABLE] is [b]not[/b] applied to variables that are created by overriding [method Object._get_property_list] in a script.
</constant>
<constant name="PROPERTY_USAGE_STORE_IF_NULL" value="8192" enum="PropertyUsageFlags" is_bitfield="true">
The property value of type [Object] will be stored even if its value is [code]null[/code].