RemoveAllAddedVariables

From the Fallout3 GECK Wiki
Revision as of 17:50, 5 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Removes all variables added by AddScriptVariable to the calling reference's/quest's script or, if neither are specified, removes all...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Removes all variables added by AddScriptVariable to the calling reference's/quest's script or, if neither are specified, removes all variables added to any script.

Syntax

[help]
reference.RemoveAllAddedVariables quest:ref

Example

RaulRef.RemoveAllAddedVariables
RemoveAllAddedVariables VERNovac01
RemoveAllAddedVariables

Notes

  • This will remove only the variables added by the mod calling the function.

See Also