W3Booster SDK 3.1.0
    Preparing search index...

    Interface AbilityCooldownState

    A game-time snapshot. Null means unobserved/uninitialized; never advance on a wall clock.

    interface AbilityCooldownState {
        active: boolean;
        progress: number;
        remainingSeconds: number;
        totalSeconds: number;
    }

    Hierarchy (View Summary)

    Index
    active: boolean
    progress: number

    Completed fraction, from 0 to 1; null when unreadable.

    remainingSeconds: number

    Remaining game seconds, or null when unavailable.

    totalSeconds: number

    Positive total game seconds, or null when unavailable.