

Public Attributes | |
| char | m_PlayerName [kPlayerNameSize] |
| Name of the player wanting to join this game. | |
| char | m_Password [kPasswordSize] |
| Password if needed to join the game. | |
| PlayerType | m_uPlayerType |
| Type of player (Spectator, player, coach) | |
| uint32_t | m_uDataSize |
| Number of bytes of custom data that follows (If kCustomLocalJoinRequest it's a local join request) | |
| uint8_t | m_Data [1] |
| Application data. | |
Static Public Attributes | |
| static const uint32_t | kCustomLocalJoinRequest = UINT32_MAX |
| Special case for m_uDataSize to denote a local join request. | |
Additional Inherited Members |
|
static |
Special case for m_uDataSize to denote a local join request.
| uint8_t Burger::NetPlay::MessageJoinRequest_t::m_Data[1] |
Application data.
| char Burger::NetPlay::MessageJoinRequest_t::m_Password[kPasswordSize] |
Password if needed to join the game.
| char Burger::NetPlay::MessageJoinRequest_t::m_PlayerName[kPlayerNameSize] |
Name of the player wanting to join this game.
| uint32_t Burger::NetPlay::MessageJoinRequest_t::m_uDataSize |
Number of bytes of custom data that follows (If kCustomLocalJoinRequest it's a local join request)
| PlayerType Burger::NetPlay::MessageJoinRequest_t::m_uPlayerType |
Type of player (Spectator, player, coach)