mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Match Jetski::HandleClick
(#1380)
* Match `Jetski::HandleClick` * Formatting * Clean up, document, add BETA10 references * Fix formatting --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
|
||||
void ActivateSceneActions();
|
||||
|
||||
MxS16 GetUnknown0x160() { return m_unk0x160; }
|
||||
MxS16 GetUnknown0x160() { return m_jetskiDashboardStreamId; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1007e5c0
|
||||
// Jetski::`scalar deleting destructor'
|
||||
@@ -43,7 +43,7 @@ public:
|
||||
private:
|
||||
void RemoveFromWorld();
|
||||
|
||||
MxS16 m_unk0x160; // 0x160
|
||||
MxS16 m_jetskiDashboardStreamId; // 0x160
|
||||
};
|
||||
|
||||
#endif // JETSKI_H
|
||||
|
@@ -58,6 +58,7 @@ public:
|
||||
virtual MxFloat VTable0x5c() { return m_unk0x70; } // vtable+0x5c
|
||||
|
||||
// FUNCTION: LEGO1 0x10002d00
|
||||
// FUNCTION: BETA10 0x1000f4a0
|
||||
virtual MxU8 GetActorId() { return m_actorId; } // vtable+0x60
|
||||
|
||||
// FUNCTION: LEGO1 0x10002d10
|
||||
|
@@ -199,6 +199,7 @@ public:
|
||||
void SwitchArea(Area p_area);
|
||||
void Init();
|
||||
|
||||
// FUNCTION: BETA10 0x10083ff5
|
||||
MxU8 GetActorId() { return m_actorId; }
|
||||
|
||||
// FUNCTION: BETA10 0x1004a2d0
|
||||
|
Reference in New Issue
Block a user