CanFastTravelToMarker - ObjectReference

Revision as of 09:03, 28 May 2018 by imported>Rasikko (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See AlsoEdit