Show / Hide Table of Contents

Delegate DFModMessageReceiver

Namespace: DaggerfallWorkshop.Game.Utility.ModSupport
Assembly: Assembly-CSharp.dll
Syntax
public delegate void DFModMessageReceiver(string message, object data, DFModMessageCallback callBack);
Parameters
Type Name Description
String message
Object data
DFModMessageCallback callBack
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX