a or b

From Bohemia Interactive Community
Revision as of 21:26, 9 August 2006 by Kronzky (talk | contribs)
Jump to navigation Jump to search


a || b


Operand types:

a: Boolean

b: Boolean

Type of returned value:

Boolean

Description:

a or b

See also or


Example:

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