DOTA_CHAT_MESSAGE Enum
The DOTA_CHAT_MESSAGE enum defines various types of chat messages that can appear. For example in combat events.
Enum Values
| Name | Value | Description |
|---|---|---|
CHAT_MESSAGE_INVALID | -1 | Represents an invalid chat message. |
CHAT_MESSAGE_HERO_KILL | 0 | Message for a hero kill. |
CHAT_MESSAGE_HERO_DENY | 1 | Message for a hero deny. |
CHAT_MESSAGE_BARRACKS_KILL | 2 | Message for barracks destruction. |
CHAT_MESSAGE_TOWER_KILL | 3 | Message for tower destruction. |
CHAT_MESSAGE_TOWER_DENY | 4 | Message for tower deny. |
CHAT_MESSAGE_FIRSTBLOOD | 5 | Message for first blood. |
CHAT_MESSAGE_STREAK_KILL | 6 | Message for a kill streak. |
CHAT_MESSAGE_BUYBACK | 7 | Message for a player buying back into the game. |
CHAT_MESSAGE_AEGIS | 8 | Message for picking up or using the Aegis. |
CHAT_MESSAGE_ROSHAN_KILL | 9 | Message for killing Roshan. |
CHAT_MESSAGE_COURIER_LOST | 10 | Message for a courier being killed. |
CHAT_MESSAGE_COURIER_RESPAWNED | 11 | Message for a courier respawning. |
CHAT_MESSAGE_GLYPH_USED | 12 | Message for glyph usage. |
CHAT_MESSAGE_ITEM_PURCHASE | 13 | Message for item purchase. |
CHAT_MESSAGE_CONNECT | 14 | Message for a player connecting to the game. |
CHAT_MESSAGE_DISCONNECT | 15 | Message for a player disconnecting from the game. |
CHAT_MESSAGE_DISCONNECT_WAIT_FOR_RECONNECT | 16 | Message for a disconnect with time to reconnect. |
CHAT_MESSAGE_DISCONNECT_TIME_REMAINING | 17 | Message for time remaining before disconnect penalty. |
CHAT_MESSAGE_DISCONNECT_TIME_REMAINING_PLURAL | 18 | Message for plural disconnect time remaining. |
CHAT_MESSAGE_RECONNECT | 19 | Message for a player reconnecting to the game. |
CHAT_MESSAGE_PLAYER_LEFT | 20 | Message for a player leaving the game. |
CHAT_MESSAGE_SAFE_TO_LEAVE | 21 | Message indicating it is safe to leave the game. |
CHAT_MESSAGE_RUNE_PICKUP | 22 | Message for picking up a rune. |
CHAT_MESSAGE_RUNE_BOTTLE | 23 | Message for bottling a rune. |
CHAT_MESSAGE_RUNE_DENY | 114 | Message for denying a rune. |
CHAT_MESSAGE_INTHEBAG | 24 | Message for "It's in the bag!" declaration. |
CHAT_MESSAGE_SECRETSHOP | 25 | Message for using the secret shop. |
CHAT_MESSAGE_ITEM_AUTOPURCHASED | 26 | Message for items auto-purchased. |
CHAT_MESSAGE_ITEMS_COMBINED | 27 | Message for combining items. |
CHAT_MESSAGE_SUPER_CREEPS | 28 | Message for upgrading to super creeps. |
CHAT_MESSAGE_CANT_USE_ACTION_ITEM | 29 | Message for attempting to use an unavailable item. |
CHAT_MESSAGE_CANTPAUSE | 31 | Message indicating a pause cannot be initiated. |
CHAT_MESSAGE_NOPAUSESLEFT | 32 | Message indicating no pauses are remaining. |
CHAT_MESSAGE_CANTPAUSEYET | 33 | Message indicating a pause cannot be used yet. |
CHAT_MESSAGE_PAUSED | 34 | Message indicating the game is paused. |
CHAT_MESSAGE_UNPAUSE_COUNTDOWN | 35 | Message for the unpause countdown. |
CHAT_MESSAGE_UNPAUSED | 36 | Message indicating the game has been unpaused. |
CHAT_MESSAGE_AUTO_UNPAUSED | 37 | Message indicating the game was auto-unpaused. |
CHAT_MESSAGE_YOUPAUSED | 38 | Message indicating that you paused the game. |
CHAT_MESSAGE_CANTUNPAUSETEAM | 39 | Message indicating the team cannot unpause. |