@@ -1077,7 +1077,7 @@ void level_fov(const FovContext & /*ctx*/);
10771077[[nodiscard]] auto level_is_unused3 (Gamep g, Levelsp v, Levelp l, const bpoint &p, Thingp me = nullptr ) -> Thingp;
10781078[[nodiscard]] auto level_is_unused4 (Gamep g, Levelsp v, Levelp l, const bpoint &p, Thingp me = nullptr ) -> Thingp;
10791079[[nodiscard]] auto level_is_unused46 (Gamep g, Levelsp v, Levelp l, const bpoint &p, Thingp me = nullptr ) -> Thingp;
1080- [[nodiscard]] auto level_is_unused47 (Gamep g, Levelsp v, Levelp l, const bpoint &p, Thingp me = nullptr ) -> Thingp;
1080+ [[nodiscard]] auto level_is_critical_to_level (Gamep g, Levelsp v, Levelp l, const bpoint &p, Thingp me = nullptr ) -> Thingp;
10811081[[nodiscard]] auto level_is_unused5 (Gamep g, Levelsp v, Levelp l, const bpoint &p, Thingp me = nullptr ) -> Thingp;
10821082[[nodiscard]] auto level_is_unused6 (Gamep g, Levelsp v, Levelp l, const bpoint &p, Thingp me = nullptr ) -> Thingp;
10831083[[nodiscard]] auto level_is_unused63 (Gamep g, Levelsp v, Levelp l, const bpoint &p, Thingp me = nullptr ) -> Thingp;
@@ -1298,7 +1298,7 @@ void level_fov(const FovContext & /*ctx*/);
12981298[[nodiscard]] auto level_is_unused3_cached (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> bool;
12991299[[nodiscard]] auto level_is_unused4_cached (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> bool;
13001300[[nodiscard]] auto level_is_unused46_cached (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> bool;
1301- [[nodiscard]] auto level_is_unused47_cached (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> bool;
1301+ [[nodiscard]] auto level_is_critical_to_level_cached (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> bool;
13021302[[nodiscard]] auto level_is_unused5_cached (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> bool;
13031303[[nodiscard]] auto level_is_unused6_cached (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> bool;
13041304[[nodiscard]] auto level_is_unused63_cached (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> bool;
@@ -1517,7 +1517,7 @@ void level_fov(const FovContext & /*ctx*/);
15171517[[nodiscard]] auto level_alive_is_unused3 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
15181518[[nodiscard]] auto level_alive_is_unused4 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
15191519[[nodiscard]] auto level_alive_is_unused46 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
1520- [[nodiscard]] auto level_alive_is_unused47 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
1520+ [[nodiscard]] auto level_alive_is_critical_to_level (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
15211521[[nodiscard]] auto level_alive_is_unused5 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
15221522[[nodiscard]] auto level_alive_is_unused6 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
15231523[[nodiscard]] auto level_alive_is_unused63 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
@@ -1736,7 +1736,7 @@ void level_fov(const FovContext & /*ctx*/);
17361736[[nodiscard]] auto level_count_is_unused3 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> uint32_t;
17371737[[nodiscard]] auto level_count_is_unused4 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> uint32_t;
17381738[[nodiscard]] auto level_count_is_unused46 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> uint32_t;
1739- [[nodiscard]] auto level_count_is_unused47 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> uint32_t;
1739+ [[nodiscard]] auto level_count_is_critical_to_level (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> uint32_t;
17401740[[nodiscard]] auto level_count_is_unused5 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> uint32_t;
17411741[[nodiscard]] auto level_count_is_unused6 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> uint32_t;
17421742[[nodiscard]] auto level_count_is_unused63 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> uint32_t;
@@ -1962,7 +1962,7 @@ void level_fov(const FovContext & /*ctx*/);
19621962[[nodiscard]] auto level_open_is_unused3 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
19631963[[nodiscard]] auto level_open_is_unused4 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
19641964[[nodiscard]] auto level_open_is_unused46 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
1965- [[nodiscard]] auto level_open_is_unused47 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
1965+ [[nodiscard]] auto level_open_is_critical_to_level (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
19661966[[nodiscard]] auto level_open_is_unused5 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
19671967[[nodiscard]] auto level_open_is_unused6 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
19681968[[nodiscard]] auto level_open_is_unused63 (Gamep g, Levelsp v, Levelp l, const bpoint &p) -> Thingp;
0 commit comments