Background for Fallout 4
Member of the Game script
boolfunctionIsFastTravelEnabled()NativeGlobal

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!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsFastTravelEnabled()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.