NX SetEVFl

From GECK
Jump to: navigation, search


A function added by the NX NVSE plugin.

Description

Sets the numeric value (Fl = Float) associated with the calling reference for a given string key. Such values are accessible from any mod, not just the one that set it. To avoid conflicts it is advisable to prefix all keys with an identifier for you mod.

Syntax

[help]
(none) reference.NX_SetEVFl Key:string NewValue:float 

Example

SunnyREF.NX_SetEVFl "MyMod:Mood", 77

See Also