Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX