BiChoose

This class represents a Choose Action. A Choose action will execute the first child that evaluates to true.

This class extends BiAction and therefore all methods and fields available for BiAction are also available for BiChoose .

Constructor

new BiChoose ( sName,fHandler )

Parameters

NameTypeOptionalDefaultDescripton
sNameStringThe name of this action
fHandlerFunctionThe handler function to call at the end of execution

Properties

None.

Methods

None.

Events

NameTypeBubblesDescripton
completedBiEventThis event is dispatched when the action is completed.
execBiEventThis event is dispatched when the action is executed.

Static Methods

None.

Static Fields

None.

Remarks

None.