DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Message commands

Переменные

const int NUM_OF_CHANNELS = 100
 
const int MSG_TEST_CHANNEL = 0
 
const int MSG_IMMUNE_REACTION = 1
 
const int MSG_STATS_SYNCED = 2
 
const int MSG_NOTIFIERS_TICK = 3
 

Подробное описание

\desc Messaging System - the numbers must be 0 or higher, and the highest number should not be bigger than NUM_OF_CHANNELS-1

Переменные

◆ MSG_IMMUNE_REACTION

const int MSG_IMMUNE_REACTION = 1

◆ MSG_NOTIFIERS_TICK

const int MSG_NOTIFIERS_TICK = 3

◆ MSG_STATS_SYNCED

const int MSG_STATS_SYNCED = 2

◆ MSG_TEST_CHANNEL

const int MSG_TEST_CHANNEL = 0

◆ NUM_OF_CHANNELS

const int NUM_OF_CHANNELS = 100

Используется в PluginBase::PluginMessageManager().