class MAGES::Recorder::Packet¶
Overview¶
A packet. More…
class Packet
{
public:
// properties
PacketType Type;
};
// direct descendants
class ChapterPacket;
class EndPacket;
class EventPacket;
class StartPacket;
class StartPacket2;
Detailed Documentation¶
A packet.
Properties¶
PacketType Type
Gets the type of the packet.