GetTeleportCell - ObjectReference

Revision as of 13:05, 4 April 2018 by imported>Scrivener07 (Undo revision 9283 by Rasikko (talk) Must have been fixed in an update, recent test now has confirmed it works on other load doors.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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()

NotesEdit

See AlsoEdit