MCPcopy 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
111void ignore(int *cn)
112{
113 playerent *d = getclient(*cn);
114 if(d && d != player1) d->ignored = true;
115}
116COMMAND(ignore, "i");
117
118void listignored()

Callers

nothing calls this directly

Calls 1

getclientFunction · 0.85

Tested by

no test coverage detected