Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Public Attributes | List of all members
Burger::NetPlay::GameInfo_t Struct Reference

Public Attributes

uint32_t m_uPlayerCount
 Number of current players.
 
uint32_t m_uGroupCount
 Number of current groups.
 
uint32_t m_uMaximumPlayers
 Maximum number of players allowed.
 
char m_Name [kPlayerNameSize]
 Name of this network game.
 
char m_Password [kPasswordSize]
 Password, if applicable.
 

Member Data Documentation

◆ m_Name

char Burger::NetPlay::GameInfo_t::m_Name[kPlayerNameSize]

Name of this network game.

◆ m_Password

char Burger::NetPlay::GameInfo_t::m_Password[kPasswordSize]

Password, if applicable.

◆ m_uGroupCount

uint32_t Burger::NetPlay::GameInfo_t::m_uGroupCount

Number of current groups.

◆ m_uMaximumPlayers

uint32_t Burger::NetPlay::GameInfo_t::m_uMaximumPlayers

Maximum number of players allowed.

◆ m_uPlayerCount

uint32_t Burger::NetPlay::GameInfo_t::m_uPlayerCount

Number of current players.