Tile - Boolean Composition Expression – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
[[File:YlandsTile-18.png]] | [[File:YlandsTile-18.png]] | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== Description === | === Description === | ||
Composition operators can be used in '''Conditional Statement''' to '''determine''' the '''logic''' between two conditions | Composition operators can be used in '''Conditional Statement''' to '''determine''' the '''logic''' between two conditions. | ||
=== Notes === | === Notes === |
Revision as of 11:17, 12 November 2021
Boolean Composition Expression
Availability
Client, Server, 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