1. It detects any non-spell attack (arrows and melee) on any actor in the cell and returns the ref of the attacker
2. It picks up attacks made by NPCs as well as the player
I know that I can ref-walk and use getSoundPlaying to know who is being attacked, but detecting the attacker reliably seems to be a real puzzle. I also suspect that doing this for NPC attackers will probably have to use a different method than for PC attackers.
I assume that some of the combat mods out there (DR, etc) have solved at least part of this puzzle, but I thought I'd post here before trying to track down those modders individually.
(In case anyone is wondering, this is for a personal project that might turn into a new combat mod at some point.)