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