Difference between revisions of "CenterOnCell - Debug"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
m (→See Also) |
||
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
== Return Value == | == Return Value == | ||
None | None | ||
== Note == | |||
Known to freeze the application. Only for debug purposes. | |||
Recommended: Place a XMarkerHeading and use [[MoveTo - ObjectReference]] to move the player to another Cell. | |||
== Examples == | == Examples == | ||
Line 25: | Line 29: | ||
*[[Debug Script]] | *[[Debug Script]] | ||
*[[CenterOnCellAndWait - Debug]] | *[[CenterOnCellAndWait - Debug]] | ||
{{Languages|CenterOnCell_-_Debug}} |
Latest revision as of 10:11, 8 November 2024
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
Parameters[edit | edit source]
- asCellName: The name of the cell to teleport to.
Return Value[edit | edit source]
None
Note[edit | edit source]
Known to freeze the application. Only for debug purposes. Recommended: Place a XMarkerHeading and use MoveTo - ObjectReference to move the player to another Cell.
Examples[edit | edit source]
; Teleports the player to the awesome town
Debug.CenterOnCell("AwesomeCell")
See Also[edit | edit source]
Language: | English • українська |
---|