![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | NutritionalProfile (float energy=0.0, float water_content=0.0, float nutritional_index=0.0, float fullness_index=0.0, float toxicity=0.0, int agents=0.0, float digestibility=0.0) |
| DEPRECATED - used as the structure with direct access. | |
| int | GetAgents () |
| float | GetDigestibility () |
| float | GetEnergy () |
| float | GetFullnessIndex () |
| string | GetLiquidClassname () |
| int | GetLiquidType () |
| float | GetNutritionalIndex () |
| float | GetToxicity () |
| float | GetWaterContent () |
| bool | IsLiquid () |
| void | MarkAsLiquid (int liquid_type, string classname) |
Definition at line 1 of file nutritionalprofile.c.
|
inlineprivate |
DEPRECATED - used as the structure with direct access.
Definition at line 15 of file nutritionalprofile.c.
References m_Agents, m_Digestibility, m_Energy, m_FullnessIndex, m_NutritionalIndex, m_Toxicity, and m_WaterContent.
|
inlineprivate |
Definition at line 32 of file nutritionalprofile.c.
References m_Agents.
Referenced by AddToStomach().
|
inlineprivate |
Definition at line 77 of file nutritionalprofile.c.
References m_Digestibility.
Referenced by StomachItem::GetNutritions().
|
inlineprivate |
Definition at line 52 of file nutritionalprofile.c.
References m_Energy.
Referenced by StomachItem::GetNutritions().
|
inlineprivate |
Definition at line 67 of file nutritionalprofile.c.
References m_FullnessIndex.
|
inlineprivate |
Definition at line 42 of file nutritionalprofile.c.
References m_LiquidClassname.
|
inlineprivate |
Definition at line 37 of file nutritionalprofile.c.
References m_LiquidType.
|
inlineprivate |
Definition at line 62 of file nutritionalprofile.c.
References m_NutritionalIndex.
|
inlineprivate |
Definition at line 72 of file nutritionalprofile.c.
References m_Toxicity.
Referenced by StomachItem::GetNutritions().
|
inlineprivate |
Definition at line 57 of file nutritionalprofile.c.
References m_WaterContent.
Referenced by StomachItem::GetNutritions().
|
inlineprivate |
Definition at line 47 of file nutritionalprofile.c.
References m_LiquidType.
Referenced by AddToStomach().
Definition at line 26 of file nutritionalprofile.c.
References m_LiquidClassname, and m_LiquidType.
Referenced by SetUpNutritionalProfile().
|
private |
Definition at line 9 of file nutritionalprofile.c.
Referenced by NutritionalProfile(), Edible_Base::FilterAgents(), GetAgents(), Edible_Base::GetNutritionalProfile(), and SetUpNutritionalProfile().
|
private |
Definition at line 12 of file nutritionalprofile.c.
Referenced by Edible_Base::FilterAgents(), Edible_Base::GetNutritionalProfile(), ProcessNutrients(), and SetUpNutritionalProfile().
|
private |
Definition at line 11 of file nutritionalprofile.c.
Referenced by NutritionalProfile(), GetDigestibility(), Edible_Base::GetNutritionalProfile(), and SetUpNutritionalProfile().
|
private |
Definition at line 3 of file nutritionalprofile.c.
Referenced by NutritionalProfile(), GetEnergy(), Edible_Base::GetNutritionalProfile(), and SetUpNutritionalProfile().
|
private |
Definition at line 6 of file nutritionalprofile.c.
Referenced by NutritionalProfile(), GetFullnessIndex(), Edible_Base::GetNutritionalProfile(), and SetUpNutritionalProfile().
|
private |
Definition at line 10 of file nutritionalprofile.c.
Referenced by GetLiquidClassname(), and MarkAsLiquid().
|
private |
Definition at line 8 of file nutritionalprofile.c.
Referenced by GetLiquidType(), IsLiquid(), and MarkAsLiquid().
|
private |
Definition at line 5 of file nutritionalprofile.c.
Referenced by NutritionalProfile(), GetNutritionalIndex(), Edible_Base::GetNutritionalProfile(), and SetUpNutritionalProfile().
|
private |
Definition at line 7 of file nutritionalprofile.c.
Referenced by NutritionalProfile(), Edible_Base::GetNutritionalProfile(), GetToxicity(), and SetUpNutritionalProfile().
|
private |
Definition at line 4 of file nutritionalprofile.c.
Referenced by NutritionalProfile(), Edible_Base::GetNutritionalProfile(), GetWaterContent(), and SetUpNutritionalProfile().