MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setExpired

Method setExpired

src/clientbase/ShotPath.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147void ShotPath::setExpired() {
148 expiring = true;
149 expired = true;
150 getStrategy()->expire();
151 eventHandler.ShotRemoved(firingInfo);
152}
153
154
155void ShotPath::boostReloadTime(float dt) {

Callers 4

doEndShotMethod · 0.45
doUpdateMethod · 0.45
doEndShotMethod · 0.45
doEndShotMethod · 0.45

Calls 2

expireMethod · 0.45
ShotRemovedMethod · 0.45

Tested by

no test coverage detected