59 {
60 if (!action_recive_data)
61 {
62 action_recive_data = new AttachMagazineActionReciveData;
63 }
64
65 super.ReadFromContext(ctx, action_recive_data);
66
67 InventoryLocation il = new InventoryLocation;
69 return false;
70
71 AttachMagazineActionReciveData recive_data_am = AttachMagazineActionReciveData.Cast(action_recive_data);
73
74 return true;
75 }
ref InventoryLocation m_ilOldMagazine
bool ReadFromContext(ParamsReadContext ctx)