CanFastTravelToMarker - ObjectReference

From the CreationKit Wiki
Revision as of 11:06, 21 October 2011 by imported>Jlundin
(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

bool Function CanFastTravelToMarker() native

Parameters

None.

Return Value

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

Examples

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

See Also