Click or drag to resize

IModPersistentDataSaveInt Method

Save an integer 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 SaveInt(
	string key,
	int value
)

Parameters

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