ClearJIPSavedData

From the Fallout3 GECK Wiki
Revision as of 09:10, 28 April 2015 by imported>Jazzisparis (Jazzisparis moved page JIPClearSavedData to ClearJIPSavedData)
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