Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
notifiersmanager.c File Reference

Go to the source code of this file.

Enumerations

enum  eNotifiers {
  NTF_HEALTHY , NTF_BLEEDISH , NTF_HUNGRY , NTF_THIRSTY ,
  NTF_STUFFED , NTF_SICK , NTF_WETNESS , NTF_WARMTH ,
  NTF_FEVERISH , NTF_BLOOD , NTF_LIVES , NTF_STAMINA ,
  NTF_PILLS , NTF_HEARTBEAT , NTF_FRACTURE , NTF_LEGS ,
  NTF_COUNT
}

Variables

enum eNotifiers MAX_COUNT = 64
ref array< ref NotifierBasem_Notifiers
NotifierBase m_NotifiersStatic [MAX_COUNT]
PlayerBase m_Player
ref VirtualHud m_VirtualHud
int m_MinTickTime
string m_System = "Notifiers"

Enumeration Type Documentation

◆ eNotifiers

enum eNotifiers
Enumerator
NTF_HEALTHY 
NTF_BLEEDISH 
NTF_HUNGRY 
NTF_THIRSTY 
NTF_STUFFED 
NTF_SICK 
NTF_WETNESS 
NTF_WARMTH 
NTF_FEVERISH 
NTF_BLOOD 
NTF_LIVES 
NTF_STAMINA 
NTF_PILLS 
NTF_HEARTBEAT 
NTF_FRACTURE 
NTF_LEGS 
NTF_COUNT 

Definition at line 2 of file notifiersmanager.c.

Variable Documentation

◆ m_MinTickTime

int m_MinTickTime

Definition at line 32 of file notifiersmanager.c.

◆ m_Notifiers

ref array<ref NotifierBase> m_Notifiers

Definition at line 28 of file notifiersmanager.c.

◆ m_NotifiersStatic

NotifierBase m_NotifiersStatic[MAX_COUNT]

Definition at line 29 of file notifiersmanager.c.

◆ m_Player

Definition at line 30 of file notifiersmanager.c.

◆ m_System

string m_System = "Notifiers"

Definition at line 33 of file notifiersmanager.c.

◆ m_VirtualHud

ref VirtualHud m_VirtualHud

Definition at line 31 of file notifiersmanager.c.

◆ MAX_COUNT

enum eNotifiers MAX_COUNT = 64