NX SetEVSt

From the Fallout3 GECK Wiki
Revision as of 10:50, 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

Sets the string value (St = String) 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_SetEVSt Key:string NewValue:string

Example

DocMitchellREF.NX_SetEVSt "MyMod:NickName", "Mole Butt"

See Also