MCPcopy 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
2227void CPlayer::ClearNetchannelQueue(void)
2228{
2229 while (!m_PrintfBuffer.empty())
2230 m_PrintfBuffer.pop_front();
2231}
2232
2233void CPlayer::SetName(const char *name)
2234{

Callers 1

OnPrintfFrameActionMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected