Tile - If No Else – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
**'''Else''' - sequence to be executed, if or all conditions fail.
**'''Else''' - sequence to be executed, if or all conditions fail.


=Notes=
See also: [[Ylands Tile - Boolean comparison|'''Comparison''']], [[Ylands Tile - Boolean composition|'''Composition''']], [[Ylands Tile - Unary not|'''Not''']]




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

Revision as of 19:07, 11 December 2018

Ylands Tile - Conditional Statement.png

  • Condition statement allows to execute specific instructions sequence if certain conditions are met.
  • It is possible to add / remove statements via context menu (right click on block)
    • If - sequence to be executed, if a specified condition is true.
    • Else if - sequence condition to test, if previous condition is false.
    • Else - sequence to be executed, if or all conditions fail.

Notes

See also: Comparison, Composition, Not



Template:Ylands scripting navbox