Implement/match LegoCarRaceActor::VTable0x6c (#1085)

* Implement/match `LegoCarRaceActor::VTable0x6c`

* Rename variable

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-08-17 17:59:22 +02:00
committed by GitHub
parent 9555aaba74
commit 34047c0cb6
4 changed files with 93 additions and 5 deletions

View File

@@ -110,6 +110,8 @@ public:
return (*lods)[i];
}
int GetLODCount() const { return lods ? lods->Size() : 0; }
// FUNCTION: BETA10 0x10027110
const CompoundObject* GetComp() const { return comp; }
unsigned char GetVisibility() { return m_visible; }