assignedTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
(improved description)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the target assigned to the vehicle/unit. To unassign the target use [[doWatch]] [[objNull]] or [[commandWatch]] [[objNull]].|DESCRIPTION=
| Returns the target assigned to a vehicle ([[effectiveCommander]])/an infantry unit by the group/vehicle/formation leader. Done by the (formation sub)group AI leader, or by a player as group leader (via context menu or targets command menu).
<br><br>
If the player is inside a vehicle and the [[effectiveCommander]], the vehicle crew will not be able to return an assignedTarget.
<br><br>
To unassign the target use [[doWatch]] [[objNull]] or [[commandWatch]] [[objNull]] or a group leader "no target" in the targets command menu.
<br><br>
{{Important | This does NOT return the target unit an unit is actually engaging ("attack unit").}}|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 28:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[commandTarget]], [[doTarget]], [[commandWatch]], [[doWatch]]  |SEEALSO=
| [[commandTarget]], [[doTarget]], [[commandWatch]], [[doWatch]], [[effectiveCommander]], [[setEffectiveCommander]]  |SEEALSO=


}}
}}

Revision as of 11:59, 27 December 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Returns the target assigned to a vehicle (effectiveCommander)/an infantry unit by the group/vehicle/formation leader. Done by the (formation sub)group AI leader, or by a player as group leader (via context menu or targets command menu).

If the player is inside a vehicle and the effectiveCommander, the vehicle crew will not be able to return an assignedTarget.

To unassign the target use doWatch objNull or commandWatch objNull or a group leader "no target" in the targets command menu.

This does NOT return the target unit an unit is actually engaging ("attack unit").
Groups:
Uncategorised

Syntax

Syntax:
assignedTarget vehicleName
Parameters:
vehicleName: Object
Return Value:
Object

Examples

Example 1:
_target = assignedTarget _T72

Additional Information

See also:
commandTargetdoTargetcommandWatchdoWatcheffectiveCommandersetEffectiveCommander

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

Notes

Bottom Section