Click or drag to resize

ModScriptBehaviourModPersistentData Property

A reference to the IModPersistentData interface that allows data to be stored between sessions. This is useful for storing mod configuration values and then loading them back at a later date.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IModPersistentData ModPersistentData { get; }

Property Value

Type: IModPersistentData

Implements

IModContextModPersistentData
See Also