ClearJIPSavedData

From the Fallout3 GECK Wiki
Revision as of 00:52, 25 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)
Jump to navigation Jump to search
< [[::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

[help]
JIPClearSavedData scriptVars:0/1 auxVars:0/1 refMaps:0/1 linkedRefs:0/1

Example

JIPClearSavedData 0 1 1 0

See Also