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

Method staticAngularCallback

src/game/PhysicsDriver.cpp:363–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361 ((PhysicsDriver*)data)->linearCallback(name);
362}
363void PhysicsDriver::staticAngularCallback(const std::string& name, void* data) {
364 ((PhysicsDriver*)data)->angularCallback(name);
365}
366void PhysicsDriver::staticRadialCallback(const std::string& name, void* data) {
367 ((PhysicsDriver*)data)->radialCallback(name);
368}

Callers

nothing calls this directly

Calls 1

angularCallbackMethod · 0.80

Tested by

no test coverage detected