Copies map data into the path specified.

Generated

from protobuf message SC2APIProtocol.RequestSaveMap

interface RequestSaveMap {
    mapData?: Uint8Array;
    mapPath?: string;
}

Properties

Properties

mapData?: Uint8Array

Generated

from protobuf field: optional bytes map_data = 2;

mapPath?: string

Generated

from protobuf field: optional string map_path = 1;

Generated using TypeDoc