Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Message commands

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

Variables

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

Detailed Description

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

Variable Documentation

◆ MSG_IMMUNE_REACTION

const int MSG_IMMUNE_REACTION = 1

Definition at line 337 of file constants.c.

◆ MSG_NOTIFIERS_TICK

const int MSG_NOTIFIERS_TICK = 3

Definition at line 339 of file constants.c.

◆ MSG_STATS_SYNCED

const int MSG_STATS_SYNCED = 2

Definition at line 338 of file constants.c.

◆ MSG_TEST_CHANNEL

const int MSG_TEST_CHANNEL = 0

Definition at line 336 of file constants.c.

◆ NUM_OF_CHANNELS

const int NUM_OF_CHANNELS = 100

Definition at line 335 of file constants.c.

Referenced by PluginBase::PluginMessageManager().