RefMapArrayGetAll

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

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

[help]
(array_var) RefMapArrayGetAll refMapClass:int{0-3} 

Or:

(array_var) RefMapGetAll refMapClass:int{0-3}

Example

let aAllKeys := RefMapArrayGetAll 0
let aAllKeys := RefMapGetAll 1 

See Also