Initial CScriptDoor matches

This commit is contained in:
2025-12-01 16:32:29 -08:00
parent 9f0a697af2
commit 60219e550c
8 changed files with 322 additions and 4 deletions

View File

@@ -168,6 +168,8 @@ public:
void SetClampVelTimer(float v) { x470_clampVelTimer = v; }
void SetClampVelRange(float v) { x474_clampVelRange = v; }
void DoorClosing(TUniqueId uid);
private:
struct SFailsafeState {
CTransform4f x0_playerXf;