Loom Engine - v3.1.1
    Preparing search index...

    Interface BTActionNode

    interface BTActionNode {
        name?: string;
        kind: "action";
        run: BTActionFn;
    }

    Hierarchy

    • BTNodeBase
      • BTActionNode
    Index

    Properties

    Properties

    name?: string
    kind: "action"