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 bool Exists(
string key
)
Parameters
- key
- Type: SystemString
The key to check for
Return Value
Type:
BooleanTrue if the key was found or false if not
See Also