pub unsafe extern "C" fn b2Body_GetJoints(
bodyId: b2BodyId,
jointArray: *mut b2JointId,
capacity: c_int,
) -> c_intExpand description
Get the joint ids for all joints on this body, up to the provided capacity @returns the number of joint ids stored in the user array