class com.babylonhx.actions.ActionManager
Available on all platforms
... @author Krtolica Vujadin
Class Fields
Instance Fields
function hasSpecificTrigger(trigger:Int):Bool
Does this action manager handles actions of a given trigger
{number} | trigger - the trigger to be tested |
returns | {boolean} whether the trigger is handeled |
function hasSpecificTriggers(triggers:Array<Int>):Bool
Does this action manager handles actions of any of the given triggers
{number[]} | triggers - the triggers to be tested |
returns | {boolean} whether one (or more) of the triggers is handeled |