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

Function flagreturn

source/src/entities.cpp:513–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513void flagreturn(int fln)
514{
515 flaginfo &f = flaginfos[fln];
516 f.flagent->spawned = false;
517 f.ack = false;
518 addmsg(SV_FLAGACTION, "rii", FA_RETURN, f.team);
519}
520
521void flagscore(int fln)
522{

Callers 1

trypickupflagFunction · 0.85

Calls 1

addmsgFunction · 0.85

Tested by

no test coverage detected