ClearJIPSavedData

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Deletes all data of the specified types:


scriptVars - Variables created by the mod calling this function with AddScriptVariable.

linkedRefs - Linked-refs set by the mod calling this function with SetLinkedReference.

auxVars - 1: Permanent-Private (to the mod calling this function), or 2: Permanent-Public Auxiliary Variables.

refMaps - 1: Permanent-Private (to the mod calling this function), or 2: Permanent-Public RefMap Arrays.


(Deleted data will not be saved with the game)

Syntax

[help]
ClearJIPSavedData scriptVars:0/1 linkedRefs:0/1 auxVars:0/1/2 refMaps:0/1/2

Example

ClearJIPSavedData 0 1 2 0 

See Also