![]() |
DDNet documentation
|
Public Member Functions | |
| void | Init (int ClientId, CPlayerMapping *pPlayerMapping) |
| void | InitPlayer (CSixupCfg SixupCfg) |
| CPlayer * | Player () const |
| void | Update () |
| void | Add (int MapId, int ClientId) |
| int | Remove (int MapId) |
| void | InsertNextEmptyOrReplace (int ClientId) |
| int | MapSize () const |
| void | DoSeeOthers () |
| void | CycleSeeOthers () |
| void | UpdateSeeOthers () const |
| void | ResetSeeOthers () |
| int | MaxNumSeeOthers () |
Public Attributes | |
| CPlayerMapping * | m_pPlayerMapping |
| int | m_ClientId |
| int | m_NumReserved |
| bool | m_UpdateTeamsState |
| bool | m_aReserved [MAX_CLIENTS] |
| bool | m_ResortReserved |
| int * | m_pMap |
| int * | m_pReverseMap |
| int | m_SeeOthersPage |
| int | m_TotalOverhang |
| int | m_NumPages |
| int | m_NumSeeOthers |
| bool | m_aWasSeeOthers [MAX_CLIENTS] |
| int | m_LastSeeOthersVoteTick |
| bool | m_DoSeeOthersByVote |
| void CPlayerMapping::CPlayerMap::Add | ( | int | MapId, |
| int | ClientId ) |
| void CPlayerMapping::CPlayerMap::CycleSeeOthers | ( | ) |
| void CPlayerMapping::CPlayerMap::DoSeeOthers | ( | ) |
| void CPlayerMapping::CPlayerMap::Init | ( | int | ClientId, |
| CPlayerMapping * | pPlayerMapping ) |
| void CPlayerMapping::CPlayerMap::InitPlayer | ( | CSixupCfg | SixupCfg | ) |
| void CPlayerMapping::CPlayerMap::InsertNextEmptyOrReplace | ( | int | ClientId | ) |
| int CPlayerMapping::CPlayerMap::MapSize | ( | ) | const |
| int CPlayerMapping::CPlayerMap::MaxNumSeeOthers | ( | ) |
| CPlayer * CPlayerMapping::CPlayerMap::Player | ( | ) | const |
| int CPlayerMapping::CPlayerMap::Remove | ( | int | MapId | ) |
| void CPlayerMapping::CPlayerMap::ResetSeeOthers | ( | ) |
| void CPlayerMapping::CPlayerMap::Update | ( | ) |
| void CPlayerMapping::CPlayerMap::UpdateSeeOthers | ( | ) | const |
| bool CPlayerMapping::CPlayerMap::m_aReserved[MAX_CLIENTS] |
| bool CPlayerMapping::CPlayerMap::m_aWasSeeOthers[MAX_CLIENTS] |
| int CPlayerMapping::CPlayerMap::m_ClientId |
| bool CPlayerMapping::CPlayerMap::m_DoSeeOthersByVote |
| int CPlayerMapping::CPlayerMap::m_LastSeeOthersVoteTick |
| int CPlayerMapping::CPlayerMap::m_NumPages |
| int CPlayerMapping::CPlayerMap::m_NumReserved |
| int CPlayerMapping::CPlayerMap::m_NumSeeOthers |
| int* CPlayerMapping::CPlayerMap::m_pMap |
| CPlayerMapping* CPlayerMapping::CPlayerMap::m_pPlayerMapping |
| int* CPlayerMapping::CPlayerMap::m_pReverseMap |
| bool CPlayerMapping::CPlayerMap::m_ResortReserved |
| int CPlayerMapping::CPlayerMap::m_SeeOthersPage |
| int CPlayerMapping::CPlayerMap::m_TotalOverhang |
| bool CPlayerMapping::CPlayerMap::m_UpdateTeamsState |