GetNearMapMarkers
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns an array containing references of near map markers. Cell depth argument specifies how many local cells to scan.
Syntax
(Near_map markers:array_var) GetNearMapMarkers Depth:int
Example
let my_array := GetNearMapMarkers 2
Will scan and return all references of map markers with depth of 2.
Notes
- If you specify "-1" parameter for cell depth, "uGridsToLoad:General" will be used.