DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetMinTempToCook()

float GetMinTempToCook ( Edible_Base item_to_cook,
CookingMethodType cooking_method )
protected

См. определение в файле Cooking.c строка 479

480 {
481 FoodStageType food_stage_type = item_to_cook.GetNextFoodStageType( cooking_method );
482 return FoodStage.GetCookingPropertyFromIndex( eCookingPropertyIndices.MIN_TEMP, food_stage_type, null, item_to_cook.GetType());
483 }
FoodStageType
Определения FoodStage.c:2
FoodStageType GetNextFoodStageType(CookingMethodType cooking_method)
Определения Edible_Base.c:603

Перекрестные ссылки Edible_Base::GetNextFoodStageType().