C4 Engine Terathon Software C4 Engine API Documentation

• Physics Manager

API Links
Developer Links

Joint::GetFirstRigidBodyConnector

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

Node *GetFirstRigidBodyConnector(voidconst;

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

Joint::SetFirstRigidBodyConnector

Joint::GetSecondRigidBodyConnector

Joint::SetSecondRigidBodyConnector