ksys/phys: Add RagdollController (the real one, not RagdollInstance)

This commit is contained in:
Léo Lam
2022-12-20 23:25:21 +01:00
parent 3fc168ab99
commit 25427f1b4c
11 changed files with 357 additions and 12 deletions
@@ -20,6 +20,7 @@ class GroupFilter;
class LayerContactPointInfo;
class MaterialTable;
class RayCastForRequest;
class RagdollControllerKeyList;
class RagdollInstanceMgr;
class RigidBody;
class RigidBodyRequestMgr;
@@ -109,6 +110,8 @@ public:
RayCastForRequest* allocRayCastRequest(SystemGroupHandler* group_handler = nullptr,
GroundHit ground_hit = GroundHit::HitAll);
RagdollControllerKeyList* getRagdollCtrlKeyList() const;
// TODO: rename
// 0x0000007101216c60
void setEntityContactListenerField90(bool value);