52
edits
imported>Leoetlino (import AI definitions from 1.5.0) |
|||
Line 16: | Line 16: | ||
|} | |} | ||
Breath of the Wild uses basic logical operators when comparing values, when using CheckGameDataInt the output will either be 1 or 0 (depending on whether the operation checked is true or false). | |||
{|class="wikitable" | |||
! Operator !! Description | |||
|- | |||
| Equal || If the GameDataIntName is Equal to the Value | |||
|- | |||
| NotEqual || If the GameDataIntName is not equal to the Value | |||
|- | |||
| GreaterThan || If the GameDataIntName is greater than the Value | |||
|- | |||
| GreaterThanOrEqualTo || If the GameDataIntName is greater than or equal to the Value | |||
|- | |||
| LessThan || If the GameDataIntName is less than the Value | |||
|- | |||
| LessThanOrEqualTo || If the GameDataIntName is less than or equal to the Value | |||
|- | |||
|} | |||
== Derived definitions == | == Derived definitions == |
edits