class PingMessage
Defined in:
The C4Messages.h
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