CenterOnCell - Debug

Revision as of 10:24, 28 June 2012 by imported>Plplecuyer (→‎Syntax)
(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)

SyntaxEdit

Function CenterOnCell(string asCellName) native global debugOnly

ParametersEdit

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

Return ValueEdit

None

ExamplesEdit

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

See AlsoEdit