Background for Skyrim SE
Member of the ReferenceAlias script
eventOnLoad()

Description

Documentation Comment

Event recieved when this object is completely loaded - will be fired every time this object is loaded


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

event OnLoad()
    Debug.trace("Event received - OnLoad")
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.