Difference between revisions of "OnCellAttach - ObjectReference"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Iceburg333
(No difference)

Revision as of 14:22, 3 December 2012

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