Enumeration RequestType

This matches the possible Request/Response types from "sc2api.ts".

This cannot be derived automatically because TypeScript interfaces do not exist at runtime.

Enumeration Members

Action: "action"
AvailableMaps: "availableMaps"
CreateGame: "createGame"
Data: "data"
Debug: "debug"
GameInfo: "gameInfo"
JoinGame: "joinGame"
LeaveGame: "leaveGame"
MapCommand: "mapCommand"
ObsAction: "obsAction"
Observation: "observation"
Ping: "ping"
Query: "query"
QuickLoad: "quickLoad"
QuickSave: "quickSave"
Quit: "quit"
ReplayInfo: "replayInfo"
RestartGame: "restartGame"
SaveMap: "saveMap"
SaveReplay: "saveReplay"
StartReplay: "startReplay"
Step: "step"

Generated using TypeDoc