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 
5 {
6  UNKNOWN = 0,
7  EVERYONE = 1,
9 
11 
12  GM_ONLY = 20,
14 
15  LOCAL_ONLY = 30,
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