RefMapArrayGetKeys
From GECK
(Redirected from RefMapKeys)
A function added by the JIP NVSE Plugin.
Contents
Description
Returns an array containing all of the Keys of the specified RefMap Array.
Syntax
(keys:array_var) RefMapArrayGetKeys arrName:string
Or:
(keys:array_var) RefMapKeys arrName:string
Example
let aKeys := RefMapArrayGetKeys "someRefMap"
let aKeys := RefMapKeys "someRefMap"