- Found in:
- Vanilla
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