Click or drag to resize
ConfigurationSetFloat Method
Sets a float 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 void SetFloat(
	string key,
	float value
)

Parameters

key
Type: SystemString
Key of the value to set
value
Type: SystemSingle
Value to set
See Also