Skip to main content
Version: 13.x (API 13) [Legacy]

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)