Difference between revisions of "Scripting compare types"

From Divinity Engine Wiki
Jump to: navigation, search
m (Protected "Scripting compare types" ([Edit=⧼protect-level-larianeditonly⧽] (indefinite) [Move=⧼protect-level-larianeditonly⧽] (indefinite)))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The following compare types can be used in script:
+
This list is purely for values that can be used in script. More information on these values can be found [[Scripting#Variables|here]].<br />
<ul>
+
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>Lowest</li>
 
 
<li>Random</li>
 
<li>Random</li>
</ul>
+
</ol>

Latest revision as of 09: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:

  1. Lowest
  2. Highest
  3. Random