Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
badgestuffed.c
Go to the documentation of this file.
1 class BadgeStuffed extends DisplayElementBadge
2 {
3  void BadgeStuffed(PlayerBase player)
4  {
5  NUM_OF_BITS = 2;
7  m_Type = eDisplayElements.DELM_BADGE_STUFFED;
8  }
9 }
NTFKEY_STUFFED
const int NTFKEY_STUFFED
Definition: _constants.c:41
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