NX GetEVFo
From GECK
A function added by the NX NVSE plugin.
Contents
Description
Returns a form value (Fo = Form) 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
(form) reference.NX_GetEVFo Key:string
Example
ref Bestie ref OldOutfit let Bestie := SunnyREF.NX_GetEVFo "MyMod:Bestie" let OldOutfit := SunnyREF.NX_GetEVFo "MyMod:OldOutfit"