sideEnemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
m (Text replacement - "Side relations" to "Side Relations")
 
(59 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|SIDEENEMY]]
{{RV|type=command
[[Category:Scripting Commands ArmA|SIDEENEMY]]


|game1= ofp
|version1= 1.78


<h2 style="color:#000066">''' sideEnemy '''</h2>
|game2= ofpe
|version2= 1.00


|game3= arma1
|version3= 1.00


'''Operand types:'''
|game4= arma2
|version4= 1.00


None
|game5= arma2oa
|version5= 1.50


'''Type of returned value:'''
|game6= tkoh
|version6= 1.00


[[Side]]
|game7= arma3
|version7= 0.50


'''Compatibility:'''
|gr1= Sides


Version 1.78 required.
|descr= The enemy [[Side|side]] which is used for renegades. Units of this side are hostile to everyone.
* To join [[sideEnemy]], you can attack members of your own side or use [[addRating]].
* When below a [[rating]] of -2000 units switch automatically to this side.


'''Description:'''
|s1= [[sideEnemy]]


The Enemy side (used for renegades).
|r1= [[Side]]
 
|x1= <sqf>if (side player == sideEnemy) then
{
hint "We've got a renegade!";
};</sqf>
 
|seealso= [[addRating]] [[rating]] [[Side]] [[side]] [[west]] [[east]] [[resistance]] [[civilian]] [[sideLogic]] [[sideFriendly]] [[sideUnknown]] [[playerSide]] [[sideEmpty]] [[sideAmbientLife]] [[Side Relations]]
}}

Latest revision as of 21:02, 12 June 2023

Hover & click on the images for description

Description

Description:
The enemy side which is used for renegades. Units of this side are hostile to everyone.
  • To join sideEnemy, you can attack members of your own side or use addRating.
  • When below a rating of -2000 units switch automatically to this side.
Groups:
Sides

Syntax

Syntax:
sideEnemy
Return Value:
Side

Examples

Example 1:
if (side player == sideEnemy) then { hint "We've got a renegade!"; };

Additional Information

See also:
addRating rating Side side west east resistance civilian sideLogic sideFriendly sideUnknown playerSide sideEmpty sideAmbientLife Side Relations

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