C4 Engine
C4 Engine API Documentation

class RagdollController

Defined in:  C4Physics.h
The RagdollController class manages a set of rigid bodies that compose a ragdoll.
Definition

class RagdollController final : public RigidBodyController, public LinkTarget<RagdollController>

Constructor

RagdollController();

Description
The RagdollController class manages a set of rigid bodies that are connected by joints and collectively make up the parts of a ragdoll.
Base Classes
RigidBodyController A RagdollController is a specific type of rigid body controller.
LinkTarget<RagdollController> Ragdoll controllers support smart linking with the Link class.