Tile - Boolean Composition Expression – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
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 two conditions and take '''action''' depending on the '''result'''.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
**'''AND''' - both conditions have to be true
-->
**'''OR''' - at least one of the conditions have to be true
== Boolean Composition Expression ==


=Notes=
[[File:YlandsTile-18.png]]
*In case of AND, if first condition fails, then the second one is not executed at all.
 
*In case of OR, if first condition succeed, then the second one is not executed at all.
=== Description ===
*See also [[Ylands Tile - Conditional Statement|'''If-Else''']].
 
Composition operators can be used in '''Conditional Statement''' to '''determine''' the '''logic''' between two conditions and take'''action''' depending on the '''result'''.
 
=== Notes ===
 
* '''AND''' - both conditions have to be true.
* '''OR''' - at least one of the conditions have to be true.
 
=== See Also ===
 
[[Ylands:Tile_-_If|If]]




Line 15: Line 25:


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.10]]

Revision as of 09:53, 8 July 2021