- Found in:
- PO3's PE
eventOnObjectUnloaded(ObjectReferenceakRef, intaiFormType)
Description
GitHub Wiki Description (PO3's PE)
- Not all objects fire this event. It is somewhat inconsistent.
Registration Control Functions
Parameters
ObjectReferenceakRef
intaiFormType
Examples
Auto-Generated Example
Scriptname MyCoolScript extends PO3_Events_AME
event OnObjectUnloaded(ObjectReference akRef, int aiFormType)
Debug.trace("Event received - OnObjectUnloaded: akRef = " + akRef + " aiFormType = " + aiFormType)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
