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 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