MainEvent

haxe.MainEvent (Class)

Instance Members

isBlocking: Bool

Tells if the event can lock the process from exiting (default:true)


nextRun: Float

priority: Int

call(): Void

Call the event. Will do nothing if the event has been stopped.

Private Members



f(): Void

new(f: Function, p: Int): Void
Name Type
f Function
p Int