RefMapArrayGetFirst
Revision as of 17:50, 28 January 2017 by imported>Jazzisparis
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
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"