Body, Mind & Soul — API Reference
    Preparing search index...

    Variable bmsPendingResolvesConst

    bmsPendingResolves: Map<any, any> = ...

    Client-side map of action IDs currently awaiting swing resolution on the lead GM. Keys: actionId. Values: { combatId, combatantId, actionName, actionType }. Painted as a pending-resolve indicator on each client's tracker. The GM populates via pendingResolveAdd when an action enters resolve(); cleared via pendingResolveRemove when it completes.