Difference between revisions of "DCS func hasTask"

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

Latest revision as of 23:05, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: hasTask Added with: 1.2.4
Member Of: Controller
Syntax: boolean Controller.hasTask(Class self )
Description: Returns true if the controller currently has a task.


Return Value: boolean
Return Example: true or false
Examples:
Related Functions: Controller: setTask, resetTask, pushTask, popTask, hasTask, setCommand, setOption, setOnOff, setAltitude, setSpeed, knowTarget, isTargetDetected, getDetectedTargets
Notes: