mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Rename SetUnknown84
to SetNotificationObject
(#1474)
This commit is contained in:
@@ -104,8 +104,8 @@ public:
|
||||
// FUNCTION: BETA10 0x10015430
|
||||
void SetUp(const Vector3& p_up) { m_up = p_up; }
|
||||
|
||||
MxCore* GetUnknown84() { return m_unk0x84; }
|
||||
void SetUnknown84(MxCore* p_unk0x84) { m_unk0x84 = p_unk0x84; }
|
||||
MxCore* GetNotificationObject() { return m_notificationObject; }
|
||||
void SetNotificationObject(MxCore* p_notificationObject) { m_notificationObject = p_notificationObject; }
|
||||
MxCore* GetOrigin() { return m_origin; }
|
||||
void SetOrigin(MxCore* p_origin) { m_origin = p_origin; }
|
||||
|
||||
@@ -117,20 +117,20 @@ public:
|
||||
// MxDSAction::`scalar deleting destructor'
|
||||
|
||||
protected:
|
||||
MxU32 m_sizeOnDisk; // 0x2c
|
||||
MxU32 m_flags; // 0x30
|
||||
MxLong m_startTime; // 0x34
|
||||
MxLong m_duration; // 0x38
|
||||
MxS32 m_loopCount; // 0x3c
|
||||
Mx3DPointFloat m_location; // 0x40
|
||||
Mx3DPointFloat m_direction; // 0x54
|
||||
Mx3DPointFloat m_up; // 0x68
|
||||
char* m_extraData; // 0x7c
|
||||
MxU16 m_extraLength; // 0x80
|
||||
MxCore* m_unk0x84; // 0x84
|
||||
undefined4 m_unk0x88; // 0x88
|
||||
MxCore* m_origin; // 0x8c
|
||||
MxLong m_unk0x90; // 0x90
|
||||
MxU32 m_sizeOnDisk; // 0x2c
|
||||
MxU32 m_flags; // 0x30
|
||||
MxLong m_startTime; // 0x34
|
||||
MxLong m_duration; // 0x38
|
||||
MxS32 m_loopCount; // 0x3c
|
||||
Mx3DPointFloat m_location; // 0x40
|
||||
Mx3DPointFloat m_direction; // 0x54
|
||||
Mx3DPointFloat m_up; // 0x68
|
||||
char* m_extraData; // 0x7c
|
||||
MxU16 m_extraLength; // 0x80
|
||||
MxCore* m_notificationObject; // 0x84
|
||||
undefined4 m_unk0x88; // 0x88
|
||||
MxCore* m_origin; // 0x8c
|
||||
MxLong m_unk0x90; // 0x90
|
||||
};
|
||||
|
||||
#endif // MXDSACTION_H
|
||||
|
Reference in New Issue
Block a user