CenterOnCell - Debug

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Debug Script

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

Syntax[edit | edit source]

Function CenterOnCell(string asCellName) native global debugOnly

Parameters[edit | edit source]

  • asCellName: The name of the cell to teleport to.

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Teleports the player to the awesome town
Debug.CenterOnCell("AwesomeCell")

See Also[edit | edit source]