Click or drag to resize
ConfigurationGetKeys Method
Gets all keys currently stored in the configuration of your mod.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static List<string> GetKeys()

Return Value

Type: ListString
List of keys
See Also