NX GetEVSt

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the NX NVSE plugin.

Description

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

Syntax

[help]
(string) reference.NX_GetEVSt Key:string

Example

string_var nick_name

let nick_name := DocMitchellREF.NX_GetEVSt "MyMod:NickName"

See Also