Difference between revisions of "OnCellAttach - ObjectReference"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Iceburg333
 
imported>Goggle
m
Line 20: Line 20:
endEvent
endEvent
</source>
</source>
== Notes ==
* Still cannot be used to track the player changing cells.


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

Revision as of 10:23, 24 August 2016

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

Notes

  • Still cannot be used to track the player changing cells.

See Also