Event record for ENTITY_EVENT packets (TLV format) More...
#include <Protocol.hpp>
Collaboration diagram for rnp::EventRecord: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 116 of file Protocol.hpp.
| std::vector<std::uint8_t> rnp::EventRecord::data |
Definition at line 120 of file Protocol.hpp.
Referenced by rnp::Serializer::deserializeEventRecord(), rnp::HandlerPacket::parseEntityEvents(), gme::PlayerControllerMulti::sendInputToServer(), and rnp::Serializer::serializeEventRecord().
| std::uint32_t rnp::EventRecord::entityId |
Definition at line 119 of file Protocol.hpp.
Referenced by gme::PlayerControllerMulti::sendInputToServer(), and rnp::Serializer::serializeEventRecord().
| EventType rnp::EventRecord::type |
Definition at line 118 of file Protocol.hpp.
Referenced by rnp::Serializer::createDamageEvent(), rnp::Serializer::createDespawnEvent(), rnp::Serializer::createInputEvent(), rnp::Serializer::createScoreEvent(), rnp::Serializer::createSpawnEvent(), rnp::Serializer::deserializeEventRecord(), rnp::HandlerPacket::parseEntityEvents(), gme::PlayerControllerMulti::sendInputToServer(), and rnp::Serializer::serializeEventRecord().