diff options
author | Marc Gilleron <marc.gilleron@gmail.com> | 2022-09-19 13:35:23 +0100 |
---|---|---|
committer | Marc Gilleron <marc.gilleron@gmail.com> | 2022-09-28 22:50:55 +0100 |
commit | 856466ed02c5da38cc8b8831cb36c7ffd29aa6d2 (patch) | |
tree | 1591d8e3ad6b78c23df56499a766d4120f91eb7d /doc/classes | |
parent | 908795301b9e4fcf24b115329a48d7d295c13a1a (diff) |
Expose `PROPERTY_USAGE_READ_ONLY`
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 3d01c60aea..5bb10d162f 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2818,6 +2818,9 @@ </constant> <constant name="PROPERTY_USAGE_EDITOR_BASIC_SETTING" value="134217728" enum="PropertyUsageFlags"> </constant> + <constant name="PROPERTY_USAGE_READ_ONLY" value="268435456" enum="PropertyUsageFlags"> + The property is read-only in the editor inspector. + </constant> <constant name="PROPERTY_USAGE_ARRAY" value="536870912" enum="PropertyUsageFlags"> </constant> <constant name="PROPERTY_USAGE_DEFAULT" value="6" enum="PropertyUsageFlags"> |