RefMapArraySetRef

From the Fallout3 GECK Wiki
Revision as of 23:48, 24 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the ref value of the element with a <i>Key</i> matching the specified <i>Object</i>, in the specified RefMap Array. If no such e...")
(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

Sets the ref value of the element with a Key matching the specified Object, in the specified RefMap Array. If no such element exists, it is created.

Syntax

[help]
reference.RefMapArraySetRef arrName:string value:ref baseForm:ref 

Or:

reference.RefMapSetRef arrName:string value:ref baseForm:ref

Example

RaulRef.RefMapArraySetRef "someRefMap" Ammo127mm
RefMapSetRef "someRefMap" CraigBooneRef ArmorCombat

See Also