Background for Skyrim SE
Member of the PO3_Events_Alias script

Parameters


Examples

Auto-Generated Example

Scriptname MyCoolScript extends PO3_Events_Alias

event OnExitFurniture(ObjectReference akRef)
    Debug.trace("Event received - OnExitFurniture: akRef = " + akRef)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.