mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement Score (#230)
* Implement Score * Update mxomni.cpp Fix case of OFFSET comment. * Fix DeleteObjects * Apply changes (see comment) --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define LEGOWORLD_H
|
||||
|
||||
#include "legoentity.h"
|
||||
#include "legocameracontroller.h"
|
||||
|
||||
// VTABLE 0x100d6280
|
||||
// SIZE 0xf8
|
||||
@@ -23,6 +24,27 @@ public:
|
||||
{
|
||||
return !strcmp(name, LegoWorld::ClassName()) || LegoEntity::IsA(name);
|
||||
}
|
||||
|
||||
virtual void Stop(); // vtable+50
|
||||
virtual void VTable0x54(); // vtable+54
|
||||
virtual void VTable0x58(); // vtable+58
|
||||
virtual MxBool VTable0x5c(); // vtable+5c
|
||||
virtual void VTable0x60(); // vtable+60
|
||||
virtual MxBool VTable0x64(); // vtable+64
|
||||
virtual void VTable0x68(MxBool p_add); // vtable+68
|
||||
|
||||
MxResult SetAsCurrentWorld(MxDSObject &p_dsObject);
|
||||
|
||||
protected:
|
||||
undefined m_unk68[0x30];
|
||||
LegoCameraController *m_camera;
|
||||
undefined m_unk9c[0x5a];
|
||||
undefined m_unkf6;
|
||||
undefined m_unkf7;
|
||||
};
|
||||
|
||||
void FUN_10015820(MxU32 p_unk1, MxU32 p_unk2);
|
||||
void FUN_10015910(MxU32 p_unk1);
|
||||
void SetIsWorldActive(MxBool p_isWorldActive);
|
||||
|
||||
#endif // LEGOWORLD_H
|
||||
|
Reference in New Issue
Block a user