Event record for ENTITY_EVENT packets (TLV format) More...
#include <Protocol.hpp>
Public Attributes | |
EventType | type |
std::uint32_t | entityId |
std::vector< std::uint8_t > | data |
Event record for ENTITY_EVENT packets (TLV format)
Definition at line 103 of file Protocol.hpp.
std::vector<std::uint8_t> rnp::EventRecord::data |
Definition at line 107 of file Protocol.hpp.
Referenced by rnp::deserializeEvents(), srv::AsioServer::processPacket(), and eng::AsioClient::sendPlayerInputAsEvent().
std::uint32_t rnp::EventRecord::entityId |
Definition at line 106 of file Protocol.hpp.
Referenced by srv::AsioServer::processPacket(), and eng::AsioClient::sendPlayerInputAsEvent().
EventType rnp::EventRecord::type |
Definition at line 105 of file Protocol.hpp.
Referenced by srv::AsioServer::processPacket(), and eng::AsioClient::sendPlayerInputAsEvent().