GetTeleportCell - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Gets the target cell for this teleport ref.

Syntax[edit | edit source]

Cell Function GetTeleportCell() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The target cell for this teleport ref.

Examples[edit | edit source]

;check to see if our target cell is loaded
bool bloaded = ElevatorRef.GetTeleportCell().IsLoaded()

Notes[edit | edit source]

See Also[edit | edit source]