Background for Fallout 4
Member of the ObjectReference script
voidfunctionEnableFastTravel(boolabEnable=true)Native

[DEV SERVER] Loading description...


Caveats


Parameters

boolabEnable=true

CK Wiki Description

Whether to enable fast travel or disable it

  • Default:True

Examples

; Enable fast travel to the marker
MyHouseMarkerProperty.EnableFastTravel()
; Disable fast travel to this marker
MyHouseMarkerProperty.EnableFastTravel(false)

Auto-Generated Example

bool myBool__abEnable

myObjectReference__toCallFunctionOn.EnableFastTravel(myBool__abEnable)

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.