mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +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:
@@ -10,12 +10,14 @@ class MxEndActionNotificationParam;
|
||||
class MxNotificationParam;
|
||||
|
||||
// VTABLE: LEGO1 0x100d5178
|
||||
// VTABLE: BETA10 0x101bd150
|
||||
// SIZE 0x7c
|
||||
class IsleActor : public LegoActor {
|
||||
public:
|
||||
MxLong Notify(MxParam& p_param) override; // vtable+0x04
|
||||
|
||||
// FUNCTION: LEGO1 0x1000e660
|
||||
// FUNCTION: BETA10 0x100a8300
|
||||
const char* ClassName() const override // vtable+0x0c
|
||||
{
|
||||
// STRING: LEGO1 0x100f07dc
|
||||
|
Reference in New Issue
Block a user