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

◆ GetTimeToCook()

float GetTimeToCook ( Edible_Base item_to_cook,
CookingMethodType cooking_method )
protected

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

474 {
475 FoodStageType food_stage_type = item_to_cook.GetNextFoodStageType( cooking_method );
476 return FoodStage.GetCookingPropertyFromIndex( eCookingPropertyIndices.COOK_TIME, food_stage_type, null, item_to_cook.GetType());
477 }
FoodStageType
Определения FoodStage.c:2
FoodStageType GetNextFoodStageType(CookingMethodType cooking_method)
Определения Edible_Base.c:603

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