DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
InventoryJunctureSwapValidation.c
См. документацию.
2{
5
8
11
14
17
19 {
20 m_Success = true;
21 m_SkippedSwap = false;
22
25
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 }
41}
ref InventoryLocation m_Src2
ref InventoryLocation m_Src1
void InventoryJunctureSwapValidation(Serializer ctx)
ref InventoryLocation m_Dst1
ref InventoryLocation m_Dst2
InventoryLocation.
Определения InventoryLocation.c:30
proto bool Read(void value_in)
Serialization general interface. Serializer API works with:
Определения Serializer.c:56