DIFF

class StomachItemSource

Constructors 1

void StomachItem(string class_name, float amount, NutritionalProfile profile, int foodstage, int agents, float temperature)
References m_Agents, m_Amount, m_ClassName
Show 3 more, m_FoodStage, m_Profile, and m_Temperature

Members 6

int m_FoodStage
protected float m_Temperature

Methods 10

string GetClassName()
References m_ClassName
int GetFoodStage()
References m_FoodStage
void SetFoodStage(int food_stage)
References m_FoodStage
void AddAmount(float amount)
References m_Amount
void AddAgents(int agents)
References m_Agents
void AddTemperature(float temperature, float fraction)
References m_Temperature
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)
Referenced by ProcessDigestion()