sideEnemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (template:command argument fix)
Line 9: Line 9:
| The enemy [[Side|side]] (used for renegades). Unit of this side is enemy to everyone.
| The enemy [[Side|side]] (used for renegades). Unit of this side is enemy to everyone.
<br>To become one, you can attack members of your own side or use [[addRating]].
<br>To become one, you can attack members of your own side or use [[addRating]].
<br>When below a [[rating]] of -2000 units switch automatically to this side. |= Description
<br>When below a [[rating]] of -2000 units switch automatically to this side. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''sideEnemy''' |= Syntax
| '''sideEnemy''' |SYNTAX=


| [[Side]] |= Return value
| [[Side]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[if]] ([[side]] [[player]] == [[sideEnemy]]) [[then]] {
|x1= <code>[[if]] ([[side]] [[player]] == [[sideEnemy]]) [[then]] {
     [[hint]] "We've got a renegade!";
     [[hint]] "We've got a renegade!";
};</code> |= Example 1
};</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addRating]], [[rating]], [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideUnknown]], [[playerSide]], [[sideEmpty]], [[sideAmbientLife]], [[Side relations]] |= See also
| [[addRating]], [[rating]], [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideUnknown]], [[playerSide]], [[sideEmpty]], [[sideAmbientLife]], [[Side relations]] |SEEALSO=


}}
}}

Revision as of 15:49, 7 April 2019

Hover & click on the images for description

Description

Description:
The enemy side (used for renegades). Unit of this side is enemy to everyone.
To become one, you can attack members of your own side or use addRating.
When below a rating of -2000 units switch automatically to this side.
Groups:
Uncategorised

Syntax

Syntax:
sideEnemy
Return Value:
Side

Examples

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

Additional Information

See also:
addRatingratingSidesidewesteastresistanceciviliansideLogicsideFriendlysideUnknownplayerSidesideEmptysideAmbientLifeSide 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

Notes

Bottom Section