Tile - Boolean Composition Expression – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with " ---- {{Ylands scripting navbox}}")
 
No edit summary
Line 1: Line 1:
[[Image:Ylands_Tile_-_Boolean_composition.png]]
*Composition operators can be used in [[Ylands Tile - Conditional Statement|'''Conditional Statement''']] to '''determine''' the '''logic''' between variables or values and take '''action''' depending on the '''result'''.
**'''AND''' - both conditions have to be true
**'''OR''' - at least one of the conditions have to be true
=Notes=
*See also [[Ylands Tile - Conditional Statement|'''If-Else''']].




----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}

Revision as of 19:02, 11 December 2018

Ylands Tile - Boolean composition.png

  • Composition operators can be used in Conditional Statement to determine the logic between variables or values and take action depending on the result.
    • AND - both conditions have to be true
    • OR - at least one of the conditions have to be true

Notes



Template:Ylands scripting navbox