diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-06-25 14:03:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 14:03:44 +0200 |
commit | dd3de622d8d32400955b77564be3442f77e3a204 (patch) | |
tree | 38724d39902f8e06bca10601b3a19595f80c5c60 /doc | |
parent | c4f0062f15408988e743d65cb98dbb7347c29cf3 (diff) | |
parent | 6c1ac9f3bef9ff1026127bb76d44d1019887eeaf (diff) |
Merge pull request #62372 from MarcusElg/nosliderrename
Rename @export_range's noslider option to no_slider
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 4048b483e8..475d166925 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2460,7 +2460,7 @@ </constant> <constant name="PROPERTY_HINT_RANGE" value="1" enum="PropertyHint"> Hints that an integer or float property should be within a range specified via the hint string [code]"min,max"[/code] or [code]"min,max,step"[/code]. The hint string can optionally include [code]"or_greater"[/code] and/or [code]"or_lesser"[/code] to allow manual input going respectively above the max or below the min values. Example: [code]"-360,360,1,or_greater,or_lesser"[/code]. - Additionally, other keywords can be included: "exp" for exponential range editing, "radians" for editing radian angles in degrees, "degrees" to hint at an angle and "noslider" to hide the slider. + Additionally, other keywords can be included: "exp" for exponential range editing, "radians" for editing radian angles in degrees, "degrees" to hint at an angle and "no_slider" to hide the slider. </constant> <constant name="PROPERTY_HINT_ENUM" value="2" enum="PropertyHint"> Hints that an integer, float or string property is an enumerated value to pick in a list specified via a hint string. |