task setSimpleTaskTarget [target, precisePosition]

Operand types

task: Task
[target, precisePosition] : Array

Type of returned value

Description

Attach a target to the simple task.
Overrides setSimpleTaskDestination

task: Task
target: Object
precisePosition: Boolean - use exact position of the target for map marker / HUD indicator instead of the position known to the owner of the task (depending on the knowledge about the target)

Used In

Arma2OA

Example

task setSimpleTaskTarget [targetVehicle, true];
Search OFPEC COMREF