Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
badgebleeding.c
Go to the documentation of this file.
1
class
BadgeBleeding
extends
DisplayElementBadge
2
{
3
void
BadgeBleeding(
PlayerBase
player)
4
{
5
NUM_OF_BITS = 1;
6
m_Key
=
NTFKEY_BLEEDISH
;
7
m_Type
= eDisplayElements.DELM_BADGE_BLEEDING;
8
m_IsClientOnly =
true
;
9
}
10
11
override
void
UpdateHUD()
12
{
13
super.UpdateHUD();
14
}
15
}
m_Key
string m_Key
Definition:
enentity.c:4
m_Type
eBleedingSourceType m_Type
Definition:
bleedingsource.c:25
DisplayElementBadge
Definition:
badgebleeding.c:1
PlayerBase
Definition:
playerbaseclient.c:1
NTFKEY_BLEEDISH
const int NTFKEY_BLEEDISH
Definition:
_constants.c:42
DAYZ
scripts_v1.24.157551
scripts
world
classes
virtualhud
elements
badge
badgebleeding.c
Generated by
1.8.17