enemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
mNo edit summary
Line 28: Line 28:
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>
ARMA2: Note that 'enemy' does NOT appear in this list:
http://community.bistudio.com/wiki/Category:Scripting_Commands_ArmA2
See also 'sideEnemy' and 'sideFriendly'
~~


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 23:50, 3 October 2009

Hover & click on the images for description

Description

Description:
Enemy side (enemy to all units).
Groups:
Uncategorised

Syntax

Syntax:
Side = enemy
Return Value:
Side

Examples

Example 1:
?_side==enemy: hint "ouch"

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

No work in Armed Assault

ARMA2: Note that 'enemy' does NOT appear in this list: http://community.bistudio.com/wiki/Category:Scripting_Commands_ArmA2

See also 'sideEnemy' and 'sideFriendly' ~~

Bottom Section