Click or drag to resize

IModPersistentDataExists Method

Checks whether a value exists for the specified key.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool Exists(
	string key
)

Parameters

key
Type: SystemString
The key to check for

Return Value

Type: Boolean
True if the key was found or false if not
See Also