FastTravel - Game

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: Game Script

Fast-travels the player to the specified ObjectReference's location.

Syntax

Function FastTravel(ObjectReference akDestination) native global

Parameters

  • akDestination: The object to fast travel to.

Return Value

None.

Examples

; Fast-travel home
Game.FastTravel(HomeMarker)

Notes

Scripted fast-travel does not save the player's game.

See Also