NX ClrEVFo
From GECK
A function added by the NX NVSE plugin.
Contents
Description
Clears the form value associated with a given key for the calling reference. If the optional match argument is set to 2, it will clear all values that begin with the specified key.
Syntax
(none) reference.NX_ClrEVFo Key:string Match:int
Example
SunnyREF.NX_ClrEVFo "MyMod:Bestie" ; * clear this variable SunnyREF.NX_ClrEVFo "MyMod", 2 ; * clear all form variables with keys starting with "MyMod"