Click or drag to resize

ModHostCurrentIdentity Property

Returns an instance of the ModIdentityy class representing the current loaded mod or null if no mod is loaded.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ModIdentity CurrentIdentity { get; }

Property Value

Type: ModIdentity
Exceptions
ExceptionCondition
ModNotLoadedExceptionThrown when the property is accessed but a mod is not currently loaded
See Also