Delegate ModManager.ModUpdate
Signature for an event related to a mod.
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport
Assembly: Assembly-CSharp.dll
Syntax
public delegate void ModUpdate(string ModTitle);
Parameters
| Type | Name | Description |
|---|---|---|
| String | ModTitle | The title of target mod. |