![]() |
Public API Reference |
The data about a server event. More...
#include <physicallayer/nettypes.h>
Public Attributes | |
| csRef< iCelDataBuffer > | event_data |
| The persistent data of the event. | |
| csTicks | event_time |
| The time at which the event occured. | |
| celServerEventType | event_type |
| The type of the event. | |
| bool | reliable |
| True if we need to be sure that the message has been received by the client. | |
The data about a server event.
Definition at line 309 of file nettypes.h.
The persistent data of the event.
Definition at line 325 of file nettypes.h.
The time at which the event occured.
Definition at line 320 of file nettypes.h.
| celServerEventType celServerEventData::event_type |
The type of the event.
Definition at line 315 of file nettypes.h.
True if we need to be sure that the message has been received by the client.
Definition at line 331 of file nettypes.h.