- Found in:
- PO3's PE
eventOnObjectRelease(ObjectReferenceakObjectRef)
Description
GitHub Wiki Description (PO3's PE)
- Doesn't work with telekinesis and when the player grabs the same object in a row
Registration Control Functions
Parameters
ObjectReferenceakObjectRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends PO3_Events_Form
event OnObjectRelease(ObjectReference akObjectRef)
Debug.trace("Event received - OnObjectRelease: akObjectRef = " + akObjectRef)
endEventAdditional References
View this event on the GitHub Wiki for powerofthree's Papyrus Extender
