civilian: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ Added note about Civilian and CIV)
mNo edit summary
Line 23: Line 23:


? (([[side]] manOne) != '''civilian''') : [[hint]] "Unit is a soldier"
? (([[side]] manOne) != '''civilian''') : [[hint]] "Unit is a soldier"


'''Note:'''
'''Note:'''


Returned value for civilian unit (using [[side]] command) is '''CIV'''.
Returned value for civilian unit (using [[side]] command) is '''CIV'''.

Revision as of 17:02, 21 July 2006


civilian


Operand types:

None

Type of returned value:

Side

Description:

The Civilian side.

Example:

? ((side manOne) != civilian) : hint "Unit is a soldier"


Note:

Returned value for civilian unit (using side command) is CIV.