Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
ChatMessagesVisibility

\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"
 

Detailed Description

\desc Constants for toggle chat messages type visibility

Variable Documentation

◆ ADMIN_CHAT_MSG

const string ADMIN_CHAT_MSG = "admin_chat_msg"

Definition at line 546 of file constants.c.

◆ DIRECT_CHAT_MSG

const string DIRECT_CHAT_MSG = "direct_chat_msg"

Definition at line 542 of file constants.c.

◆ GAME_CHAT_MSG

const string GAME_CHAT_MSG = "game_chat_msg"

Definition at line 545 of file constants.c.

◆ GLOBAL_CHAT_MSG

const string GLOBAL_CHAT_MSG = "global_chat_msg"

Definition at line 541 of file constants.c.

◆ PLAYER_CHAT_MSG

const string PLAYER_CHAT_MSG = "player_chat_msg"

Definition at line 547 of file constants.c.

◆ RADIO_CHAT_MSG

const string RADIO_CHAT_MSG = "radio_chat_msg"

Definition at line 544 of file constants.c.

◆ SYSTEM_CHAT_MSG

const string SYSTEM_CHAT_MSG = "system_chat_msg"

Definition at line 540 of file constants.c.

◆ VEHICLE_CHAT_MSG

const string VEHICLE_CHAT_MSG = "vehicle_chat_msg"

Definition at line 543 of file constants.c.