Click or drag to resize

IModContextModPersistentData 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#
IModPersistentData ModPersistentData { get; }

Property Value

Type: IModPersistentData
See Also