* Match and link CRipper

* Apply symbols
This commit is contained in:
2025-05-08 12:46:53 -07:00
committed by GitHub
parent 311c0b112d
commit 2644cb1ea4
8 changed files with 538 additions and 300 deletions

View File

@@ -426,8 +426,16 @@ public:
x284_additiveReaction = cmd;
}
void DeliverCmd(const CBCKnockBackCmd& cmd) {
DeliverCmd(cmd.GetCommandId());
xf4_knockBack = cmd;
}
void DeliverTargetVector(const CVector3f& t) { x18_target = t; }
void BlendSteeringCmds();
void SetSteeringBlendMode(ESteeringBlendMode mode) {
x30_steeringMode = mode;
}
void SetSteeringSpeedRange(float rmin, float rmax);
void Reset();
CBodyStateCmd* GetCmd(EBodyStateCmd cmd);