CanFastTravelToMarker - ObjectReference

From the CreationKit Wiki
Revision as of 09:03, 28 May 2018 by imported>Rasikko (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

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

Syntax[edit | edit source]

bool Function CanFastTravelToMarker() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

True if player can fast travel to this map marker. False otherwise.

Examples[edit | edit source]

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

Notes[edit | edit source]

See Also[edit | edit source]