C4 Engine
C4 Engine API Documentation

class PingMessage

Defined in:  C4Messages.h
The PingMessage class encapsulates a message that contains no data.
Definition

class PingMessage : public Message

Constructor

PingMessage();

Description
A message of type PingMessage is sent to a player in order to update the Network Manager's ping value for the corresponding machine. The Network Manager records a ping value for every reliable message that is sent. Sending a ping message is simply a way to guarantee that the ping value for a particular player is up to date.
Base Classes
Message All message types are subclasses of Message.
See Also

Player::GetNetworkPing