Background for Fallout 4
Member of the ObjectReference script
boolfunctionCanFastTravelToMarker()Native

Description

Wiki Description

Checks if the player can fast travel to this map marker.

Documentation Comment

Can the map marker be fast traveled to?


Caveats


Examples

; Can the player fast travel to the Riverwood map marker?
bool canFastTravel = RiverwoodMarkerObjectRef.CanFastTravelToMarker()

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.CanFastTravelToMarker()

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.