Difference between revisions of "DCS func resetTask"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 35: Line 35:
 
}}
 
}}
 
[[Category:Class Functions|resetTask]]
 
[[Category:Class Functions|resetTask]]
 +
[[Category:Game Patch 1.2.4|resetTask]]

Latest revision as of 23:04, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: resetTask Added with: 1.2.4
Member Of: Controller
Syntax: function Controller.resetTask(Class self )
Description: Resets the current task assigned to the controller.


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