Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
\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 | 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
const int MSG_IMMUNE_REACTION = 1 |
Definition at line 327 of file constants.c.
const int MSG_NOTIFIERS_TICK = 3 |
Definition at line 329 of file constants.c.
const int MSG_STATS_SYNCED = 2 |
Definition at line 328 of file constants.c.
const int MSG_TEST_CHANNEL = 0 |
Definition at line 326 of file constants.c.
const int NUM_OF_CHANNELS = 100 |
Definition at line 325 of file constants.c.