ecspresso
    Preparing search index...

    Function isBehaviorTreeRunning

    • Check whether an entity's behavior tree has a running action.

      Parameters

      • ecs: {
            getComponent(
                entityId: number,
                name: "behaviorTree",
            ): BehaviorTreeComponent | undefined;
        }
      • entityId: number

      Returns boolean