Skip to main content

Delegate IGameNetwork.OnNetworkMessageDelegate

The delegate type of a network message event.

Assembly: Dalamud.dll
View Source
Declaration
public delegate void IGameNetwork.OnNetworkMessageDelegate(nint dataPtr, ushort opCode, uint sourceActorId, uint targetActorId, NetworkMessageDirection direction)