W3Booster SDK 2.0.0
    Preparing search index...

    Interface Player

    interface Player {
        colorId?: number;
        controlgroups?: Readonly<Record<string, ControlGroup>>;
        heroes?: readonly Hero[];
        id: string;
        isAI?: boolean;
        mainAccount?: MainAccount;
        name?: string;
        race?: Race;
        resources?: Resources;
        startPosition?: Point;
        stats?: PlayerStatsCollection;
        team?: number;
        upgrades?: UpgradeState;
    }
    Index
    colorId?: number
    controlgroups?: Readonly<Record<string, ControlGroup>>
    heroes?: readonly Hero[]
    id: string
    isAI?: boolean
    mainAccount?: MainAccount
    name?: string
    race?: Race
    resources?: Resources
    startPosition?: Point
    team?: number
    upgrades?: UpgradeState