blufor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
m (Some wiki formatting)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= Sides
|gr1= Sides


| Pre-defined variable for the blufor [[Side|side]].
|descr= Pre-defined variable for the blufor [[Side|side]].
<br>Alias for [[west]].


| '''blufor'''
|alias= [[west]]


| [[Side]]
|s1= [[blufor]]  


|r1= [[Side]]


|x1= <code>[[if]] ([[side]] [[player]] == [[blufor]]) [[then]] {
|x1= <sqf>
    [[hint]] "BLUFOR";
if (side player == blufor) then
{
hint "BLUFOR";
};
};
</code>
</sqf>
 
 
| [[side]], [[civilian]], [[east]], [[independent]], [[opfor]], [[resistance]], [[west]]


| |MPBEHAVIOUR=  
|seealso= [[side]] [[civilian]] [[east]] [[independent]] [[opfor]] [[resistance]] [[west]]
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:50, 27 July 2022

Hover & click on the images for description

Description

Description:
Pre-defined variable for the blufor side.
Alias:
west
Groups:
Sides

Syntax

Syntax:
blufor
Return Value:
Side

Examples

Example 1:
if (side player == blufor) then { hint "BLUFOR"; };

Additional Information

See also:
side civilian east independent opfor resistance west

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