Background for Fallout 4
Member of the Debug script
floatfunctionCenterOnCellAndWait(stringasCellname)NativeGlobal

Description

Wiki Description

Teleports the player to the specified cell and does not return until they arrive.

Documentation Comment

COC functionality


Caveats


Parameters

stringasCellname

CK Wiki Description

The name of the cell to teleport to.


Examples

; Teleports the player to the awesome town and waits til they get there
Debug.CenterOnCellAndWait("AwesomeCell")

Auto-Generated Example

string myString__asCellname

float returnedValue = Debug.CenterOnCellAndWait(myString__asCellname)

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.