enemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(enemy command no work in OFP 1.96)
(command does not exist in OFP 1.96 or ArmA 2. Cannot test ArmA so have left link.)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Enemy side (enemy to all units).  |= Description
|Enemy side (enemy to all units). '''This command is not functional and appears to have be replaced by [[sideEnemy]].''' |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 18: Line 18:
|x1= <pre>?_side==enemy: hint "ouch"</pre> |= Example 1
|x1= <pre>?_side==enemy: hint "ouch"</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________
| |= See also
| [[sideEnemy]], [[sideFriendly]] |= See also


}}
}}
Line 40: Line 40:


[[Category:Scripting Commands|ENEMY]]
[[Category:Scripting Commands|ENEMY]]
[[Category:Scripting Commands OFP 1.96|ENEMY]]
[[Category:Scripting Commands ArmA|ENEMY]]
[[Category:Scripting Commands ArmA|ENEMY]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Sides|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Sides|{{uc:{{PAGENAME}}}}]]

Revision as of 00:26, 29 May 2012

Hover & click on the images for description

Description

Description:
Enemy side (enemy to all units). This command is not functional and appears to have be replaced by sideEnemy.
Groups:
Uncategorised

Syntax

Syntax:
Side = enemy
Return Value:
Side

Examples

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

Additional Information

See also:
sideEnemysideFriendly

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' BarmyArmy

No work in OFP 1.96, not present in commands list in flashpointresistance.exe 1.96. denisko.redisko (denvdmj)

Bottom Section