Difference between revisions of "DCS func setTask"

From DCS World Wiki - Hoggitworld.com
 
Line 10: Line 10:
  
 
|desc= Sets the specified task to the units or groups associated with the controller object. Tasks must fit a specified format. For more information see the specific task page you are looking for:
 
|desc= Sets the specified task to the units or groups associated with the controller object. Tasks must fit a specified format. For more information see the specific task page you are looking for:
 +
 +
 +
'''Task Wrappers:''' {{listOfTaskWrappers}}
  
 
'''Main Tasks:''' {{listOfTasks}}
 
'''Main Tasks:''' {{listOfTasks}}

Latest revision as of 19:02, 5 June 2024

Scripting Root

Envrioment: Mission Scripting
Function: setTask Added with: 1.2.4
Member Of: Controller
Syntax: function Controller.setTask(Class self , table task )
Description: Sets the specified task to the units or groups associated with the controller object. Tasks must fit a specified format. For more information see the specific task page you are looking for:


Task Wrappers: mission, ComboTask, ControlledTask, WrappedAction

Main Tasks: AttackGroup, AttackUnit, Bombing, Strafing, CarpetBombing, AttackMapObject, BombingRunway, orbit, refueling, land, follow, followBigFormation, escort, Embarking, fireAtPoint, hold, FAC_AttackGroup, EmbarkToTransport, DisembarkFromTransport, CargoTransportation, goToWaypoint, groundEscort, RecoveryTanker

Enroute Tasks: engageTargets, engageTargetsInZone, engageGroup, engageUnit, awacs, tanker, ewr, FAC_engageGroup, FAC


Return Value: function
Return Example: none
Examples:
Related Functions: Controller: setTask, resetTask, pushTask, popTask, hasTask, setCommand, setOption, setOnOff, setAltitude, setSpeed, knowTarget, isTargetDetected, getDetectedTargets
Notes: