IsMapMarker

From GECK
Jump to: navigation, search


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

Description

Returns true if the calling reference is a map marker.

Syntax

[help]
(isMarker:bool) markerRef.IsMapMarker

Example

if (rMarker.IsMapMarker)
	;do stuff
endif 

See Also