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
CK Wiki - Notes
- If you want to know if a location is visible and already discovered, use GetMapMarkerVisible.
- See ObjectReference.IsMapMarkerVisible() for details on a scripted alternative.
Examples
; Can the player fast travel to the Riverwood map marker?
bool canFastTravel = RiverwoodMarkerObjectRef.CanFastTravelToMarker()Auto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.CanFastTravelToMarker()