IsMapMarker
From GECK
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Returns true if the calling reference is a map marker.
Syntax
(isMarker:bool) markerRef.IsMapMarker
Example
if (rMarker.IsMapMarker) ;do stuff endif