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

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

Auto-Generated Example

bool returnedValue = Game.IsFastTravelControlsEnabled()

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.