RefMapArrayGetFirst
Revision as of 23:29, 24 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the <i>Key</i> of the first element of the specified RefMap Array. |name = RefMapArrayGetFirst |alias = RefMapFirst |retur...")
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Returns the Key of the first element of the specified RefMap Array.
Syntax
(key:ref) RefMapArrayGetFirst arrName:string
Or:
(key:ref) RefMapFirst arrName:string
Example
set rKey to RefMapArrayGetFirst "someRefMap"
set rKey to RefMapFirst "someRefMap"