Dayz Explorer
1.29.162510
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::HideBadge
void HideBadge()
NotifierBase::DisplayBadge
void DisplayBadge()
GetElement
DisplayElementBase GetElement(eDisplayElements element_id)
Definition
displaystatus.c:96
eNotifiers
eNotifiers
Definition
notifiersmanager.c:3
Daten
4_world
classes
playernotifiers
notifiers
pillsnotfr.c
Generated by
1.16.1