commandTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(description example)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Order the given unit(s) to target the given target (via the radio). |= Description
| Order the given unit(s) to target the given target (via the radio). Command given to the player, puts a red square with words Target and Distance on player HUD at target location. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_ESoldier1 commandTarget _WSoldier1</pre> |= Example 1
|x1= <code>_ESoldier1 [[commandTarget]] _WSoldier1;</code> |= Example 1
 
|x2= <code>[[player]] [[commandTarget]] bob;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 22:45, 2 July 2015

Hover & click on the images for description

Description

Description:
Order the given unit(s) to target the given target (via the radio). Command given to the player, puts a red square with words Target and Distance on player HUD at target location.
Multiplayer:
This command is only effective when used on local units. When used on a remote unit, this command will create radio dialogue on the machine the unit is local to, but the unit will not target the target.
Groups:
Uncategorised

Syntax

Syntax:
unitName commandTarget target
Parameters:
unitName: Object
target: Object
Return Value:
Nothing

Examples

Example 1:
_ESoldier1 commandTarget _WSoldier1;
Example 2:
player commandTarget bob;

Additional Information

See also:
assignedTargetdoTarget

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