W3Booster SDK 2.0.0
    Preparing search index...

    Interface GameContext

    Shared game context, delivered without a scope to every authorized application.

    interface GameContext {
        chatbarOpen?: boolean;
        hudScale: number;
        teamColors?: boolean;
    }
    Index
    chatbarOpen?: boolean
    hudScale: number

    CSS scale multiplier from 0.5 to 1.0. Defaults to 1 when no measurement is available.

    teamColors?: boolean