CanFastTravelToMarker - ObjectReference

From the CreationKit Wiki
Revision as of 01:11, 28 July 2017 by imported>Lisselli (Note about trying find out if a map marker is visible.)
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()

Notes

See Also