GetMapMarkers

Revision as of 01:15, 8 January 2012 by imported>8asrun6aer (Created page with "{{Function | origin = OBSE | summary = Returns an Array containing all map marker references. The filter argument can be used to filter out markers based on their visibility...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(markers:array) GetMapMarkers filter:int markerType:int

Returns an Array containing all map marker references. The filter argument can be used to filter out markers based on their visibility and accessibility: pass 0 to include only visible markers which can be fast-traveled to, 1 to include all visible markers, and 2 to include all markers, including those which are not visible. The default filter value is 1. Pass a markerType parameter to include only markers of the specified type; omit it or pass zero to include all types.


See Also