RefMapArrayGetFirst

From the Fallout3 GECK Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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

[help]
(key:ref) RefMapArrayGetFirst arrName:string 

Or:

(key:ref) RefMapFirst arrName:string

Example

set rKey to RefMapArrayGetFirst "someRefMap"
set rKey to RefMapFirst "someRefMap"

See Also