Difference between revisions of "DCS func popTask"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 3: Line 3:
 
|fName= popTask
 
|fName= popTask
  
|vNum= 1.2.4
+
|vNum= 1.2.2
  
 
|par1= [[DCS_Class_Controller|Controller]]
 
|par1= [[DCS_Class_Controller|Controller]]
Line 35: Line 35:
 
}}
 
}}
 
[[Category:Class Functions|popTask]]
 
[[Category:Class Functions|popTask]]
 +
[[Category:Game Patch 1.2.2|popTask]]

Latest revision as of 07:35, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: popTask Added with: 1.2.2
Member Of: Controller
Syntax: function Controller.popTask(Class self )
Description: Removes the top task from the tasking queue.


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