Tile - If – Ylands

From Bohemia Interactive Community
Revision as of 09:53, 8 July 2021 by YlandsClassyBot (talk | contribs) (Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == If == File:YlandsTile-20.png === Descri...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If

YlandsTile-20.png

Description

Condition statement allows to execute specific instruction sequence if conditions are met.

Notes

  • 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 conditionwas false.
  • Else - sequence to be executed, if or all conditions fail.

See Also

Boolean Comparation Expression Boolean Composition Expression Unary Not