Click or drag to resize

IModPersistentDataSaveString Method

Save a string 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 SaveString(
	string key,
	string value
)

Parameters

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