Skip to main content

Interface IGameNetwork

This class handles interacting with game network events.

Assembly: Dalamud.dll
View Source
Declaration
[Obsolete("Will be removed in a future release. Use packet handler hooks instead.", true)]
public interface IGameNetwork

Events

NetworkMessage

Event that is called when a network message is sent/received.

View Source
Declaration
event IGameNetwork.OnNetworkMessageDelegate NetworkMessage
Event Type

Dalamud.Plugin.Services.IGameNetwork.OnNetworkMessageDelegate