|
void | StomachItem (string class_name, float amount, NutritionalProfile profile, int foodstage, int agents, float temperature) |
|
string | GetClassName () |
|
int | GetFoodStage () |
|
void | SetFoodStage (int food_stage) |
|
float | GetAmount () |
|
void | AddAmount (float amount) |
|
void | AddAgents (int agents) |
|
float | GetTemperature () |
|
void | AddTemperature (float temperature, float fraction) |
|
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) |
|
◆ StomachItem()
◆ AddAgents()
void AddAgents |
( |
int |
agents | ) |
|
|
inlineprivate |
◆ AddAmount()
void AddAmount |
( |
float |
amount | ) |
|
|
inlineprivate |
◆ AddTemperature()
void AddTemperature |
( |
float |
temperature, |
|
|
float |
fraction |
|
) |
| |
|
inlineprivate |
◆ GetAmount()
◆ GetClassName()
◆ GetFoodStage()
◆ GetNutritions()
◆ GetTemperature()
◆ ProcessDigestion()
◆ SetFoodStage()
void SetFoodStage |
( |
int |
food_stage | ) |
|
|
inlineprivate |
◆ m_Agents
◆ m_Amount
◆ m_ClassName
◆ m_FoodStage
◆ m_Profile
◆ m_Temperature
protected float m_Temperature |
|
private |
The documentation for this class was generated from the following file: