setEffectiveCommander: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.95|= Game version |arg= global |M...")
 
(format)
Line 16: Line 16:
| [[Nothing]]|RETURNVALUE=
| [[Nothing]]|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1 = <code>vehicle player [[setEffectiveCommander]] [[player]];</code> |EXAMPLE1=
|x1 = <code>[[vehicle]] [[player]] [[setEffectiveCommander]] [[player]];</code> |EXAMPLE1=





Revision as of 20:09, 21 August 2019

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.95|1.95]]
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. In multiplayer, execute globally.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
vehicle player setEffectiveCommander player;

Additional Information

See also:
effectiveCommandercommander

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

[[Category:Introduced with arma3dev version 1.95]][[ Category: arma3dev: New Scripting Commands | SETEFFECTIVECOMMANDER]][[ Category: arma3dev: Scripting Commands | SETEFFECTIVECOMMANDER]]

Notes

Bottom Section