79 {
80 if(!action_recive_data)
81 {
82 action_recive_data = new DetachMagActionReciveData;
83 }
84
85 if(!super.ReadFromContext( ctx, action_recive_data ))
86 return false;
87
88 DetachMagActionReciveData recive_data_dm;
89 recive_data_dm = DetachMagActionReciveData.Cast( action_recive_data );
90
92
94 return false;
95
96 return true;
97 }
ref InventoryLocation m_ilMagazine
bool ReadFromContext(ParamsReadContext ctx)