diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-26 19:16:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 19:16:27 +0200 |
commit | 390333e822c95081cfbd837699c8c63370b388dc (patch) | |
tree | d061fca3399ac84791b4325642e1792eb0556d55 /doc/classes | |
parent | 1c97dde78fd971ad5301cbbe57033a3903b99726 (diff) | |
parent | d91cb1d5d57de970d027ffbd46b41cfd847c10dc (diff) |
Merge pull request #64207 from bruvzg/rcs
[macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index bd500f6b35..373a09623c 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2711,7 +2711,10 @@ <constant name="PROPERTY_HINT_HIDE_QUATERNION_EDIT" value="45" enum="PropertyHint"> Hints that a quaternion property should disable the temporary euler editor. </constant> - <constant name="PROPERTY_HINT_MAX" value="46" enum="PropertyHint"> + <constant name="PROPERTY_HINT_PASSWORD" value="46" enum="PropertyHint"> + Hints that a string property is a password, and every character is replaced with the secret character. + </constant> + <constant name="PROPERTY_HINT_MAX" value="47" enum="PropertyHint"> </constant> <constant name="PROPERTY_USAGE_NONE" value="0" enum="PropertyUsageFlags"> </constant> |