mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): CMapBaseObjLink structures
This commit is contained in:
parent
57430d2995
commit
a36752d3a0
12 changed files with 5348 additions and 124 deletions
|
|
@ -3,12 +3,15 @@
|
|||
|
||||
#include "tempest/box.h"
|
||||
#include "async/object.h"
|
||||
#include "WMOchunks.h"
|
||||
#include "map/WMOchunks.h"
|
||||
#include "tempest/vector.h"
|
||||
#include "storm/list.h"
|
||||
|
||||
DECLARE_STRUCT(CMapObj);
|
||||
DECLARE_STRUCT(CMapObjGroup);
|
||||
|
||||
STORM_TS_LIST(CMapObjGroup);
|
||||
|
||||
struct CMapObjGroup;
|
||||
|
||||
struct CMapObj
|
||||
|
|
@ -66,9 +69,7 @@ struct CMapObj
|
|||
CAsyncObject* asyncObject;
|
||||
int32_t isGroupLoaded;
|
||||
int32_t unk_1E4;
|
||||
int32_t TSExplicitList__m_linkOffset;
|
||||
void* TSExplicitList__ptr1;
|
||||
void* TSExplicitList__ptr2;
|
||||
TSExplicitList_CMapObjGroup mapObjGroupList;
|
||||
int32_t mapObjGroupCount;
|
||||
CMapObjGroup* mapObjGroupArray[512];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue