ClearJIPSavedData

Revision as of 23:52, 24 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Deletes all data, of the specified types (variables created with AddScriptVariable, private Auxiliary Variables, private RefMap...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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