sideFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Armed[ _]Assault(\|.*)]]" to "{{GameCategory|arma1|Scripting Commands}}")
m (Text replacement - "Side relations" to "Side Relations")
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= ofpr
|game1= ofp
|version1= 1.78


|version1= 1.78
|game2= ofpe
|version2= 1.00


|gr1= Sides |GROUP1=
|game3= arma1
|version3= 1.00


|descr= The Friendly side - friendly to all, see [[Side relations]].
|game4= arma2
|version4= 1.00


|game5= arma2oa
|version5= 1.50


|s1= [[sideFriendly]]
|game6= tkoh
|version6= 1.00


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


|x1= <code>[[if]] ([[side]] [[player]] == [[sideFriendly]]) [[then]] { [[hint]] "I feel friendly today!"; };</code>
|gr1= Sides


|seealso= [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideUnknown]], [[sideEnemy]], [[playerSide]], [[sideEmpty]], [[sideAmbientLife]], [[Side relations]]
|descr= The Friendly side - friendly to all, see [[Side Relations]].
}}


<h3 style="display:none">Notes</h3>
|s1= [[sideFriendly]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Side]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>if (side player == sideFriendly) then { hint "I feel friendly today!"; };</sqf>


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|seealso= [[Side]] [[side]] [[west]] [[east]] [[resistance]] [[civilian]] [[sideLogic]] [[sideUnknown]] [[sideEnemy]] [[playerSide]] [[sideEmpty]] [[sideAmbientLife]] [[Side Relations]]
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma1|Scripting Commands}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

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