RefMapArrayGetFloat

Revision as of 23:37, 24 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the float value of the element with a <i>Key</i> matching the specified <i>Object</i>, in the specified RefMap Array. |name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the float value of the element with a Key matching the specified Object, in the specified RefMap Array.

Syntax

(value:float) reference.RefMapArrayGetFloat arrName:string baseForm:ref 

Or:

(value:float) reference.RefMapGetFlt arrName:string baseForm:ref

Example

set fValue to RaulRef.RefMapArrayGetFloat "someRefMap"
set fValue to RefMapGetFlt "someRefMap" ArmorCombat

Notes

  • The function will return 0 if the RefMap is not defined/has no matching Key/element is not of type float. When necessary, verify using RefMapArrayGetType.

See Also