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

◆ ReadFromContext() [2/2]

override void HandEventRemove::ReadFromContext ( ParamsReadContext ctx)
inlineprivate

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

497 {
498 super.ReadFromContext(ctx);
499
500 m_Dst = new InventoryLocation;
501 m_Dst.ReadFromContext(ctx);
502
503 float x, y, z;
504 ctx.Read(x);
505 ctx.Read(y);
506 ctx.Read(z);
507 m_Force[0] = x;
508 m_Force[1] = y;
509 m_Force[2] = z;
510 }
Icon x
Icon y
vector m_Force
Определения Hand_Events.c:526
proto bool Read(void value_in)

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