RefMapArrayGetFirst
From GECK
(Redirected from RefMapFirst)
A function added by the JIP NVSE Plugin.
Contents
Description
Returns an array_var with the first Key::Value pair in the specified RefMap Array.
The first element in the returned array is the Key (reference type), and the second element is the Value (float/reference/string type).
Syntax
(array_var) RefMapArrayGetFirst arrName:string
Or:
(array_var) RefMapFirst arrName:string
Example
let aKeyValue := RefMapArrayGetFirst "someRefMap"
let aKeyValue := RefMapFirst "someRefMap"
See Also
- TypeOf can be used to verify the type of the Value.
- RefMapArrayGetNext