Begin matching CScriptMazeNode

Former-commit-id: 38ca1f6816
This commit is contained in:
2022-09-14 01:24:12 -04:00
parent 48c7444acb
commit 86c16b4b9d
8 changed files with 440 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ public:
void SendScriptMsgs(EScriptObjectState state, CStateManager& mgr, EScriptObjectMessage msg);
TUniqueId GetUniqueId() const { return x8_uid; }
TAreaId GetAreaId() const;
bool GetActive() const { return x30_24_active; }
static rstl::vector<SConnection> NullConnectionList;