Background for Skyrim SE
Member of the Debug script
voidfunctionCenterOnCell(stringasCellname)NativeGlobal

Description

Wiki Description

Teleports the player to the specified cell. (Same as the CenterOnCell console command)

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
Debug.CenterOnCell("AwesomeCell")

Auto-Generated Example

string myString__asCellname

Debug.CenterOnCell(myString__asCellname)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.