GetTransitionCell - ObjectReference

Revision as of 14:12, 30 October 2015 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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