effectiveCommander

From Bohemia Interactive Community
Revision as of 19:56, 15 September 2024 by Lou Montana (talk | contribs) (Add example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns the effective commander of the vehicle. Effective commander is the player whom driver AI will listen to. So if in a tank there is a gunner and a commander and AI driver, if the effectiveCommander is gunner, then gunner pressing W A S D will give AI orders to move. If gunner jumps out and then enters a tank again, the effectiveCommander role most likely has changed to commander that remained in tank. Also the assignment seems to work on first come first served basis.
Groups:
Unit Control

Syntax

Syntax:
effectiveCommander vehicle
Parameters:
vehicle: Object
Return Value:
Object - commander unit

Examples

Example 1:
_unit = driver tank; _effectiveCommander = effectiveCommander _unit; // returns the tank driver itself _effectiveCommander = effectiveCommander tank; // returns the effective commander (commander or gunner or driver) _effectiveCommander = effectiveCommander vehicle _unit; // identical to the one above - use vehicle if only the unit is known

Additional Information

See also:
setEffectiveCommander commander driver gunner currentPilot 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