Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
pillsnotfr.c
Go to the documentation of this file.
1
class
PillsNotfr
:
NotifierBase
2
{
3
void
PillsNotfr
(
NotifiersManager
manager)
4
{
5
m_Active =
false
;
6
}
7
8
override
int
GetNotifierType()
9
{
10
return
eNotifiers
.NTF_PILLS;
11
}
12
13
override
void
DisplayBadge()
14
{
15
16
DisplayElementBadge
dis_elm =
DisplayElementBadge
.Cast(
GetVirtualHud
().
GetElement
(eDisplayElements.DELM_BADGE_PILLS));
17
18
if
( dis_elm )
19
{
20
dis_elm.SetLevel(
eBadgeLevel
.FIRST);
21
}
22
}
23
24
override
void
HideBadge()
25
{
26
27
DisplayElementBadge
dis_elm =
DisplayElementBadge
.Cast(
GetVirtualHud
().
GetElement
(eDisplayElements.DELM_BADGE_PILLS));
28
29
if
( dis_elm )
30
{
31
dis_elm.SetLevel(
eBadgeLevel
.NONE);
32
}
33
}
34
};
eBadgeLevel
eBadgeLevel
Definition
_constants.c:2
DisplayElementBadge
Definition
badgebleeding.c:2
NotifierBase
Definition
notifierbase.c:2
PillsNotfr
Definition
pillsnotfr.c:2
GetElement
DisplayElementBase GetElement(eDisplayElements element_id)
Definition
displaystatus.c:95
NotifiersManager
void NotifiersManager(PlayerBase player)
Definition
notifiersmanager.c:36
eNotifiers
eNotifiers
Definition
notifiersmanager.c:2
GetVirtualHud
VirtualHud GetVirtualHud()
Definition
notifiersmanager.c:77
Daten
4_world
classes
playernotifiers
notifiers
pillsnotfr.c
Generated by
1.12.0