Click or drag to resize

IModPersistentDataLoadString Method

Attempts to load a string value from the persistent store.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
string LoadString(
	string key,
	string errorValue
)

Parameters

key
Type: SystemString
The key identifier as given when the data was saved
errorValue
Type: SystemString
The value to return if the specified key does not exist

Return Value

Type: String
A loaded string value or the specified error value if the key was not found
See Also