| 2921 | } |
| 2922 | |
| 2923 | B3_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 | |
| 2933 | B3_SHARED_API int b3SubmitClientCommand(b3PhysicsClientHandle physClient, const b3SharedMemoryCommandHandle commandHandle) |
| 2934 | { |