SendPingReply

class SendPingReply : IncomingGameMessage

Sends a ping reply to the server whenever the server requests it.

Constructors

Link copied to clipboard
constructor(fps: Int, gcPercentTime: Int, value1: Int, value2: Int)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard
val fps: Int

the current fps of the client at the time of the message

Link copied to clipboard

the approximate percentage of the time spent garbage collecting

Link copied to clipboard
val value1: Int

the first integer value sent by the serer

Link copied to clipboard
val value2: Int

the second integer value sent by the server

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String