OnCellAttach - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 02:22, 30 August 2016 by imported>Goggle (→‎Notes)
(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[edit | edit source]

Event OnCellAttach()

Parameters[edit | edit source]

None.

Examples[edit | edit source]

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

Notes[edit | edit source]

  • Still cannot be used to track the player changing cells, if attached to the player alias.

See Also[edit | edit source]