DayZ 1.24
|
Private Member Functions | |
void | StomachItem (string class_name, float amount, NutritionalProfile profile, int foodstage, int agents) |
string | GetClassName () |
int | GetFoodStage () |
void | SetFoodStage (int food_stage) |
float | GetAmount () |
void | AddAmount (float amount) |
void | AddAgents (int agents) |
bool | ProcessDigestion (float digestion_points, out float water, out float energy, out float toxicity, out float volume, out int agents, out float consumed_amount) |
float | GetNutritions (float digestion_points, NutritionalProfile profile, out float water, out float energy, out float toxicity) |
Private Attributes | |
ref NutritionalProfile | m_Profile |
float | m_Amount |
int | m_FoodStage |
string | m_ClassName |
int | m_Agents |
Definition at line 1 of file PlayerStomach.c.
|
inlineprivate |
Definition at line 10 of file PlayerStomach.c.
References class_name, m_Agents, m_Amount, m_ClassName, m_FoodStage, and m_Profile.
Definition at line 54 of file PlayerStomach.c.
References m_Amount.
|
inlineprivate |
|
inlineprivate |
Definition at line 20 of file PlayerStomach.c.
References m_ClassName.
|
inlineprivate |
Definition at line 37 of file PlayerStomach.c.
References m_FoodStage.
|
inlineprivate |
Definition at line 75 of file PlayerStomach.c.
References m_Amount.
Referenced by ProcessDigestion().
|
inlineprivate |
Definition at line 66 of file PlayerStomach.c.
References GetNutritions(), m_Agents, m_Amount, and m_Profile.
Definition at line 42 of file PlayerStomach.c.
References m_FoodStage.
|
private |
Definition at line 8 of file PlayerStomach.c.
Referenced by AddAgents(), ProcessDigestion(), and StomachItem().
|
private |
Definition at line 4 of file PlayerStomach.c.
Referenced by AddAmount(), GetAmount(), GetNutritions(), ProcessDigestion(), and StomachItem().
|
private |
Definition at line 7 of file PlayerStomach.c.
Referenced by GetClassName(), and StomachItem().
|
private |
Definition at line 5 of file PlayerStomach.c.
Referenced by GetFoodStage(), SetFoodStage(), and StomachItem().
|
private |
Definition at line 3 of file PlayerStomach.c.
Referenced by ProcessDigestion(), and StomachItem().