×
Fallout Wiki
☢  Independent Fallout Wiki Resources  Vault logo

GetTransitionCell - ObjectReference

Resource:Creation Kit > GetTransitionCell - ObjectReference


Member of: ObjectReference Script

Gets the transition cell for this teleport ref.

Syntax[edit]

Cell Function GetTransitionCell() native

Parameters[edit]

None.

Return Value[edit]

The transition cell for this teleport ref.

Examples[edit]

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

See Also[edit]