ClearJIPSavedData

Revision as of 10:10, 28 April 2015 by imported>Jazzisparis (Jazzisparis moved page JIPClearSavedData to ClearJIPSavedData)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Deletes all data, of the specified types (variables created with AddScriptVariable, private Auxiliary Variables, private RefMap Arrays, linked refs set by SetLinkedReference), associated with the mod calling this function. Deleted data will not be saved with the game.

Syntax

JIPClearSavedData scriptVars:0/1 auxVars:0/1 refMaps:0/1 linkedRefs:0/1

Example

JIPClearSavedData 0 1 1 0

See Also