class nape.callbacks.PreFlag

Available on all platforms

Enumeration of interaction states for arbiters. These values are returned * by PreListener callback handlers.

Class Fields

static var ACCEPT:PreFlag

Value denotes interaction will occur, and Nape will not ask again.

static var ACCEPT_ONCE:PreFlag

Value denotes interaction will occur 'this' step, and Nape will ask what * to do again in the following step if interaction is still possible.

static var IGNORE:PreFlag

Value denotes interaction will be ignored, and Nape will not ask again.

static var IGNORE_ONCE:PreFlag

Value denotes interaction will be ignored 'this' step, and Nape will ask what * to do again in the following step if interaction is still possible.

Instance Fields

function new():Void

@private

function toString():String

@private