- Found in:
- PO3's PE
eventOnSoulTrapped(ActorakVictim, ActorakKiller)
Description
GitHub Wiki Description (PO3's PE)
- Event will fire after OnDying/OnDeath
- Will not fire if using mods that bypass vanilla soul trap method
Registration Control Functions
Parameters
Examples
Auto-Generated Example
Scriptname MyCoolScript extends PO3_Events_Form
event OnSoulTrapped(Actor akVictim, Actor akKiller)
Debug.trace("Event received - OnSoulTrapped: akVictim = " + akVictim + " akKiller = " + akKiller)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
