sideFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
Line 18: Line 18:
|seealso= [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideUnknown]], [[sideEnemy]], [[playerSide]], [[sideEmpty]], [[sideAmbientLife]], [[Side relations]]
|seealso= [[Side]], [[side]], [[west]], [[east]], [[resistance]], [[civilian]], [[sideLogic]], [[sideUnknown]], [[sideEnemy]], [[playerSide]], [[sideEmpty]], [[sideAmbientLife]], [[Side relations]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 16:05, 17 January 2021

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:
SidesidewesteastresistanceciviliansideLogicsideUnknownsideEnemyplayerSidesideEmptysideAmbientLifeSide 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

Bottom Section