#include <src/network/packet/DeleteObjects.h>
Public Member Functions | |
DeleteObjects (uint8_t *data, unsigned int clientID) | |
DeleteObjects () | |
bool | fetchIDs () |
unsigned int | getSize () const |
bool | process () |
~DeleteObjects () |
orxonox::packet::DeleteObjects::DeleteObjects | ( | ) |
References orxonox::packet::Packet::flags_, and PACKET_FLAG_DELETE.
orxonox::packet::DeleteObjects::DeleteObjects | ( | uint8_t * | data, | |
unsigned int | clientID | |||
) |
orxonox::packet::DeleteObjects::~DeleteObjects | ( | ) |
bool orxonox::packet::DeleteObjects::fetchIDs | ( | ) |
unsigned int orxonox::packet::DeleteObjects::getSize | ( | ) | const [inline, virtual] |
Implements orxonox::packet::Packet.
References _OBJECTIDS, _QUANTITY, and orxonox::packet::Packet::data_.
bool orxonox::packet::DeleteObjects::process | ( | ) | [virtual] |
Implements orxonox::packet::Packet.
References _OBJECTIDS, _QUANTITY, COUT, orxonox::packet::Packet::data_, and orxonox::Synchronisable::deleteObject().