RemoveAllAddedVariables

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Removes all variables added with AddScriptVariable to the calling reference's/quest's script by the mod calling this function.

Syntax

[help]
reference.RemoveAllAddedVariables quest:ref

Example

RaulRef.RemoveAllAddedVariables
RemoveAllAddedVariables VERNovac01

See Also