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

Method RemoveClientFromWatch

core/MenuStyle_Base.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void BaseMenuStyle::RemoveClientFromWatch(int client)
68{
69#if defined MENU_DEBUG
70 logger->LogMessage("[SM_MENU] RemoveClientFromWatch(%d)", client);
71#endif
72 m_WatchList.remove(client);
73}
74
75void BaseMenuStyle::_CancelClientMenu(int client, MenuCancelReason reason, bool bAutoIgnore/* =false */)
76{

Callers

nothing calls this directly

Calls 2

LogMessageMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected