GetTeleportCell - ObjectReference
Member of: ObjectReference Script
Gets the target cell for this teleport ref.
SyntaxEdit
Cell Function GetTeleportCell() native
ParametersEdit
None.
Return ValueEdit
The target cell for this teleport ref.
ExamplesEdit
;check to see if our target cell is loaded
bool bloaded = ElevatorRef.GetTeleportCell().IsLoaded()