diff options
author | kleonc <9283098+kleonc@users.noreply.github.com> | 2023-05-18 19:22:22 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-05-18 19:22:22 +0200 |
commit | 945d669da071ffdf1eac967463e916de888d1568 (patch) | |
tree | 2e5cc2a3e530614ee6429c02583a28f37b3972e0 /doc | |
parent | 1f7a5f61444734c74d784b17e7785ea72bbf9be2 (diff) |
Fix property usage docs referring to removed network flag
(cherry picked from commit fc92ee6bf4b546893b9bf2960a436d56251b0994)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 8c84a55ba0..8941951a31 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2843,10 +2843,10 @@ The property is read-only in the [EditorInspector]. </constant> <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 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 name="METHOD_FLAG_NORMAL" value="1" enum="MethodFlags" is_bitfield="true"> Flag for a normal method. |