Click or drag to resize

IModPersistentDataSaveFloat Method

Save a floating point 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 SaveFloat(
	string key,
	float value
)

Parameters

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