OnCellAttach - ObjectReference

From the CreationKit Wiki
Revision as of 14:04, 7 September 2013 by imported>Egocarib ((link to talk page))
Jump to navigation Jump to search

Member of: ObjectReference Script

Event called when this reference's parent cell is attached.
(For notes on the meaning of attachment, see the talk page).

Syntax

Event OnCellAttach()

Parameters

None.

Examples

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

See Also