NX GetEVSt

Revision as of 11:52, 31 August 2014 by imported>Odessa (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(string) reference.NX_GetEVSt Key:string

Example

string_var nick_name

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

See Also