Description
Wiki Description
Checks to see if fast travel is currently allowed or not.
Documentation Comment
Is fast travel enabled?
Caveats
Examples
; Can the player fast travel from here?
if Game.IsFastTravelEnabled()
Debug.Trace("Player can fast travel!")
endIfAuto-Generated Example
bool returnedValue = Game.IsFastTravelEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
