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
No human-generated examples found for this function.
Auto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.CanFastTravelToMarker()