Background for Skyrim SE
Member of the ObjectReference script
boolfunctionCanFastTravelToMarker()Native

Description

Wiki Description

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

Documentation Comment

Can the map marker be fast traveled to?


Caveats

CK Wiki - Notes


Examples

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

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.CanFastTravelToMarker()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.