mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-08 20:09:36 +01:00
Remove leading spaces from enumerator name hints
This commit is contained in:
parent
c9b6b1bffe
commit
177d20aeef
@ -1442,7 +1442,7 @@
|
|||||||
</constant>
|
</constant>
|
||||||
<constant name="PROPERTY_HINT_ENUM" value="3" enum="PropertyHint">
|
<constant name="PROPERTY_HINT_ENUM" value="3" enum="PropertyHint">
|
||||||
Hints that an integer, float or string property is an enumerated value to pick in a list specified via a hint string.
|
Hints that an integer, float or string property is an enumerated value to pick in a list specified via a hint string.
|
||||||
The hint string is a comma separated list of names such as [code]"Hello,Something,Else"[/code]. For integer and float properties, the first name in the list has value 0, the next 1, and so on. Explicit values can also be specified by appending [code]:integer[/code] to the name, e.g. [code]"Zero,One,Three:3,Four,Six:6"[/code].
|
The hint string is a comma separated list of names such as [code]"Hello,Something,Else"[/code]. Whitespaces are [b]not[/b] removed from either end of a name. For integer and float properties, the first name in the list has value 0, the next 1, and so on. Explicit values can also be specified by appending [code]:integer[/code] to the name, e.g. [code]"Zero,One,Three:3,Four,Six:6"[/code].
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="PROPERTY_HINT_ENUM_SUGGESTION" value="39" enum="PropertyHint">
|
<constant name="PROPERTY_HINT_ENUM_SUGGESTION" value="39" enum="PropertyHint">
|
||||||
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].
|
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].
|
||||||
|
Loading…
Reference in New Issue
Block a user