Instance Functions
addInputOverrides(inputList:Array<Int>):Void
clearInputOverrides():Void
disableAction(action:Int):Void
description
Returns true if an action is enabled for the built-in AI
@see CharacterAiActions
enableAction(action:Int):Void
description
Enables an action for use by the built-in AI @see CharacterAiActions Parameters:
- the action to enable
getImmediateTarget():Entity
getTargetFoe():Entity
hasInputOverrides():Bool
isActionEnabled(action:Int):Bool
description
Returns true of the given action is enabled @see CharacterAiActions