Interface ResponseGameInfo

Generated

from protobuf message SC2APIProtocol.ResponseGameInfo

interface ResponseGameInfo {
    localMapPath?: string;
    mapName?: string;
    modNames: string[];
    options?: InterfaceOptions;
    playerInfo: PlayerInfo[];
    startRaw?: any;
}

Properties

localMapPath?: string

Generated

from protobuf field: optional string local_map_path = 2;

mapName?: string

Generated

from protobuf field: optional string map_name = 1;

modNames: string[]

Generated

from protobuf field: repeated string mod_names = 6;

Generated

from protobuf field: optional SC2APIProtocol.InterfaceOptions options = 5;

playerInfo: PlayerInfo[]

Generated

from protobuf field: repeated SC2APIProtocol.PlayerInfo player_info = 3;

startRaw?: any

Generated

from protobuf field: optional SC2APIProtocol.StartRaw start_raw = 4;

Generated using TypeDoc