RefMapArraySetString

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the string 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.RefMapArraySetString arrName:string value:string baseForm:ref 

Or:

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

Example

RaulRef.RefMapArraySetString "someRefMap" "Snivelling, dim-witted weasel."
RefMapSetStr "someRefMap" "Toffee-nosed git." ArmorCombat

See Also