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

◆ InventoryJunctureSwapValidation()

void InventoryJunctureSwapValidation::InventoryJunctureSwapValidation ( Serializer ctx)
inlineprivate

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

19 {
20 m_Success = true;
21 m_SkippedSwap = false;
22
23 m_Src1 = new InventoryLocation;
24 m_Src2 = new InventoryLocation;
25
26 m_Dst1 = new InventoryLocation;
27 m_Dst2 = new InventoryLocation;
28
29 m_Src1.ReadFromContext(ctx);
30 m_Src2.ReadFromContext(ctx);
31 m_Dst1.ReadFromContext(ctx);
32 m_Dst2.ReadFromContext(ctx);
34
35 m_SrcItem1 = m_Src1.GetItem();
36 m_SrcItem2 = m_Src2.GetItem();
37
38 m_DstItem1 = m_Dst1.GetItem();
39 m_DstItem2 = m_Dst2.GetItem();
40 }
ref InventoryLocation m_Src2
ref InventoryLocation m_Src1
ref InventoryLocation m_Dst1
ref InventoryLocation m_Dst2
proto bool Read(void value_in)

Перекрестные ссылки m_Dst1, m_Dst2, m_DstItem1, m_DstItem2, m_SkippedSwap, m_Src1, m_Src2, m_SrcItem1, m_SrcItem2, m_Success и Serializer::Read().