NX GetEVFl

From the Fallout3 GECK Wiki
Revision as of 10:39, 31 August 2014 by imported>Odessa (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the NX NVSE plugin.

Description

Returns a numeric value (Fl = Float) associated with the calling reference for a given string key. Returns 0 if no value exists for the given key. Can be called from any mod, not just the one that set the value.

Syntax

[help]
(float) NX_GetEVFl Key:string

Example

float fMood

let fMood := SunnyREF.NX_GetEVFl "MyMod:Mood"

See Also