a or b: Difference between revisions
Categories:
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#.23|COMREF]] | back to [[Scripting_Reference#.23|COMREF]] |
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#.23|COMREF]] | back to [[Scripting_Reference#.23|COMREF]] |
back to COMREF
Operand types:
a: Boolean
b: Boolean
Type of returned value:
Description:
a or b
Example:
? (not (canMove tank1) || not (canMove tank2)) : hint "Our armour is being immobilsed!"