mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoPathController::Read (#904)
* Implement/match LegoPathController::Read * Add size asserts
This commit is contained in:

committed by
GitHub

parent
5df947dbb9
commit
f442f1a2f7
@@ -1,3 +1,12 @@
|
||||
#include "legounkown100db7f4.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(LegoUnknown100db7f4, 0x40)
|
||||
|
||||
// FUNCTION: LEGO1 0x1009a630
|
||||
// FUNCTION: BETA10 0x10183050
|
||||
LegoUnknown100db7f4::LegoUnknown100db7f4()
|
||||
{
|
||||
m_unk0x24 = 0;
|
||||
m_unk0x28.Clear();
|
||||
m_unk0x3c = 0;
|
||||
}
|
||||
|
@@ -9,6 +9,8 @@
|
||||
// SIZE 0x40
|
||||
class LegoUnknown100db7f4 : public LegoEdge {
|
||||
public:
|
||||
LegoUnknown100db7f4();
|
||||
|
||||
// FUNCTION: LEGO1 0x1002ddc0
|
||||
// FUNCTION: BETA10 0x100372a0
|
||||
LegoResult FUN_1002ddc0(LegoWEEdge& p_f, Vector3& p_point)
|
||||
@@ -25,6 +27,9 @@ public:
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1009a6c0
|
||||
// LegoUnknown100db7f4::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
LegoU16 m_unk0x24; // 0x24
|
||||
Mx3DPointFloat m_unk0x28; // 0x28
|
||||
|
Reference in New Issue
Block a user