Защищенные члены | |
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) |
Защищенные данные | |
float | m_Temperature |
Закрытые данные | |
ref NutritionalProfile | m_Profile |
float | m_Amount |
int | m_FoodStage |
string | m_ClassName |
int | m_Agents |
См. определение в файле PlayerStomach.c строка 1