Match and link CObjectList

Former-commit-id: ba9184e06f
This commit is contained in:
2022-10-13 21:50:56 -07:00
parent 09fe85b522
commit 48261eb77e
7 changed files with 77 additions and 24 deletions

View File

@@ -32,6 +32,7 @@ public:
TAreaId GetAreaId() const;
TAreaId GetAreaIdAlways() const { return x4_areaId; }
bool GetActive() const { return x30_24_active; }
bool IsScriptingBlocked() const { return x30_26_scriptingBlocked; }
// might be fake?
rstl::vector< SConnection >& ConnectionList() { return x20_conns; }