GetTeleportCell - ObjectReference
Jump to navigation
Jump to search
Member of: ObjectReference Script
Gets the target cell for this teleport ref.
Syntax
Cell Function GetTeleportCell() native
Parameters
None.
Return Value
The target cell for this teleport ref.
Examples
;check to see if our target cell is loaded
bool bloaded = ElevatorRef.GetTeleportCell().IsLoaded()