FastTravel - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

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

Syntax[edit | edit source]

Function FastTravel(ObjectReference akDestination) native global

Parameters[edit | edit source]

  • akDestination: The object to fast travel to.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Fast-travel home
Game.FastTravel(HomeMarker)

Notes[edit | edit source]

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

See Also[edit | edit source]