Description
Wiki Description
Checks to see whether or not fast travel is allowed by script.
Documentation Comment
Is fast travel controls enabled? Returns false if EnableFastTravel(false) has been called
Caveats
Examples
; Can the player fast travel from here?
if Game.IsFastTravelControlsEnabled()
Debug.Trace("Scripts have not disabled fast travel!")
endIfAuto-Generated Example
bool returnedValue = Game.IsFastTravelControlsEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
