279 {
280 if (!action_recive_data)
281 {
282 action_recive_data = new AttachMagazineActionReciveData;
283 }
284
285 super.ReadFromContext(ctx, action_recive_data);
286
287 InventoryLocation il = new InventoryLocation;
289 return false;
290
291 AttachMagazineActionReciveData recive_data_am = AttachMagazineActionReciveData.Cast(action_recive_data);
293
294 return true;
295 }
ref InventoryLocation m_ilOldMagazine
bool ReadFromContext(ParamsReadContext ctx)