b2Body_GetJoints

Function b2Body_GetJoints 

Source
pub unsafe extern "C" fn b2Body_GetJoints(
    bodyId: b2BodyId,
    jointArray: *mut b2JointId,
    capacity: c_int,
) -> c_int
Expand 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