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

◆ OnStoreLoad()

override bool Land_Radio_PanelBig::OnStoreLoad ( ParamsReadContext ctx,
int version )
inlineprivate

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

18 {
19 if (!super.OnStoreLoad(ctx, version))
20 return false;
21
22 int tunedFrequencyIndex;
23 if (!ctx.Read(tunedFrequencyIndex))
24 tunedFrequencyIndex = 0;
25
26 SetFrequencyByIndex(tunedFrequencyIndex);
27
28 return true;
29 }
proto bool Read(void value_in)

Перекрестные ссылки Serializer::Read().