Fix a typo in PROPERTY_HINT_ENUM_SUGGESTION description
This commit is contained in:
parent
b89b1683d4
commit
3ac4b42059
1 changed files with 1 additions and 1 deletions
|
@ -2405,7 +2405,7 @@
|
|||
Hints that an integer, float or string property is an enumerated value to pick in a list specified via a hint string such as [code]"Hello,Something,Else"[/code].
|
||||
</constant>
|
||||
<constant name="PROPERTY_HINT_ENUM_SUGGESTION" value="3" enum="PropertyHint">
|
||||
Hints that a string property is can be an enumerated value to pick in a list specified via a hint string such as [code]"Hello,Something,Else"[/code].
|
||||
Hints that a string property can be an enumerated value to pick in a list specified via a hint string such as [code]"Hello,Something,Else"[/code].
|
||||
Unlike [constant PROPERTY_HINT_ENUM] a property with this hint still accepts arbitrary values and can be empty. The list of values serves to suggest possible values.
|
||||
</constant>
|
||||
<constant name="PROPERTY_HINT_EXP_EASING" value="4" enum="PropertyHint">
|
||||
|
|
Loading…
Reference in a new issue