Interface ResponseAvailableMaps

This will only contain locally cached BattleNet maps. To download all ladder maps, log in and queue into a ladder match. To download any other map, play a custom game on that map.

Generated

from protobuf message SC2APIProtocol.ResponseAvailableMaps

interface ResponseAvailableMaps {
    battlenetMapNames: string[];
    localMapPaths: string[];
}

Properties

battlenetMapNames: string[]

Generated

from protobuf field: repeated string battlenet_map_names = 2;

localMapPaths: string[]

Generated

from protobuf field: repeated string local_map_paths = 1;

Generated using TypeDoc