Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ENotificationReceiver.c
Go to the documentation of this file.
1
4
enum
ENotificationReceiver
5
{
6
UNKNOWN
= 0,
7
EVERYONE
= 1,
8
SPECIFIC_PLAYER
= 2,
9
10
PLAYER_GROUP
= 10,
11
12
GM_ONLY
= 20,
13
GM_OR_AFFECTED_PLAYER_ONLY
= 21,
14
15
LOCAL_ONLY
= 30,
16
LOCAL_GM_ONLY
= 31,
17
LOCAL_NON_GM_ONLY
= 32,
18
};
SPECIFIC_PLAYER
@ SPECIFIC_PLAYER
Definition:
ENotificationReceiver.c:8
GM_OR_AFFECTED_PLAYER_ONLY
@ GM_OR_AFFECTED_PLAYER_ONLY
Definition:
ENotificationReceiver.c:13
LOCAL_NON_GM_ONLY
@ LOCAL_NON_GM_ONLY
Definition:
ENotificationReceiver.c:17
ENotificationReceiver
ENotificationReceiver
Definition:
ENotificationReceiver.c:4
LOCAL_GM_ONLY
@ LOCAL_GM_ONLY
Definition:
ENotificationReceiver.c:16
LOCAL_ONLY
@ LOCAL_ONLY
Definition:
ENotificationReceiver.c:15
PLAYER_GROUP
@ PLAYER_GROUP
Definition:
ENotificationReceiver.c:10
UNKNOWN
@ UNKNOWN
Definition:
ENotificationReceiver.c:6
GM_ONLY
@ GM_ONLY
Definition:
ENotificationReceiver.c:12
EVERYONE
@ EVERYONE
Definition:
ENotificationReceiver.c:7
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Network
Notifications
ENotificationReceiver.c
Generated by
1.8.17