GetTransitionCell - ObjectReference

Member of: ObjectReference Script

Gets the transition cell for this teleport ref.

SyntaxEdit

Cell Function GetTransitionCell() native

ParametersEdit

None.

Return ValueEdit

The transition cell for this teleport ref.

ExamplesEdit

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

See AlsoEdit