W3Booster SDK 2.0.0
    Preparing search index...

    Interface HeroAbility

    interface HeroAbility {
        id: string;
        lastActivation?: number;
        level: number;
        name: string;
    }
    Index
    id: string

    Stable identity within its owning hero.

    lastActivation?: number

    Positive millisecond timestamp on the match game-time clock; absence means never activated.

    level: number
    name: string

    Standard-game ability rawcode used for metadata and artwork lookup.