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

Function b3CanSubmitCommand

examples/SharedMemory/PhysicsClientC_API.cpp:2923–2931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2921}
2922
2923B3_SHARED_API int b3CanSubmitCommand(b3PhysicsClientHandle physClient)
2924{
2925 PhysicsClient* cl = (PhysicsClient*)physClient;
2926 if (cl)
2927 {
2928 return (int)cl->canSubmitCommand();
2929 }
2930 return false;
2931}
2932
2933B3_SHARED_API int b3SubmitClientCommand(b3PhysicsClientHandle physClient, const b3SharedMemoryCommandHandle commandHandle)
2934{

Callers 15

testSharedMemoryFunction · 0.85
connectMethod · 0.85
getPhysicsClientFunction · 0.85
pybullet_stepSimulationFunction · 0.85
pybullet_isConnectedFunction · 0.85
pybullet_removeStateFunction · 0.85
pybullet_removeBodyFunction · 0.85

Calls 1

canSubmitCommandMethod · 0.45

Tested by 1

testSharedMemoryFunction · 0.68