Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
inventoryjunctureswapvalidation.c
Go to the documentation of this file.
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}
InventoryLocation.
Serialization general interface.
Definition serializer.c:56
proto bool Read(void value_in)