AfterActionModifyRecoveredLoot

Tracking Issue: #736

The event is triggered after the cache items were unpacked but before any loot is shown in the UI. Part of the post-mission sequence. Inspect XComGameState_HeadquartersXCom.LootRecovered for the pending loot

EventID: AfterActionModifyRecoveredLoot
EventSource: UIInventory_LootRecovered (self)

No game state is passed, so make sure to use ELD_Immediate

Source code references