Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
fevernotfr.c
Go to the documentation of this file.
1
class
FeverNotfr
:
NotifierBase
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
};
NotifiersManager
void NotifiersManager(PlayerBase player)
Definition:
notifiersmanager.c:36
NotifierBase
Definition:
notifierbase.c:1
eNotifiers
eNotifiers
Definition:
notifiersmanager.c:1
FeverNotfr
Definition:
fevernotfr.c:1
DAYZ
scripts_v1.24.157551
scripts
world
classes
playernotifiers
notifiers
fevernotfr.c
Generated by
1.8.17