side: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed syntax)
(dead units)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Side of unit.
| Returns the side of unit.


Note: This does not change the side of the unit. |= Description
Once dead, a unit will be on the [[civilian]] side. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:39, 6 January 2007

Hover & click on the images for description

Description

Description:
Returns the side of unit. Once dead, a unit will be on the civilian side.
Groups:
Uncategorised

Syntax

Syntax:
side unit
Parameters:
unit: Object or Group
Return Value:
Side

Examples

Example 1:
? (side player == west) : hint "You are on the West side."

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section