side

From Bohemia Interactive Community
Revision as of 21:27, 8 February 2007 by Kronzky (talk | contribs) (format usage)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Returns the side of unit. Once dead, a unit will be on the civilian side. The returned strings, if used in conjunction with a format statement, are: "WEST", "EAST", "GUER" & "CIV".
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

Bdfy
In OFP 1.96 side return value for empty vehicles will be civilian.

Bottom Section