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

Lobby information structure. More...

#include <Protocol.hpp>

+ Collaboration diagram for rnp::LobbyInfo:

Public Attributes

std::uint32_t lobbyId
 
std::array< char, 32 > lobbyName
 
std::uint8_t currentPlayers
 
std::uint8_t maxPlayers
 
std::uint8_t gameMode
 
std::uint8_t status
 
std::uint32_t hostSessionId
 
std::array< std::array< char, 32 >, 8 > playerNames
 

Detailed Description

Lobby information structure.

Definition at line 236 of file Protocol.hpp.

Member Data Documentation

◆ currentPlayers

◆ gameMode

std::uint8_t rnp::LobbyInfo::gameMode

◆ hostSessionId

std::uint32_t rnp::LobbyInfo::hostSessionId

◆ lobbyId

◆ lobbyName

◆ maxPlayers

◆ playerNames

std::array<std::array<char, 32>, 8> rnp::LobbyInfo::playerNames

◆ status

std::uint8_t rnp::LobbyInfo::status

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