- Found in:
- Vanilla
eventOnCellLoad(ObjectReferenceakSenderRef)
Description
Documentation Comment
Event received when every object in this object's parent cell is loaded (TODO: Find restrictions)
Parameters
ObjectReferenceakSenderRef
Examples
Auto-Generated Example
Scriptname MyCoolScript extends RefCollectionAlias
event OnCellLoad(ObjectReference akSenderRef)
Debug.trace("Event received - OnCellLoad: akSenderRef = " + akSenderRef)
endEvent