![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | ENotificationReceiver { UNKNOWN = 0, EVERYONE = 1, SPECIFIC_PLAYER = 2, PLAYER_GROUP = 10, GM_ONLY = 20, GM_OR_AFFECTED_PLAYER_ONLY = 21, LOCAL_ONLY = 30, LOCAL_GM_ONLY = 31, LOCAL_NON_GM_ONLY = 32 } |
To get who recieves the notification
| Enumerator | |
|---|---|
| UNKNOWN | |
| EVERYONE | |
| SPECIFIC_PLAYER | |
| PLAYER_GROUP | |
| GM_ONLY | |
| GM_OR_AFFECTED_PLAYER_ONLY | |
| LOCAL_ONLY | |
| LOCAL_GM_ONLY | |
| LOCAL_NON_GM_ONLY | |
Definition at line 4 of file ENotificationReceiver.c.