Interface ResponseJoinGame

Generated

from protobuf message SC2APIProtocol.ResponseJoinGame

interface ResponseJoinGame {
    error?: ResponseJoinGame_Error;
    errorDetails?: string;
    playerId?: number;
}

Properties

Generated

from protobuf field: optional SC2APIProtocol.ResponseJoinGame.Error error = 2;

errorDetails?: string

Generated

from protobuf field: optional string error_details = 3;

playerId?: number

Generated

from protobuf field: optional uint32 player_id = 1;

Generated using TypeDoc