MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / AddClientToWatch

Method AddClientToWatch

core/MenuStyle_Base.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void BaseMenuStyle::AddClientToWatch(int client)
60{
61#if defined MENU_DEBUG
62 logger->LogMessage("[SM_MENU] AddClientToWatch(%d)", client);
63#endif
64 m_WatchList.push_back(client);
65}
66
67void BaseMenuStyle::RemoveClientFromWatch(int client)
68{

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.80
LogMessageMethod · 0.45

Tested by

no test coverage detected