Background for Starfield
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 Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.