Add CCollisionActorManager

Former-commit-id: dca89789f2
This commit is contained in:
2022-10-28 14:06:29 -07:00
parent 83055d527d
commit 8b5b9757f3
30 changed files with 441 additions and 56 deletions

View File

@@ -32,7 +32,7 @@ public:
const rstl::string& GetDebugName() const { return x10_name; }
TAreaId GetAreaId() const;
TAreaId GetCurrentAreaId() const { return x4_areaId; }
bool GetActive() const { return x30_24_active; }
uchar GetActive() const { return x30_24_active; }
bool IsScriptingBlocked() const { return x30_26_scriptingBlocked; }
// might be fake?