Implement/match LegoCharacterManager::FUN_10084ec0 (#770)

* Implement LegoCharacterManager::FUN_10084ec0

* Match

* Match CreateROI

* Match

* Improve match
This commit is contained in:
Christian Semmler
2024-04-05 09:57:20 -04:00
committed by GitHub
parent 32f1621ec7
commit c9ce9b56bb
2 changed files with 72 additions and 16 deletions

View File

@@ -56,6 +56,7 @@ public:
LegoExtraActor* GetActor(const char* p_key);
LegoCharacterData* GetData(const char* p_key);
LegoCharacterData* GetData(LegoROI* p_roi);
LegoROI* FUN_10084cf0(LegoROI* p_roi, const char*);
MxBool FUN_10084ec0(LegoROI* p_roi);
MxU32 FUN_10085140(LegoROI* p_roi, MxBool p_und);
LegoROI* FUN_10085210(const char* p_name, const char* p_lodName, MxBool p_createEntity);