#include <ObjectDeathPacket.h>
Inheritance diagram for GNE::ObjectDeathPacket:


Public Types | |
| typedef SmartPtr< ObjectDeathPacket > | sptr |
| typedef WeakPtr< ObjectDeathPacket > | wptr |
Public Member Functions | |
| ObjectDeathPacket () | |
| Creates a new instance of this packet suitable only to call readPacket on. | |
| ObjectDeathPacket (int objectId, const Packet *data) | |
| Initializes a new ObjectDeathPacket. | |
Static Public Attributes | |
| static const int | ID = 8 |
| The ID for this type of packet. | |
| GNE::ObjectDeathPacket::ObjectDeathPacket | ( | int | objectId, | |
| const Packet * | data | |||
| ) |
Initializes a new ObjectDeathPacket.
The given Packet is copied.
1.4.7