Difference between revisions of "OnCellAttach - ObjectReference"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Iceburg333
 
imported>Goggle
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
endEvent
endEvent
</source>
</source>
== Notes ==
* Still cannot be used to track the player changing cells, if attached to the player alias.


== See Also ==
== See Also ==
*[[ObjectReference Script]]
*[[ObjectReference Script]]
*[[OnCellDetach - ObjectReference]]
*[[OnCellDetach - ObjectReference]]

Latest revision as of 01:22, 30 August 2016

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]