civilian: Difference between revisions

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


The Civilian side.
The Civilian side.


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


? (([[side]] manOne) != '''civilian''') : [[hint]] "Unit is a soldier"
? (([[side]] manOne) != '''civilian''') : [[hint]] "Unit is a soldier"
'''Note:'''
Returned value for civilian unit (using [[side]] command) is '''CIV'''.

Revision as of 09:50, 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.