214 {
215 if(!action_recive_data)
216 {
217 action_recive_data = new AdvDetachMagActionReciveData;
218 }
219
220 if(!super.ReadFromContext( ctx, action_recive_data ))
221 return false;
222
223 AdvDetachMagActionReciveData recive_data_dm;
224 recive_data_dm = AdvDetachMagActionReciveData.Cast( action_recive_data );
225
226 recive_data_dm.
m_ilWeapon =
new InventoryLocation;
228
230 return false;
231
233 return false;
234
235 return true;
236 }
ref InventoryLocation m_ilWeapon
ref InventoryLocation m_ilMagazine
bool ReadFromContext(ParamsReadContext ctx)