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

◆ ReadFromContext() [2/2]

override void HandEventRemove::ReadFromContext ( ParamsReadContext ctx)
inlineprivate

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

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

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