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. | |
char Burger::NetPlay::GameInfo_t::m_Name[kPlayerNameSize] |
Name of this network game.
char Burger::NetPlay::GameInfo_t::m_Password[kPasswordSize] |
Password, if applicable.
uint32_t Burger::NetPlay::GameInfo_t::m_uGroupCount |
Number of current groups.
uint32_t Burger::NetPlay::GameInfo_t::m_uMaximumPlayers |
Maximum number of players allowed.
uint32_t Burger::NetPlay::GameInfo_t::m_uPlayerCount |
Number of current players.