Click or drag to resize

IModPersistentDataAllKeys Property

Enumerates all saved keys for this mod.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IEnumerable<string> AllKeys { get; }

Property Value

Type: IEnumerableString
See Also