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)
Syntaxpublic ModIdentity CurrentIdentity { get; }
Property Value
Type:
ModIdentity
ExceptionsException | Condition |
---|
ModNotLoadedException | Thrown when the property is accessed but a mod is not currently loaded |
See Also