![]() |
DDraceNetwork Documentation
|
#include <gamecontext.h>
Public Member Functions | |
| CMutes (const char *pSystemName) | |
| bool | Mute (const NETADDR *pAddr, int Seconds, const char *pReason, bool InitialDelay) |
| void | UnmuteIndex (int Index) |
| void | UnmuteAddr (const NETADDR *pAddr) |
| void | UnmuteExpired () |
| std::optional< CMute > | IsMuted (const NETADDR *pAddr, bool RespectInitialDelay) const |
| void | Print (int Page) const |
Private Attributes | |
| const char * | m_pSystemName |
| std::map< NETADDR, CMute > | m_Mutes |
| void CMutes::UnmuteExpired | ( | ) |