 | ConfigurationSetBool Method |
Sets a bool in the configuration of your mod.
Namespace: spaar.ModLoaderAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void SetBool(
string key,
bool value
)
Parameters
- key
- Type: SystemString
Key of the value to set - value
- Type: SystemBoolean
Value to set
See Also