-
Notifications
You must be signed in to change notification settings - Fork 367
T_Aurora_Profiles_Dota_2_GSI_Nodes_DOTA_GameState
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Enum list for each Game State
Namespace: Aurora.Profiles.Dota_2.GSI.Nodes
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
public enum DOTA_GameState
Member name | Value | Description | |
---|---|---|---|
Undefined | 0 | Undefined | |
DOTA_GAMERULES_STATE_DISCONNECT | 1 | Disconnected | |
DOTA_GAMERULES_STATE_GAME_IN_PROGRESS | 2 | Game is in progress | |
DOTA_GAMERULES_STATE_HERO_SELECTION | 3 | Players are currently selecting heroes | |
DOTA_GAMERULES_STATE_INIT | 4 | Game is starting | |
DOTA_GAMERULES_STATE_LAST | 5 | Game is ending | |
DOTA_GAMERULES_STATE_POST_GAME | 6 | Game has ended, post game scoreboard | |
DOTA_GAMERULES_STATE_PRE_GAME | 7 | Game has started, pre game preparations | |
DOTA_GAMERULES_STATE_STRATEGY_TIME | 8 | Players are selecting/banning heroes | |
DOTA_GAMERULES_STATE_WAIT_FOR_PLAYERS_TO_LOAD | 9 | Waiting for everyone to connect and load | |
DOTA_GAMERULES_STATE_CUSTOM_GAME_SETUP | 10 | Game is a custom game |