C# Class GameMod.ServerPingTick

Show file Open project: overload-development-community/olmod

Public Methods

Method Description
CheckPing ( int packetType, Array packetData, IPEndPoint senderEndPoint, UdpClient client ) : int

Private Methods

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

Method Details

CheckPing() public static method

public static CheckPing ( int packetType, Array packetData, IPEndPoint senderEndPoint, UdpClient client ) : int
packetType int
packetData Array
senderEndPoint IPEndPoint
client UdpClient
return int