![]() |
Dayz Explorer 1.28.160049
|
Variables | |
| const string | SYSTEM_CHAT_MSG = "system_chat_msg" |
| const string | GLOBAL_CHAT_MSG = "global_chat_msg" |
| const string | DIRECT_CHAT_MSG = "direct_chat_msg" |
| const string | VEHICLE_CHAT_MSG = "vehicle_chat_msg" |
| const string | RADIO_CHAT_MSG = "radio_chat_msg" |
| const string | GAME_CHAT_MSG = "game_chat_msg" |
| const string | ADMIN_CHAT_MSG = "admin_chat_msg" |
| const string | PLAYER_CHAT_MSG = "player_chat_msg" |
\desc Constants for toggle chat messages type visibility
| const string ADMIN_CHAT_MSG = "admin_chat_msg" |
Definition at line 591 of file constants.c.
| const string DIRECT_CHAT_MSG = "direct_chat_msg" |
Definition at line 587 of file constants.c.
| const string GAME_CHAT_MSG = "game_chat_msg" |
Definition at line 590 of file constants.c.
| const string GLOBAL_CHAT_MSG = "global_chat_msg" |
Definition at line 586 of file constants.c.
| const string PLAYER_CHAT_MSG = "player_chat_msg" |
Definition at line 592 of file constants.c.
| const string RADIO_CHAT_MSG = "radio_chat_msg" |
Definition at line 589 of file constants.c.
| const string SYSTEM_CHAT_MSG = "system_chat_msg" |
Definition at line 585 of file constants.c.
| const string VEHICLE_CHAT_MSG = "vehicle_chat_msg" |
Definition at line 588 of file constants.c.