Background for Skyrim SE
Member of the Game script
voidfunctionEnableFastTravel(boolabEnable=true)NativeGlobal

Description

Wiki Description

Enables or disables the player's ability to fast travel.

Documentation Comment

Enables or disables the ability to fast travel


Caveats

CK Wiki - Notes


Parameters

boolabEnable=true

CK Wiki Description

If true, enables fast travel. Otherwise disables it.

  • Default:True

Examples

; Enable fast travel
Game.EnableFastTravel()
; Disable fast travel
Game.EnableFastTravel(false)

Auto-Generated Example

bool myBool__abEnable

Game.EnableFastTravel(myBool__abEnable)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.