NX ClrEVSt
Revision as of 11:05, 31 August 2014 by imported>Odessa (created)
< [[::Category:Functions|Category:Functions]]
A function added by the NX NVSE plugin.
Description
Clears the string 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_ClrEVSt Key:string Match:int
Example
SunnyREF.NX_ClrEVSt "MyMod:NickName" ; * clear this variable SunnyREF.NX_ClrEVSt "MyMod", 2 ; * clear all string variables with keys starting with "MyMod"