1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Merge pull request #77056 from kleonc/property_usage_description_fix_network_is_gone

Fix property usage docs referring to removed network flag
This commit is contained in:
Rémi Verschelde
2023-05-15 13:45:20 +02:00

View File

@@ -2849,10 +2849,10 @@
An export preset property with this flag contains confidential information and is stored separately from the rest of the export preset configuration. An export preset property with this flag contains confidential information and is stored separately from the rest of the export preset configuration.
</constant> </constant>
<constant name="PROPERTY_USAGE_DEFAULT" value="6" enum="PropertyUsageFlags" is_bitfield="true"> <constant name="PROPERTY_USAGE_DEFAULT" value="6" enum="PropertyUsageFlags" is_bitfield="true">
Default usage (storage, editor and network). Default usage (storage and editor).
</constant> </constant>
<constant name="PROPERTY_USAGE_NO_EDITOR" value="2" enum="PropertyUsageFlags" is_bitfield="true"> <constant name="PROPERTY_USAGE_NO_EDITOR" value="2" enum="PropertyUsageFlags" is_bitfield="true">
Default usage but without showing the property in the editor (storage, network). Default usage but without showing the property in the editor (storage).
</constant> </constant>
<constant name="METHOD_FLAG_NORMAL" value="1" enum="MethodFlags" is_bitfield="true"> <constant name="METHOD_FLAG_NORMAL" value="1" enum="MethodFlags" is_bitfield="true">
Flag for a normal method. Flag for a normal method.