 | 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.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool DoesKeyExist(
string key
)
Parameters
- key
- Type: SystemString
Key to check
Return Value
Type:
BooleanWhether the key exists
See Also