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

Method updateShots

src/clientbase/RemotePlayer.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90void RemotePlayer::updateShots(float dt) {
91 for (int i = 0; i < numShots; i++) {
92 if (shots[i]) {
93 shots[i]->update(dt);
94 }
95 }
96}
97
98
99// Local Variables: ***

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected