OnCellAttach - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 14:22, 3 December 2012 by imported>Iceburg333 (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Event called when this reference's parent cell is attached.

Syntax

Event OnCellAttach()

Parameters

None.

Examples

Event OnCellAttach()
  Debug.Trace("Our parent cell has attached")
endEvent

See Also