![]() |
Dayz Explorer 1.29.162510
|
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 NotifierBase > | m_Notifiers |
| NotifierBase | m_NotifiersStatic [MAX_COUNT] |
| PlayerBase | m_Player |
| ref VirtualHud | m_VirtualHud |
| int | m_MinTickTime |
| string | m_System = "Notifiers" |
| enum eNotifiers |
Definition at line 2 of file notifiersmanager.c.
| int m_MinTickTime |
Definition at line 32 of file notifiersmanager.c.
| ref array<ref NotifierBase> m_Notifiers |
Definition at line 28 of file notifiersmanager.c.
| NotifierBase m_NotifiersStatic[MAX_COUNT] |
Definition at line 29 of file notifiersmanager.c.
Definition at line 30 of file notifiersmanager.c.
| string m_System = "Notifiers" |
Definition at line 33 of file notifiersmanager.c.
| ref VirtualHud m_VirtualHud |
Definition at line 31 of file notifiersmanager.c.
| enum eNotifiers MAX_COUNT = 64 |