setEffectiveCommander: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
m (description)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.96
|1.96


|arg= global
|arg= global
Line 11: Line 10:
|gr1= Unit Control
|gr1= Unit Control


| Sets [[effectiveCommander]] of the given vehicle. Effective commander is the person who commands the vehicle, i.e. gives commands to the driver. Every time a person gets in or out of a vehicle, effective commander eligibility is recalculated by the engine based on the current [[crew]]. Use this command to force desired effective commander. In multiplayer, execute globally.
|descr= Sets [[effectiveCommander]] of the given vehicle. Effective commander is the person who commands the vehicle, i.e. gives commands to the driver.
Every time a person gets in or out of a vehicle, effective commander eligibility is recalculated by the engine based on the current [[crew]].
Use this command to force desired effective commander.  


|vehicle [[setEffectiveCommander]] person
|mp= In multiplayer, execute globally.


|p1 = vehicle: [[Object]]
|s1= vehicle [[setEffectiveCommander]] person


|p2 = person: [[Object]]
|p1= vehicle: [[Object]]


| [[Nothing]]
|p2= person: [[Object]]


|x1 = <code>[[vehicle]] [[player]] [[setEffectiveCommander]] [[player]];</code>
|r1= [[Nothing]]


| [[effectiveCommander]], [[commander]], [[vehicleMoveInfo]]
|x1= <sqf>vehicle player setEffectiveCommander player;</sqf>
 
|seealso= [[effectiveCommander]] [[commander]] [[vehicleMoveInfo]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
</dl>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Latest revision as of 23:14, 26 June 2022

Hover & click on the images for description

Description

Description:
Sets effectiveCommander of the given vehicle. Effective commander is the person who commands the vehicle, i.e. gives commands to the driver. Every time a person gets in or out of a vehicle, effective commander eligibility is recalculated by the engine based on the current crew. Use this command to force desired effective commander.
Multiplayer:
In multiplayer, execute globally.
Groups:
Unit Control

Syntax

Syntax:
vehicle setEffectiveCommander person
Parameters:
vehicle: Object
person: Object
Return Value:
Nothing

Examples

Example 1:
vehicle player setEffectiveCommander player;

Additional Information

See also:
effectiveCommander commander vehicleMoveInfo

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