Click or drag to resize
ConfigStorageSet Method
Set config value.

Namespace:  GeonBit.Managers
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Set(
	string key,
	Object value,
	Nullable<GameFilesFileFormats> forceFormat = null
)

Parameters

key
Type: SystemString
Config key.
value
Type: SystemObject
Value.
forceFormat (Optional)
Type: SystemNullableGameFilesFileFormats
If provided, will use this file format instead of the currently set 'FilesFormat'.
See Also