Implement LegoJetskiRaceActor::VTable0x6c, add BETA10 annotations (#1160)

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-11-19 16:20:27 +01:00
committed by GitHub
parent 6431405e92
commit 5be9b343c4
5 changed files with 68 additions and 2 deletions

View File

@@ -90,6 +90,8 @@ public:
LegoROI* GetROI() { return m_roi; }
MxU8 GetType() { return m_type; }
// FUNCTION: BETA10 0x1007ff00
MxBool GetCameraFlag() { return m_cameraFlag; }
void SetFlags(MxU8 p_flags) { m_flags = p_flags; }