Background for Skyrim SE
Member of the PO3_Events_Form script
eventOnObjectLoaded(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_Form

event OnObjectLoaded(ObjectReference akRef, int aiFormType)
    Debug.trace("Event received - OnObjectLoaded: akRef = " + akRef + " aiFormType = " + aiFormType)
endEvent

Additional References

View this event on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.