MCPcopy Create free account
hub / github.com/assaultcube/AC / onCallVote

Function onCallVote

source/src/clients2c.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236int lastspawn = 0;
237
238void onCallVote(int type, int vcn, char *text, char *a)
239{
240 exechook(HOOK_SP_MP, "onCallVote", "%d %d [%s] [%s]", type, vcn, text, a);
241}
242
243void onChangeVote(int mod, int id)
244{

Callers 1

parsemessagesFunction · 0.85

Calls 1

exechookFunction · 0.85

Tested by

no test coverage detected