Scripting compare types: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This list is purely for values that can be used in script. More information on these values can be found [[Scripting#Variables|here]].<br /> | This list is purely for values that can be used in script. More information on these values can be found [[Scripting#Variables|here]].<br /> | ||
The following compare types can be used in script: | It is advised to use the enumeration value instead of the integer representation because this list is subject to change. The following compare types can be used in script: | ||
< | <ol> | ||
<li>Lowest</li> | |||
<li>Highest</li> | <li>Highest</li> | ||
<li>Random</li> | <li>Random</li> | ||
</ | </ol> |
Latest revision as of 07:26, 4 April 2018
This list is purely for values that can be used in script. More information on these values can be found here.
It is advised to use the enumeration value instead of the integer representation because this list is subject to change. The following compare types can be used in script:
- Lowest
- Highest
- Random