Click or drag to resize
ConfigurationDoesKeyExist Method
Checks whether a given key exists in the configuration for your mod. Note that this will only be the case after it has ben set once.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool DoesKeyExist(
	string key
)

Parameters

key
Type: SystemString
Key to check

Return Value

Type: Boolean
Whether the key exists
See Also