ecspresso
    Preparing search index...

    Interface BehaviorTreeAbortEvent

    Event published when a running action is preempted (aborted) by a higher-priority branch taking over.

    interface BehaviorTreeAbortEvent {
        definitionId: string;
        entityId: number;
        nodeIndex: number;
        nodeName: string;
    }
    Index

    Properties

    definitionId: string

    Definition id of the behavior tree

    entityId: number
    nodeIndex: number

    nodeIndex of the aborted action

    nodeName: string

    Human-readable name of the aborted action