NX ClrEVFl

From GECK
Jump to: navigation, search


A function added by the NX NVSE plugin.

Description

Clears the numeric 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

[help]
(none) reference.NX_ClrEVFl Key:string Match:int 

Example

SunnyREF.NX_ClrEVFl "MyMod:Mood" ; * clear this variable

SunnyREF.NX_ClrEVFl "MyMod", 2 ; * clear all variables with keys starting with "MyMod"

See Also