Array of GroupInfo_t structures. More...

Public Member Functions | |
| GroupInfos () | |
| Default constructor. | |
| ~GroupInfos () | |
| Default destructor. | |
Public Attributes | |
| GroupInfo_t ** | m_ppGroupInfos |
| Array of group infos pointers. | |
| uint32_t | m_uCount |
| Number of GroupInfo_t entries. | |
Array of GroupInfo_t structures.
A call to GroupEnumerate will return an instance of this class that will contain information of every group currently created in the NetPlay::Game
| Burger::NetPlay::GroupInfos::GroupInfos | ( | ) |
| Burger::NetPlay::GroupInfos::~GroupInfos | ( | ) |
| GroupInfo_t** Burger::NetPlay::GroupInfos::m_ppGroupInfos |
Array of group infos pointers.
| uint32_t Burger::NetPlay::GroupInfos::m_uCount |
Number of GroupInfo_t entries.