sideFriendly: Difference between revisions

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


|game1= ofp
|version1= 1.78


<h2 style="color:#000066">''' sideFriendly '''</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 Friendly side - friendly to all, see [[Side Relations]].


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


The Friendly side (used for captives).
|r1= [[Side]]
 
|x1= <sqf>if (side player == sideFriendly) then { hint "I feel friendly today!"; };</sqf>
 
|seealso= [[Side]] [[side]] [[west]] [[east]] [[resistance]] [[civilian]] [[sideLogic]] [[sideUnknown]] [[sideEnemy]] [[playerSide]] [[sideEmpty]] [[sideAmbientLife]] [[Side Relations]]
}}

Latest revision as of 21:02, 12 June 2023

Hover & click on the images for description

Description

Description:
The Friendly side - friendly to all, see Side Relations.
Groups:
Sides

Syntax

Syntax:
sideFriendly
Return Value:
Side

Examples

Example 1:
if (side player == sideFriendly) then { hint "I feel friendly today!"; };

Additional Information

See also:
Side side west east resistance civilian sideLogic sideUnknown sideEnemy 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