RefMapArrayGetKeys
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
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"