RefMapArraySetFloat

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

Or:

reference.RefMapSetFlt arrName:string value:float baseForm:ref

Example

RaulRef.RefMapArraySetFloat "someRefMap" -307.485
RefMapSetFlt "someRefMap" 102031 ArmorCombat

See Also