or

From Bohemia Interactive Community
Revision as of 21:19, 1 June 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


a or b


Operand types:

a: Boolean

b: Boolean

Type of returned value:

Boolean

Description:

a or b


Example:

if (not (canMove tank1) or not (canMove tank2)) then {hint "Our armour is being immobilsed!"}