Generated

from protobuf enum SC2APIProtocol.Status

Enumeration Members

UNSPECIFIED$: 0

Generated

synthetic value - protobuf-ts requires all enums to have a 0 value

ended: 5

Game has ended, can still request game info, but ready for a new game.

Generated

from protobuf enum value: ended = 5;

in_game: 3

In a single or multiplayer game.

Generated

from protobuf enum value: in_game = 3;

in_replay: 4

In a replay.

Generated

from protobuf enum value: in_replay = 4;

init_game: 2

Create game has been called, and the host is awaiting players.

Generated

from protobuf enum value: init_game = 2;

launched: 1

Game has been launch and is not yet doing anything.

Generated

from protobuf enum value: launched = 1;

quit: 6

Application is shutting down.

Generated

from protobuf enum value: quit = 6;

unknown: 99

Should not happen, but indicates an error if it occurs.

Generated

from protobuf enum value: unknown = 99;

Generated using TypeDoc