Fix property usage docs referring to removed network flag
(cherry picked from commit fc92ee6bf4
)
This commit is contained in:
parent
1f7a5f6144
commit
945d669da0
@ -2843,10 +2843,10 @@
|
|||||||
The property is read-only in the [EditorInspector].
|
The property is read-only in the [EditorInspector].
|
||||||
</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.
|
||||||
|
Loading…
Reference in New Issue
Block a user