2023-10-16 09:22:21 -04:00
|
|
|
#include "legovehiclebuildstate.h"
|
|
|
|
|
|
|
|
#include "decomp.h"
|
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(LegoVehicleBuildState, 0x50); // 1000acd7
|
|
|
|
DECOMP_SIZE_ASSERT(LegoVehicleBuildState::UnkStruct, 0xc);
|
|
|
|
|
2023-11-21 03:44:45 -05:00
|
|
|
// OFFSET: LEGO1 0x10017c00
|
|
|
|
LegoVehicleBuildState::UnkStruct::UnkStruct()
|
|
|
|
{
|
|
|
|
m_unk04 = 0;
|
|
|
|
m_unk00 = 0;
|
|
|
|
m_unk06 = 0;
|
|
|
|
m_unk08 = 0;
|
|
|
|
}
|
|
|
|
|
2023-10-16 09:22:21 -04:00
|
|
|
// OFFSET: LEGO1 0x10025f30
|
|
|
|
LegoVehicleBuildState::LegoVehicleBuildState(char* p_classType)
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
this->m_className = p_classType;
|
|
|
|
this->m_unk4c = 0;
|
|
|
|
this->m_unk4d = 0;
|
|
|
|
this->m_unk4e = 0;
|
|
|
|
this->m_placedPartCount = 0;
|
2023-10-16 09:22:21 -04:00
|
|
|
}
|