Tile - If – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(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...")
 
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:


[[File:YlandsTile-20.png]]
[[File:YlandsTile-20.png]]
=== Availability ===
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]


=== Description ===
=== Description ===
Line 24: Line 28:
----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]

Latest revision as of 15:24, 24 November 2023

If

YlandsTile-20.png

Availability

Client, Server, Custom Controller

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