SetMapMarkerTravel

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Sets the "Can Travel" flag of a map marker.

Syntax

[help]
markerRef.SetMapMarkerTravel canTravel:bool

Example

rMarker.SetMapMarkerTravel 0 

Notes

  • If ShowMap or ShowAllMapMarkers has been called on the map marker, this function alters its permanent state. Otherwise, the effect expires when the game exits.

See Also