Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
fevernotfr.c
Go to the documentation of this file.
2{
3 void FeverNotfr(NotifiersManager manager)
4 {
5 m_Active = false;
6 }
7
8 override int GetNotifierType()
9 {
10 return eNotifiers.NTF_FEVERISH;
11 }
12
13 override void DisplayBadge()
14 {
15 // Print("FEVER");
17 }
18
19 override void HideBadge()
20 {
21
23 }
24
25};
void NotifiersManager(PlayerBase player)
eNotifiers