side: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 29: Line 29:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dt class="note">'''[[User:bdfy|bdfy]]'''</dt>
<dt class="note">'''[[User:Bdfy|Bdfy]]'''</dt>
In OFP 1.96 side return value for empty vehicles will be "civ"
In OFP 1.96 side return value for empty vehicles will be "civ"
<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 20:55, 8 February 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

Bdfy
In OFP 1.96 side return value for empty vehicles will be "civ"

Bottom Section