![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Enumerations | |
| enum | eBadgeLevel { NONE , FIRST , SECOND , THIRD } |
| enum eBadgeLevel |
| Enumerator | |
|---|---|
| NONE | |
| FIRST | |
| SECOND | |
| THIRD | |
Definition at line 1 of file _constants.c.
| enum eBadgeLevel DELM_BADGE_BLEEDING |
| enum eBadgeLevel DELM_BADGE_FRACTURE |
| enum eBadgeLevel DELM_BADGE_HEARTBEAT |
| enum eBadgeLevel DELM_BADGE_LEGS |
| enum eBadgeLevel DELM_BADGE_PILLS |
| enum eBadgeLevel DELM_BADGE_POISONED |
| enum eBadgeLevel DELM_BADGE_SICK |
| enum eBadgeLevel DELM_BADGE_STUFFED |
| enum eBadgeLevel DELM_BADGE_WET |
| enum eBadgeLevel DELM_STANCE |
| enum eBadgeLevel DELM_TDCY_BACTERIA |
| enum eBadgeLevel DELM_TDCY_BLOOD |
| enum eBadgeLevel DELM_TDCY_ENERGY |
| enum eBadgeLevel DELM_TDCY_HEALTH |
| enum eBadgeLevel DELM_TDCY_TEMPERATURE |
| enum eBadgeLevel DELM_TDCY_WATER |
| const int NTFKEY_BACTERIA = 13 |
Definition at line 45 of file _constants.c.
Referenced by PluginBase::PluginPlayerStatus(), and DisplayElementTendency::TendencyBacteria().
| const int NTFKEY_BLEEDISH = 10 |
Definition at line 42 of file _constants.c.
Referenced by DisplayElementBadge::BadgeBleeding(), Hud::DisplayBadge(), Hud::InitBadgesAndNotifiers(), PluginBase::PluginPlayerStatus(), and DisplayElementTendency::TendencyBlood().
| const int NTFKEY_BLOOD = 11 |
Definition at line 43 of file _constants.c.
| const int NTFKEY_FEVERISH = 7 |
Definition at line 39 of file _constants.c.
Referenced by Hud::DisplayNotifier(), Hud::InitBadgesAndNotifiers(), PluginBase::PluginPlayerStatus(), and DisplayElementTendency::TendencyTemperature().
| const int NTFKEY_FRACTURE = 5 |
Definition at line 37 of file _constants.c.
Referenced by DisplayElementBadge::BadgeFracture(), Hud::InitBadgesAndNotifiers(), and PluginBase::PluginPlayerStatus().
| const int NTFKEY_HEALTHY = 6 |
Definition at line 38 of file _constants.c.
Referenced by Hud::InitBadgesAndNotifiers(), PluginBase::PluginPlayerStatus(), and DisplayElementTendency::TendencyHealth().
| const int NTFKEY_HEARTBEAT = 16 |
Definition at line 48 of file _constants.c.
Referenced by DisplayElementBadge::BadgeHeartbeat().
| const int NTFKEY_HUNGRY = 2 |
Definition at line 34 of file _constants.c.
Referenced by Debug(), Hud::InitBadgesAndNotifiers(), PluginBase::PluginPlayerStatus(), and DisplayElementTendency::TendencyHunger().
| const int NTFKEY_LEGS = 17 |
Definition at line 49 of file _constants.c.
Referenced by DisplayElementBadge::BadgeLegs(), and Hud::InitBadgesAndNotifiers().
| const int NTFKEY_LIVES = 12 |
Definition at line 44 of file _constants.c.
Referenced by Hud::InitBadgesAndNotifiers().
| const int NTFKEY_PILLS = 15 |
Definition at line 47 of file _constants.c.
Referenced by DisplayElementBadge::BadgePills(), and Hud::InitBadgesAndNotifiers().
| const int NTFKEY_POISONED = 14 |
Definition at line 46 of file _constants.c.
Referenced by DisplayElementBadge::BadgePoisoned(), and Hud::InitBadgesAndNotifiers().
| const int NTFKEY_SICK = 8 |
Definition at line 40 of file _constants.c.
Referenced by DisplayElementBadge::BadgeSick(), and Hud::InitBadgesAndNotifiers().
| const int NTFKEY_STUFFED = 9 |
Definition at line 41 of file _constants.c.
Referenced by DisplayElementBadge::BadgeStuffed(), and Hud::InitBadgesAndNotifiers().
| enum eBadgeLevel NTFKEY_THIRSTY = 1 |
| const int NTFKEY_WARMTH = 3 |
Definition at line 35 of file _constants.c.
| const int NTFKEY_WETNESS = 4 |
Definition at line 36 of file _constants.c.
Referenced by DisplayElementBadge::BadgeWet(), and Hud::InitBadgesAndNotifiers().
| const int TENDENCY_DEC_HIGH = 6 |
Definition at line 58 of file _constants.c.
Referenced by NotifierBase::CalculateTendency().
| const int TENDENCY_DEC_LOW = 4 |
Definition at line 56 of file _constants.c.
Referenced by NotifierBase::CalculateTendency().
| const int TENDENCY_DEC_MED = 5 |
Definition at line 57 of file _constants.c.
Referenced by NotifierBase::CalculateTendency().
| const int TENDENCY_INC_HIGH = 3 |
Definition at line 55 of file _constants.c.
Referenced by NotifierBase::CalculateTendency().
| const int TENDENCY_INC_LOW = 1 |
Definition at line 53 of file _constants.c.
Referenced by NotifierBase::CalculateTendency().
| const int TENDENCY_INC_MED = 2 |
Definition at line 54 of file _constants.c.
Referenced by NotifierBase::CalculateTendency().
| const int TENDENCY_STABLE = 0 |
Definition at line 52 of file _constants.c.
Referenced by NotifierBase::CalculateTendency().