C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

Joint::GetSecondRigidBodyConnector

Defined in:  C4Contacts.h
Returns the second rigid body connected to a joint.
Prototype

Node *GetSecondRigidBodyConnector(voidconst;

Description
The GetSecondRigidBodyConnector function returns the second rigid body connected to a joint. If there is no second rigid body connected to the joint, then the return value is nullptr.
See Also

Joint::SetSecondRigidBodyConnector

Joint::GetFirstRigidBodyConnector

Joint::SetFirstRigidBodyConnector