mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
ExtraActor ctor/dtor (#737)
This commit is contained in:
@@ -58,9 +58,16 @@ protected:
|
||||
MxS16 m_curAnim; // 0x18
|
||||
};
|
||||
|
||||
// clang-format off
|
||||
// TEMPLATE: LEGO1 0x1000da20
|
||||
// vector<LegoAnimActorStruct *,allocator<LegoAnimActorStruct *> >::~vector<LegoAnimActorStruct *,allocator<LegoAnimActorStruct *> >
|
||||
|
||||
// TEMPLATE: LEGO1 0x1000da60
|
||||
// Vector<LegoAnimActorStruct *>::~Vector<LegoAnimActorStruct *>
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10012b90
|
||||
// LegoAnimActor::`vbase destructor'
|
||||
|
||||
// TEMPLATE: LEGO1 0x1001c010
|
||||
// vector<unsigned char *,allocator<unsigned char *> >::~vector<unsigned char *,allocator<unsigned char *> >
|
||||
|
||||
@@ -78,5 +85,6 @@ protected:
|
||||
|
||||
// TEMPLATE: LEGO1 0x1001ca10
|
||||
// uninitialized_copy
|
||||
// clang-format on
|
||||
|
||||
#endif // LEGOANIMACTOR_H
|
||||
|
@@ -43,15 +43,22 @@ public:
|
||||
// LegoExtraActor::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
undefined4 m_unk0x08; // 0x08
|
||||
undefined m_unk0x0c; // 0x0c
|
||||
undefined m_unk0x0d; // 0x0d
|
||||
undefined m_unk0x0e; // 0x0e
|
||||
undefined4 m_unk0x10; // 0x10
|
||||
MxU8 m_unk0x14; // 0x14
|
||||
MxMatrix m_unk0x18; // 0x18
|
||||
undefined4 m_unk0x60; // 0x60
|
||||
undefined4 m_unk0x64; // 0x64
|
||||
undefined4 m_unk0x08; // 0x08
|
||||
undefined m_unk0x0c; // 0x0c
|
||||
undefined m_unk0x0d; // 0x0d
|
||||
undefined m_unk0x0e; // 0x0e
|
||||
undefined4 m_unk0x10; // 0x10
|
||||
MxU8 m_unk0x14; // 0x14
|
||||
MxU8 m_unk0x15; // 0x15
|
||||
MxMatrix m_unk0x18; // 0x18
|
||||
LegoAnimActorStruct* m_unk0x60; // 0x60
|
||||
LegoAnimActorStruct* m_unk0x64; // 0x64
|
||||
};
|
||||
|
||||
// GLOBAL: LEGO1 0x100d6be8
|
||||
// LegoExtraActor::`vbtable'{for `LegoAnimActor'}
|
||||
|
||||
// GLOBAL: LEGO1 0x100d6bf0
|
||||
// LegoExtraActor::`vbtable'{for `LegoExtraActor'}
|
||||
|
||||
#endif // LEGOEXTRAACTOR_H
|
||||
|
Reference in New Issue
Block a user