CenterOnCell - Debug
Revision as of 15:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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")