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

◆ ReadFromContext() [2/2]

override void HandEventRemove::ReadFromContext ( ParamsReadContext ctx)
inlineprivate

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

528 {
529 super.ReadFromContext(ctx);
530
531 m_Dst = new InventoryLocation;
532 m_Dst.ReadFromContext(ctx);
533
534 float x, y, z;
535 ctx.Read(x);
536 ctx.Read(y);
537 ctx.Read(z);
538 m_Force[0] = x;
539 m_Force[1] = y;
540 m_Force[2] = z;
541 }
Icon x
Icon y
vector m_Force
Определения Hand_Events.c:557
proto bool Read(void value_in)

Перекрестные ссылки m_Force, Serializer::Read(), InventoryLocation::ReadFromContext(), x и y.