or: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#O|COMREF]]
<h2 style="color:#000066">''a '''''or ''b'''''</h2>
<h2 style="color:#000066">''a '''''or ''b'''''</h2>


'''Operand types:'''
'''Operand types:'''


a: [[Boolean]]
'''a:''' [[Boolean]]


b: [[Boolean]]
'''b:''' [[Boolean]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 14: Line 17:


a '''or'''  b
a '''or'''  b


'''Example:'''
'''Example:'''


not alive player '''or''' not alive leader player
[[not]] [[alive]] [[player]] '''or''' [[not]] [[alive]] [[leader]] [[player]]

Revision as of 20:55, 15 April 2006

back to COMREF

a or b


Operand types:

a: Boolean

b: Boolean

Type of returned value:

Boolean

Description:

a or b


Example:

not alive player or not alive leader player