side: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Fixed syntax)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Side of unit. Note: This does not change the side of the unit. |= Description
| Side of unit.
 
Note: This does not change the side of the unit. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''side''' unit |= Syntax
| '''side''' unit |= Syntax


|p1= unit: [[Object]] |= Parameter 1
|p1= unit: [[Object]] or [[Group]] |= Parameter 1


| [[Side]] |= Return value
| [[Side]] |= Return value

Revision as of 10:10, 27 October 2006

Hover & click on the images for description

Description

Description:
Side of unit. Note: This does not change the side of the unit.
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