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

Description

Wiki Description

Enables or disables fast travel to this reference (which must be a map marker).

Documentation Comment

Enables the ability to fast travel to this marker - or disables it. Note that if you disable
fast travel the player will see "You haven't discovered this location" as an error message


Parameters

  1. 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.