mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 02:14:18 +00:00
Implement/match LegoWorld::FUN_10021790 (#486)
* Implement/match LegoWorld::FUN_10021790 * Improve match * Match * Specify python package versions * Use wildcard version * Use const atom * Use const atom
This commit is contained in:
committed by
GitHub
parent
5f413165cc
commit
a3868e3808
@@ -86,7 +86,10 @@ public:
|
||||
// FUNCTION: LEGO1 0x1001f2b0
|
||||
// MxListCursor<LegoEntity *>::~MxListCursor<LegoEntity *>
|
||||
|
||||
// FUNCTION: LEGO1 0x1001edc6
|
||||
// FUNCTION: LEGO1 0x1001f300
|
||||
// LegoEntityListCursor::~LegoEntityListCursor
|
||||
|
||||
// TEMPLATE: LEGO1 0x100207d0
|
||||
// MxListCursor<LegoEntity *>::MxListCursor<LegoEntity *>
|
||||
|
||||
#endif // LEGOENTITYLIST_H
|
||||
|
||||
@@ -66,7 +66,7 @@ public:
|
||||
void FUN_10073430();
|
||||
MxS32 GetCurrPathInfo(LegoPathBoundary** p_path, MxS32& p_value);
|
||||
MxPresenter* FindPresenter(const char* p_presenter, const char* p_name);
|
||||
MxPresenter* FUN_10021790(MxAtomId& p_atom, MxS32 p_entityId);
|
||||
MxCore* FUN_10021790(const MxAtomId& p_atom, MxS32 p_entityId);
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1001dee0
|
||||
// LegoWorld::`scalar deleting destructor'
|
||||
|
||||
Reference in New Issue
Block a user