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

Function removebounceents

source/src/weapon.cpp:665–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663vector<bounceent *> bounceents;
664
665void removebounceents(playerent *owner)
666{
667 loopv(bounceents) if(bounceents[i]->owner==owner) { delete bounceents[i]; bounceents.remove(i--); }
668}
669
670void movebounceents()
671{

Callers 1

~playerentMethod · 0.85

Calls 2

loopvFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected