RefMapArraySetFloat

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 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