DayZ 1.26
DayZ Explorer by KGB
|
Перечисления | |
enum | CookingMethodType { NONE = 0 , BAKING = 1 , BOILING = 2 , DRYING = 3 , TIME = 4 , COUNT } |
|
protected |
Перекрестные ссылки DEFAULT_COOKING_TEMPERATURE, GetGame(), m_UpdateTime, GameConstants::TEMP_COEF_COOKING_CATCHUP и GameConstants::TEMP_COEF_COOKING_DEFAULT.
Используется в ProcessItemToCook(), UpdateCookingState() и UpdateCookingStateOnStick().
|
protected |
Перекрестные ссылки UpdateCookingStateOnStick().
cooking time coef override
Перекрестные ссылки COOKING_EQUIPMENT_CAULDRON, COOKING_EQUIPMENT_POT, GetCookingMethodWithTimeOverride(), LIQUID_NONE, LIQUID_VAPOR_QUANTITY и ProcessItemToCook().
|
protected |
Перекрестные ссылки Math::Clamp() и GetGame().
Используется в UpdateCookingState() и UpdateCookingStateOnStick().
|
protected |
DEPREACTED.
Перекрестные ссылки COOKING_EQUIPMENT_CAULDRON, COOKING_EQUIPMENT_FRYINGPAN, COOKING_EQUIPMENT_POT, COOKING_INGREDIENT_LARD, GetItemTypeFromCargo() и LIQUID_GASOLINE.
|
protected |
when cooking in gasoline, jump to drying state(will be burnt then)
Перекрестные ссылки COOKING_EQUIPMENT_CAULDRON, COOKING_EQUIPMENT_FRYINGPAN, COOKING_EQUIPMENT_POT, COOKING_INGREDIENT_LARD, GetItemTypeFromCargo(), LIQUID_GASOLINE, TIME_WITH_SUPPORT_MATERIAL_COEF и TIME_WITHOUT_SUPPORT_MATERIAL_COEF.
Используется в CookWithEquipment().
|
protected |
Cooking data.
Используется в GetCookingMethod(), GetCookingMethodWithTimeOverride() и UpdateCookingState().
|
protected |
|
protected |
|
protected |
state flags are in order: is_done, is_burned
update food
check for done state from baking (exclude Lard from baked items)
check for burned state
Перекрестные ссылки AddTemperatureToItem(), LIQUID_VAPOR_QUANTITY, PARAM_BURN_DAMAGE_COEF и UpdateCookingState().
Используется в CookWithEquipment().
Перекрестные ссылки m_UpdateTime.
|
protected |
|
protected |
enable cooking SoundEvent
Change food stage to new, IF DIFFERENT
any foodstage without lard
any foodstage without lard
Перекрестные ссылки AddTemperatureToItem(), Math::Clamp(), COOKING_FOOD_QUANTITY_DECREASE_AMOUNT_NONE, COOKING_FOOD_TIME_INC_VALUE, COOKING_INGREDIENT_LARD, COOKING_LARD_DECREASE_COEF, DecreaseCookedItemQuantity() и GetItemTypeFromCargo().
Используется в ProcessItemToCook().
|
protected |
Change food stage to new, IF DIFFERENT
Перекрестные ссылки AddTemperatureToItem(), COOKING_FOOD_QUANTITY_DECREASE_AMOUNT_NONE и DecreaseCookedItemQuantity().
Используется в CookOnStick().
COOKING_EQUIPMENT_CAULDRON = Cauldron |
Используется в CookWithEquipment(), GetCookingMethod() и GetCookingMethodWithTimeOverride().
COOKING_EQUIPMENT_FRYINGPAN = FryingPan |
Используется в GetCookingMethod() и GetCookingMethodWithTimeOverride().
COOKING_EQUIPMENT_POT = Pot |
Используется в CookWithEquipment(), GetCookingMethod() и GetCookingMethodWithTimeOverride().
how many units from quantity of item are removed at each FoodStage change when support material is NOT used
how many units from quantity of lard are remove at each stage
Используется в UpdateCookingState() и UpdateCookingStateOnStick().
time modifier used when using support material
Используется в UpdateCookingState().
COOKING_INGREDIENT_LARD = Lard |
Используется в GetCookingMethod(), GetCookingMethodWithTimeOverride() и UpdateCookingState().
time increase when cooking a food
Используется в UpdateCookingState().
NOT USED.
Используется в AddTemperatureToItem().
Используется в CookWithEquipment() и ProcessItemToCook().
|
protected |
Используется в AddTemperatureToItem() и SetCookingUpdateTime().
Используется в AddDamageToItemByFireEx() и ProcessItemToCook().
enum CookingMethodType TIME_WITH_SUPPORT_MATERIAL_COEF = 1.0 |
Используется в GetCookingMethodWithTimeOverride().
time modifier used when not using support material
Используется в GetCookingMethodWithTimeOverride().