MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / update

Function update

Source/Basic/Scheduler.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 FuncWrapperBase(const std::function<bool(double)>& func)
25 : func(func) { }
26 bool update(double deltaTime) {
27 return func(deltaTime);
28 }
29 std::function<bool(double)> func;
30};
31

Callers 15

updateMethod · 0.50
updateMethod · 0.50
updateMethod · 0.50
updateMethod · 0.50
updateMethod · 0.50
updateMethod · 0.50
loadMethod · 0.50
updateMethod · 0.50
updateMethod · 0.50
updateMethod · 0.50
updateMethod · 0.50
updateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected