Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ ClearNetchannelQueue
Method
ClearNetchannelQueue
core/PlayerManager.cpp:2227–2231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2225
}
2226
2227
void CPlayer::ClearNetchannelQueue(void)
2228
{
2229
while (!m_PrintfBuffer.empty())
2230
m_PrintfBuffer.pop_front();
2231
}
2232
2233
void CPlayer::SetName(const char *name)
2234
{
Callers
1
OnPrintfFrameAction
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected