Class NetworkHandlers
Inheritance
System.Object
NetworkHandlers
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Game.Network
Assembly: Dalamud.dll
Syntax
public class NetworkHandlers
Constructors
| Improve this Doc View SourceNetworkHandlers(Dalamud, Boolean)
Declaration
public NetworkHandlers(Dalamud dalamud, bool optOutMbUploads)
Parameters
| Type | Name | Description |
|---|---|---|
| Dalamud | dalamud | |
| System.Boolean | optOutMbUploads |
Events
| Improve this Doc View SourceCfPop
Event which gets fired when a duty is ready.
Declaration
public event EventHandler<ContentFinderCondition> CfPop
Event Type
| Type | Description |
|---|---|
| System.EventHandler<Lumina.Excel.GeneratedSheets.ContentFinderCondition> |