Merge pull request #67072 from Mickeon/uh-oh-stinky

Rewrite most of Resource's documentation
This commit is contained in:
Max Hilbrunner
2022-10-21 18:42:44 +02:00
committed by GitHub
3 changed files with 40 additions and 20 deletions

View File

@@ -2828,6 +2828,7 @@
<constant name="PROPERTY_USAGE_INTERNAL" value="524288" enum="PropertyUsageFlags">
</constant>
<constant name="PROPERTY_USAGE_DO_NOT_SHARE_ON_DUPLICATE" value="1048576" enum="PropertyUsageFlags">
If the property is a [Resource], a new copy of it is always created when calling [method Node.duplicate] or [method Resource.duplicate].
</constant>
<constant name="PROPERTY_USAGE_HIGH_END_GFX" value="2097152" enum="PropertyUsageFlags">
</constant>