CanFastTravelToMarker - ObjectReference
Member of: ObjectReference Script
Checks if the player can fast travel to this map marker.
SyntaxEdit
bool Function CanFastTravelToMarker() native
ParametersEdit
None.
Return ValueEdit
True if player can fast travel to this map marker. False otherwise.
ExamplesEdit
; Can the player fast travel to the Riverwood map marker?
bool canFastTravel = RiverwoodMarkerObjectRef.CanFastTravelToMarker()
NotesEdit
- If you want to know if a location is visible and already discovered, use GetMapMarkerVisible.
- See IsMapMarkerVisible - ObjectReference for details on a scripted alternative.