class flixel.addons.plugin.taskManager.AntTask implements IFlxDestroyable

Available on all platforms

@author Anton Karlov * @author Zaphod *

Instance Fields

var ignoreCycle:Bool

If true then the task will be deleted from the manager immediately after execution.

var instant:Bool

If true the task will be completed right after it's first call

var next:AntTask

Pointer to the next task.

function new(Func:Void ->Bool, ?IgnoreCycle:Bool = false, ?Instant:Bool = false, ?Next:AntTask = null):Void

Creates a new AntTask

function destroy():Void

Destroys the list.

function func():Bool

Method-task to be executed