RefMapArrayGetAll
From GECK
(Redirected from RefMapGetAll)
A function added by the JIP NVSE Plugin.
Contents
Description
Returns a StringMap matrix containing all RefMap Arrays of the specified class, and their keys.
RefMap Classes:
0 Permanent-Private 1 Temporary-Private 2 Permanent-Public 3 Temporary-Public
Syntax
(array_var) RefMapArrayGetAll refMapClass:int{0-3}
Or:
(array_var) RefMapGetAll refMapClass:int{0-3}
Example
let aAllKeys := RefMapArrayGetAll 0
let aAllKeys := RefMapGetAll 1