![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Enumerations | |
| enum | eBloodyHandsTypes { CLEAN = 0 , SALMONELA , JUST_BLOOD , LAST_INDEX } |
Variables | |
| enum eBloodyHandsTypes | BEARD_EXTRA = 3 |
| enum eBloodyHandsTypes | BEARD_LARGE = 2 |
| enum eBloodyHandsTypes | BEARD_MEDIUM = 1 |
| enum eBloodyHandsTypes | BEARD_NONE = 0 |
| enum eBloodyHandsTypes | COUNT = 4 |
| static const int | LIFESPAN_MAX = 240 |
| enum eBloodyHandsTypes | LIFESPAN_MIN = 0 |
| ref map< PlayerBase, int > | m_BloodType |
| ref map< string, ref BloodyHands > | m_BloodyHands |
| int | m_FakePlaytime |
| ref map< string, ref array< ref LifespanLevel > > | m_LifespanLevels |
| ref map< PlayerBase, ref LifespanLevel > | m_PlayerCurrentLevel |
| enum eBloodyHandsTypes |
| Enumerator | |
|---|---|
| CLEAN | |
| SALMONELA | |
| JUST_BLOOD | |
| LAST_INDEX | |
Definition at line 8 of file pluginlifespan.c.
|
protected |
Definition at line 485 of file pluginlifespan.c.
Referenced by UpdateBloodyHandsVisibility(), and UpdateBloodyHandsVisibilityEx().
|
protected |
Definition at line 207 of file pluginlifespan.c.
References g_Game, m_FakePlaytime, and UpdateLifespan().
|
protected |
Definition at line 533 of file pluginlifespan.c.
References LifespanLevel::GetMaterialName(), and m_PlayerCurrentLevel.
|
protected |
Definition at line 523 of file pluginlifespan.c.
References LifespanLevel::GetTextureName(), and m_PlayerCurrentLevel.
|
staticprotected |
Definition at line 40 of file pluginlifespan.c.
References GetPlugin(), and PluginLifespan().
|
protected |
Definition at line 271 of file pluginlifespan.c.
References LifespanLevel::GetThreshold(), and m_LifespanLevels.
Referenced by UpdateLifespanLevel().
|
protected |
Definition at line 56 of file pluginlifespan.c.
References g_Game, LIFESPAN_MAX, LIFESPAN_MIN, m_BloodyHands, and m_LifespanLevels.
|
protected |
Definition at line 45 of file pluginlifespan.c.
References PluginBase::LoadFromCfg(), m_BloodType, m_FakePlaytime, and m_PlayerCurrentLevel.
Referenced by ActionEatMeat::ApplyModifiers(), RecipeBase::Do(), GetInstance(), ManBase::Init(), VomitSymptom::OnAnimationFinish(), SymptomBase::OnAnimationStart(), ActionInteractLoopBase::OnEndServer(), ActionWashHandsItem::OnEndServer(), OnEndServer(), ActionTestBloodTarget::OnFinishProgressServer(), ActionWashHandsItemContinuous::OnFinishProgressServer(), OnFinishProgressServer(), ActionTestBloodTarget::OnStartServer(), ManBase::ResetPlayer(), RecipeBase::SetBloodyHands(), and MissionBase::UpdatePlayersStats().
|
protected |
Definition at line 449 of file pluginlifespan.c.
References BloodyHands::MATERIAL_TYPE_BLOODY, BloodyHands::MATERIAL_TYPE_NORMAL, and SetHandsMaterial().
Referenced by PrepareAnimal::Do(), RecipeBase::Do(), and UpdateBloodyHandsVisibility().
|
protected |
Definition at line 434 of file pluginlifespan.c.
References BloodyHands::MATERIAL_TYPE_BLOODY, BloodyHands::MATERIAL_TYPE_NORMAL, and SetHandsMaterial().
Referenced by UpdateBloodyHandsVisibilityEx().
|
protected |
Definition at line 463 of file pluginlifespan.c.
References InventorySlots::GetSlotIdFromString(), and m_BloodyHands.
Referenced by SetBloodyHands(), and SetBloodyHandsEx().
|
protected |
Definition at line 291 of file pluginlifespan.c.
References LifespanLevel::GetLevel(), LifespanLevel::GetMaterialName(), InventorySlots::GetSlotIdFromString(), LifespanLevel::GetTextureName(), m_LifespanLevels, and Print().
Referenced by UpdateLifespanLevel().
|
protected |
Definition at line 365 of file pluginlifespan.c.
References LIFESPAN_MAX, LIFESPAN_MIN, Print(), and UpdateLifespanLevel().
Referenced by SynchLifespanVisual().
|
protected |
Definition at line 428 of file pluginlifespan.c.
References UpdateBloodyHandsVisibility().
Referenced by SynchLifespanVisual().
|
protected |
Definition at line 199 of file pluginlifespan.c.
References SynchBeardVisual(), SynchBloodyHandsVisual(), SynchShowBloodType(), and SynchShowBloodTypeVisual().
|
protected |
Definition at line 514 of file pluginlifespan.c.
References UpdateBloodType().
Referenced by SynchLifespanVisual().
|
protected |
Definition at line 509 of file pluginlifespan.c.
References UpdateBloodTypeVisibility().
Referenced by SynchLifespanVisual().
|
protected |
Definition at line 504 of file pluginlifespan.c.
Referenced by SynchShowBloodType().
|
protected |
Definition at line 494 of file pluginlifespan.c.
Referenced by SynchShowBloodTypeVisual().
|
protected |
Definition at line 420 of file pluginlifespan.c.
References CanMakeHandsBloody(), and SetBloodyHands().
Referenced by SynchBloodyHandsVisual().
|
protected |
Definition at line 412 of file pluginlifespan.c.
References CanMakeHandsBloody(), and SetBloodyHandsEx().
|
protected |
Definition at line 220 of file pluginlifespan.c.
References g_Game, m_FakePlaytime, AnalyticsManagerServer::STAT_PLAYTIME, and UpdateLifespanLevel().
Referenced by ChangeFakePlaytime().
|
protected |
Definition at line 236 of file pluginlifespan.c.
References GetLifespanLevel(), LifespanLevel::GetThreshold(), m_LifespanLevels, m_PlayerCurrentLevel, and SetPlayerLifespanLevel().
Referenced by SynchBeardVisual(), and UpdateLifespan().
| enum eBloodyHandsTypes BEARD_EXTRA = 3 |
| enum eBloodyHandsTypes BEARD_LARGE = 2 |
| enum eBloodyHandsTypes BEARD_MEDIUM = 1 |
| enum eBloodyHandsTypes BEARD_NONE = 0 |
| enum eBloodyHandsTypes COUNT = 4 |
|
staticprotected |
Definition at line 29 of file pluginlifespan.c.
Referenced by LoadFromCfg(), and SynchBeardVisual().
| enum eBloodyHandsTypes LIFESPAN_MIN = 0 |
Referenced by LoadFromCfg(), and SynchBeardVisual().
|
protected |
Definition at line 35 of file pluginlifespan.c.
Referenced by PluginLifespan().
|
protected |
Definition at line 34 of file pluginlifespan.c.
Referenced by LoadFromCfg(), and SetHandsMaterial().
|
protected |
Definition at line 30 of file pluginlifespan.c.
Referenced by ChangeFakePlaytime(), PluginLifespan(), and UpdateLifespan().
|
protected |
Definition at line 33 of file pluginlifespan.c.
Referenced by GetLifespanLevel(), LoadFromCfg(), SetPlayerLifespanLevel(), and UpdateLifespanLevel().
|
protected |
Definition at line 32 of file pluginlifespan.c.
Referenced by GetCurrentHeadMaterial(), GetCurrentHeadTexture(), PluginLifespan(), and UpdateLifespanLevel().