Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::net::EntityDeathPayload Struct Reference

Entity death notification data. More...

#include <Packet.hpp>

Collaboration diagram for rtp::net::EntityDeathPayload:

Public Attributes

uint32_t netId
 Network entity identifier.
 
uint8_t type
 Entity type.
 
Vec2f position
 Death position.
 

Detailed Description

Entity death notification data.

Definition at line 362 of file Packet.hpp.

Member Data Documentation

◆ netId

◆ position

Vec2f rtp::net::EntityDeathPayload::position

Death position.

Definition at line 365 of file Packet.hpp.

◆ type

uint8_t rtp::net::EntityDeathPayload::type

Entity type.

Definition at line 364 of file Packet.hpp.


The documentation for this struct was generated from the following file: