RefMapArrayGetKeys

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns an array containing all of the Keys of the specified RefMap Array.

Syntax

[help]
(keys:array_var) RefMapArrayGetKeys arrName:string 

Or:

(keys:array_var) RefMapKeys arrName:string

Example

let aKeys := RefMapArrayGetKeys "someRefMap"
let aKeys := RefMapKeys "someRefMap" 

See Also