Interface ResponseReplayInfo

Generated

from protobuf message SC2APIProtocol.ResponseReplayInfo

interface ResponseReplayInfo {
    baseBuild?: number;
    dataBuild?: number;
    dataVersion?: string;
    error?: ResponseReplayInfo_Error;
    errorDetails?: string;
    gameDurationLoops?: number;
    gameDurationSeconds?: number;
    gameVersion?: string;
    localMapPath?: string;
    mapName?: string;
    playerInfo: PlayerInfoExtra[];
}

Properties

baseBuild?: number

Generated

from protobuf field: optional uint32 base_build = 8;

dataBuild?: number

Generated

from protobuf field: optional uint32 data_build = 7;

dataVersion?: string

Generated

from protobuf field: optional string data_version = 11;

Generated

from protobuf field: optional SC2APIProtocol.ResponseReplayInfo.Error error = 9;

errorDetails?: string

Generated

from protobuf field: optional string error_details = 10;

gameDurationLoops?: number

Generated

from protobuf field: optional uint32 game_duration_loops = 4;

gameDurationSeconds?: number

Generated

from protobuf field: optional float game_duration_seconds = 5;

gameVersion?: string

Generated

from protobuf field: optional string game_version = 6;

localMapPath?: string

Generated

from protobuf field: optional string local_map_path = 2;

mapName?: string

Generated

from protobuf field: optional string map_name = 1;

playerInfo: PlayerInfoExtra[]

Generated

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

Generated using TypeDoc