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