Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
\desc Constants for toggle chat messages type visibility More...
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 546 of file constants.c.
const string DIRECT_CHAT_MSG = "direct_chat_msg" |
Definition at line 542 of file constants.c.
const string GAME_CHAT_MSG = "game_chat_msg" |
Definition at line 545 of file constants.c.
const string GLOBAL_CHAT_MSG = "global_chat_msg" |
Definition at line 541 of file constants.c.
const string PLAYER_CHAT_MSG = "player_chat_msg" |
Definition at line 547 of file constants.c.
const string RADIO_CHAT_MSG = "radio_chat_msg" |
Definition at line 544 of file constants.c.
const string SYSTEM_CHAT_MSG = "system_chat_msg" |
Definition at line 540 of file constants.c.
const string VEHICLE_CHAT_MSG = "vehicle_chat_msg" |
Definition at line 543 of file constants.c.