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

    Interface BTCooldownNode

    interface BTCooldownNode {
        name?: string;
        kind: "cooldown";
        child: BTNode;
        cooldownMs: number;
        cooldownStatus?: BTStatus;
    }

    Hierarchy

    • BTNodeBase
      • BTCooldownNode
    Index

    Properties

    name?: string
    kind: "cooldown"
    child: BTNode
    cooldownMs: number
    cooldownStatus?: BTStatus