Generated

from protobuf message SC2APIProtocol.PlayerResult

interface PlayerResult {
    playerId?: number;
    result?: Result;
}

Properties

Properties

playerId?: number

Generated

from protobuf field: optional uint32 player_id = 1;

result?: Result

Generated

from protobuf field: optional SC2APIProtocol.Result result = 2;

Generated using TypeDoc