Tile - Boolean Composition Expression – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
No edit summary
(3 intermediate revisions by 2 users not shown)
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.
=== Availability ===
*See also [[Ylands Tile - Conditional Statement|'''If-Else''']].
 
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]
 
=== Description ===
 
Composition operators can be used in '''Conditional Statement''' to '''determine''' the '''logic''' between two conditions.
 
=== 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]]




----
----
{{Ylands editor navbox}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}


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

Revision as of 12:17, 12 November 2021