RemoveAllAddedVariables
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...")
< [[::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
reference.RemoveAllAddedVariables quest:ref
Example
RaulRef.RemoveAllAddedVariables
RemoveAllAddedVariables VERNovac01
RemoveAllAddedVariables
Notes
- This will remove only the variables added by the mod calling the function.