NetworkErrorEvent Class

Event raised when a network error occurs during communication with the server.

Definition

Namespace: Alteruna.Multiplayer.EventArgument
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
C#
public class NetworkErrorEvent : EndpointEvent
Inheritance
Object    MultiplayerEvent    EndpointEvent    NetworkErrorEvent

Remarks

Subscribe to [!:MultiplayerManager.NetworkError] to receive this event. A network error does not necessarily mean the session has ended; check the connection state on Controller after handling this event.

Constructors

NetworkErrorEvent Initializes a new instance of NetworkErrorEvent.

See Also