![]() |
DDNet documentation
|
#include <antibot_data.h>
Public Attributes | |
| CAntibotVersion | m_Version |
| int64_t | m_Now |
| int64_t | m_Freq |
| void(*) | m_pfnKick (int ClientId, const char *pMessage, void *pUser) |
| void(*) | m_pfnLog (const char *pMessage, void *pUser) |
| void(*) | m_pfnReport (int ClientId, const char *pMessage, void *pUser) |
| void(*) | m_pfnSend (int ClientId, const void *pData, int DataSize, int Flags, void *pUser) |
| void(*) | m_pfnTeehistorian (const void *pData, int DataSize, void *pUser) |
| void * | m_pUser |
| int64_t CAntibotData::m_Freq |
| int64_t CAntibotData::m_Now |
| void(*) CAntibotData::m_pfnKick(int ClientId, const char *pMessage, void *pUser) |
| void(*) CAntibotData::m_pfnLog(const char *pMessage, void *pUser) |
| void(*) CAntibotData::m_pfnReport(int ClientId, const char *pMessage, void *pUser) |
| void(*) CAntibotData::m_pfnSend(int ClientId, const void *pData, int DataSize, int Flags, void *pUser) |
| void(*) CAntibotData::m_pfnTeehistorian(const void *pData, int DataSize, void *pUser) |
| void* CAntibotData::m_pUser |
| CAntibotVersion CAntibotData::m_Version |