#include <ReplicaManager2.h>
Static Public Member Functions | |
| static bool | IsSerializationCommand (SerializationType r) |
| General category of serialization. | |
| static bool | IsDownloadCommand (SerializationType r) |
| General category of serialization. | |
| static bool | IsDestructionCommand (SerializationType r) |
| General category of serialization. | |
| static bool | IsConstructionCommand (SerializationType r) |
| General category of serialization. | |
| static bool | IsVisibilityCommand (SerializationType r) |
| General category of serialization. | |
| static bool | IsVisible (SerializationType r) |
| General category of serialization. | |
Public Attributes | |
| SystemAddress | relaySourceAddress |
| The system that sent the message to us. | |
| SystemAddress | recipientAddress |
| The system that we are sending to. | |
| RakNetTime | timestamp |
| Timestamp to send with the message. 0 means undefined. Set to non-zero to actually transmit using ID_TIMESTAMP. | |
| SerializationType | serializationType |
| What type of serialization was performed. | |
1.5.7.1