east: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "")
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
Line 19: Line 19:
};</code>
};</code>


| [[side]], [[west]], [[resistance]], [[civilian]], [[sideEmpty]], [[sideAmbientLife]]  
|seealso= [[side]], [[west]], [[resistance]], [[civilian]], [[sideEmpty]], [[sideAmbientLife]]
}}
}}



Revision as of 00:42, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Sides

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
SQS:?((side _unit) == east) : hint "This is a eastern unit!"
Example 2:
SQF:if ((side _unit) == east) then { hint "This is a eastern unit!"; };

Additional Information

See also:
sidewestresistanceciviliansideEmptysideAmbientLife

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
Posted on April 17, 2007 - 10:46
Maruk (talk)
In ArmA terms OPFOR, BLUFOR, Independents and Civilians are used in the front end UI.