mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Add all BETA10 ClassName()
functions and vtables (#1258)
* Add all BETA10 `ClassName()` functions and vtables * Run formatter, fix copy error * Fix copy error * Add BETA10 library functions --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -9,12 +9,14 @@ class LegoControlManagerNotificationParam;
|
||||
class MxEndActionNotificationParam;
|
||||
|
||||
// VTABLE: LEGO1 0x100d53f8
|
||||
// VTABLE: BETA10 0x101bcf78
|
||||
// SIZE 0x0c
|
||||
class ScoreState : public LegoState {
|
||||
public:
|
||||
ScoreState() : m_playCubeTutorial(TRUE) {}
|
||||
|
||||
// FUNCTION: LEGO1 0x1000de40
|
||||
// FUNCTION: BETA10 0x100a7a70
|
||||
const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
// STRING: LEGO1 0x100f0084
|
||||
@@ -49,6 +51,7 @@ public:
|
||||
};
|
||||
|
||||
// VTABLE: LEGO1 0x100d4018
|
||||
// VTABLE: BETA10 0x101bfbd8
|
||||
// SIZE 0x104
|
||||
class Score : public LegoWorld {
|
||||
public:
|
||||
@@ -57,6 +60,7 @@ public:
|
||||
MxLong Notify(MxParam& p_param) override; // vtable+0x04
|
||||
|
||||
// FUNCTION: LEGO1 0x100010c0
|
||||
// FUNCTION: BETA10 0x100f4f20
|
||||
const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
// STRING: LEGO1 0x100f0050
|
||||
|
Reference in New Issue
Block a user