sideEnemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(expanded description, added example/see also/category)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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. |= Description
| 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>When below a [[rating]] of -2000 units switch automatically to this side. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Side]] <nowiki>=</nowiki> '''sideEnemy''' |= Syntax
| '''sideEnemy''' |= Syntax


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


| [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideUnknown]], [[playerSide]], [[side location]], [[Side relations]] |= See also
|x1= <code>[[if]] ([[side]] [[player]] == [[sideEnemy]]) [[then]] {
    [[hint]] "We've got a renegade!";
};</code> |= Example 1
____________________________________________________________________________________________
 
| [[addRating]], [[rating]], [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideFriendly]], [[sideUnknown]], [[playerSide]], [[side location]], [[Side relations]] |= See also


}}
}}
Line 33: Line 40:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Sides|{{uc:{{PAGENAME}}}}]]

Revision as of 15:35, 18 April 2014

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:
addRatingratingSidesidewesteastresistanceciviliansideLogicsideFriendlysideUnknownplayerSideside locationSide 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