Interface ResponseRestartGame

The defaultRestartGameLoops is specified to be (1<<18) by default

Generated

from protobuf message SC2APIProtocol.ResponseRestartGame

interface ResponseRestartGame {
    error?: ResponseRestartGame_Error;
    errorDetails?: string;
    needHardReset?: boolean;
}

Properties

Generated

from protobuf field: optional SC2APIProtocol.ResponseRestartGame.Error error = 1;

errorDetails?: string

Generated

from protobuf field: optional string error_details = 2;

needHardReset?: boolean

Generated

from protobuf field: optional bool need_hard_reset = 3;

Generated using TypeDoc