Skip to content

Commit

Permalink
Merge pull request #94155 from mickeyordog/patch-1
Browse files Browse the repository at this point in the history
Fix unclear `PROPERTY_USAGE_STORAGE`/`EDITOR` description
  • Loading branch information
akien-mga committed Jul 17, 2024
2 parents 5257ba1 + 6651a51 commit 37d0b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/@GlobalScope.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2939,10 +2939,10 @@
The property is not stored, and does not display in the editor. This is the default for non-exported properties.
</constant>
<constant name="PROPERTY_USAGE_STORAGE" value="2" enum="PropertyUsageFlags" is_bitfield="true">
The property is serialized and saved in the scene file (default).
The property is serialized and saved in the scene file (default for exported properties).
</constant>
<constant name="PROPERTY_USAGE_EDITOR" value="4" enum="PropertyUsageFlags" is_bitfield="true">
The property is shown in the [EditorInspector] (default).
The property is shown in the [EditorInspector] (default for exported properties).
</constant>
<constant name="PROPERTY_USAGE_INTERNAL" value="8" enum="PropertyUsageFlags" is_bitfield="true">
The property is excluded from the class reference.
Expand Down

0 comments on commit 37d0b5d

Please sign in to comment.