CenterOnCell - Debug

Revision as of 16:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Debug Script

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

Syntax

Function CenterOnCell(string asCellName) native global

Parameters

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

Return Value

None

Examples

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

See Also