Click or drag to resize

IModPersistentDataSaveBool Method

Save a boolean value to the persistent data store.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void SaveBool(
	string key,
	bool value
)

Parameters

key
Type: SystemString
A key identifier that will be used to retreive this value at a later date
value
Type: SystemBoolean
The boolean value to save
See Also