Background for Fallout 4
Member of the InputEnableLayer script
boolfunctionIsFastTravelEnabled()Native

Description

Wiki Description

Checks to see whether or not fast travel is allowed by this layer.

Documentation Comment

Returns whether fast travel is enabled on this layer


Caveats


Examples

; Is this layer allowing fast travel?
if myLayer.IsFastTravelEnabled()
  Debug.Trace("This layer has not disabled fast travel!")
endIf

Auto-Generated Example

bool returnedValue = myInputEnableLayer__toCallFunctionOn.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.