Difference between revisions of "RemoveAllAddedVariables"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
(No difference)

Revision as of 16:50, 5 April 2015

< [[::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