DCS func hasTask
From DCS World Wiki - Hoggitworld.com
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: |