- Found in:
- PO3's PE
eventOnActorResurrected(ActorakTarget, boolabResetInventory)
Description
GitHub Wiki Description (PO3's PE)
- Fires when the target has been resurrected via script or console command
Registration Control Functions
Parameters
ActorakTarget
boolabResetInventory
Examples
Auto-Generated Example
Scriptname MyCoolScript extends PO3_Events_Alias
event OnActorResurrected(Actor akTarget, bool abResetInventory)
Debug.trace("Event received - OnActorResurrected: akTarget = " + akTarget + " abResetInventory = " + abResetInventory)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
