Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ ignore
Function
ignore
source/src/clientgame.cpp:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void ignore(int *cn)
112
{
113
playerent *d = getclient(*cn);
114
if(d && d != player1) d->ignored = true;
115
}
116
COMMAND(ignore,
"i"
);
117
118
void listignored()
Callers
nothing calls this directly
Calls
1
getclient
Function · 0.85
Tested by
no test coverage detected