MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / isConnected

Method isConnected

examples/SharedMemory/PhysicsDirect.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231bool PhysicsDirect::isConnected() const
232{
233 return m_data->m_commandProcessor->isConnected();
234}
235
236// return non-null if there is a status, nullptr otherwise
237const SharedMemoryStatus* PhysicsDirect::processServerStatus()

Callers 15

mainFunction · 0.45
grpcServer.pyFile · 0.45
graphicsClient.pyFile · 0.45
heightfield.pyFile · 0.45
load_soft_body.pyFile · 0.45
deformable_ball.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected