C# Class GameMod.ServerPingTick

Afficher le fichier Open project: overload-development-community/olmod

Méthodes publiques

Méthode Description
CheckPing ( int packetType, Array packetData, IPEndPoint senderEndPoint, UdpClient client ) : int

Private Methods

Méthode Description
Prepare ( ) : bool
ProcessPing ( Array packetData, IPEndPoint senderEndPoint, UdpClient client ) : void
Transpiler ( IEnumerable codes ) : IEnumerable

Method Details

CheckPing() public static méthode

public static CheckPing ( int packetType, Array packetData, IPEndPoint senderEndPoint, UdpClient client ) : int
packetType int
packetData Array
senderEndPoint IPEndPoint
client UdpClient
Résultat int