added BurnRitualObj function

Code optimization needed.

Some detected issues:
- Farmhouse worked properly.
- Only burnAll works on Molly map.
- It does not work on Town and Inn map.
- Only burnAll works on Slaughterhouse map.
This commit is contained in:
Jadis0x
2024-04-15 00:03:47 +03:00
parent aefdecc823
commit 26c0103b0f
2 changed files with 192 additions and 1 deletions

View File

@@ -2,8 +2,14 @@
#include <string>
class Wrapper;
bool IsSinglePlayer();
bool IsOnline();
bool IsHost();
app::Menu* get_HorrorMenu();
std::string get_SceneName();
std::string get_SceneName();
void BurnRitualObj(bool burnAll);
void BurnManager(std::string& sceneName, Wrapper& wrapper, const Il2CppImage* image, bool burnAll);