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

Function callPlayingCallbacks

src/clientbase/playing.cpp:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204void callPlayingCallbacks() {
205 const size_t count = playingCallbacks.size();
206 for (size_t i = 0; i < count; i++) {
207 const PlayingCallbackItem& cb = playingCallbacks[i];
208 (*cb.cb)(cb.data);
209 }
210}
211
212
213//

Callers 2

playingLoopFunction · 0.85
playingLoopFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected