Background for Fallout 4
Member of the ObjectReference script
CellfunctionGetTeleportCell()Native

Description

Wiki Description

Gets the target cell for this teleport ref.

Documentation Comment

Get the target cell for this teleport ref


Caveats


Examples

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

Auto-Generated Example

Cell returnedValue = myObjectReference__toCallFunctionOn.GetTeleportCell()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.