r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
rnp::PacketWorldState Struct Reference

WORLD_STATE packet payload. More...

#include <Protocol.hpp>

+ Collaboration diagram for rnp::PacketWorldState:

Public Attributes

std::uint32_t serverTick
 
std::uint16_t entityCount
 
std::vector< EntityStateentities
 

Detailed Description

WORLD_STATE packet payload.

Definition at line 168 of file Protocol.hpp.

Member Data Documentation

◆ entities

std::vector<EntityState> rnp::PacketWorldState::entities

Definition at line 172 of file Protocol.hpp.

◆ entityCount

std::uint16_t rnp::PacketWorldState::entityCount

Definition at line 171 of file Protocol.hpp.

◆ serverTick

std::uint32_t rnp::PacketWorldState::serverTick

Definition at line 170 of file Protocol.hpp.


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