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

◆ OnStoreSave()

override void Edible_Base::OnStoreSave ( ParamsWriteContext ctx)
inlineprotected

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

309 {
310 super.OnStoreSave(ctx);
311
312 if (GetFoodStage())
313 {
314 GetFoodStage().OnStoreSave(ctx);
315 }
316
317 // food decay
318 ctx.Write(m_DecayTimer);
320 }
float m_DecayTimer
Определения Edible_Base.c:18
override FoodStage GetFoodStage()
Определения Edible_Base.c:361
FoodStageType m_LastDecayStage
Определения Edible_Base.c:20
proto bool Write(void value_out)

Перекрестные ссылки GetFoodStage(), m_DecayTimer, m_LastDecayStage и Serializer::Write().