mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implement LegoPathActor::VTable0x70 (#807)
* Implement LegoPathActor::VTable0x70 * match --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -74,6 +74,7 @@ public:
|
||||
static MxResult UpdateCameraLocation(const char* p_location);
|
||||
inline void SetLinearVel(MxFloat p_linearVel) { m_linearVel = p_linearVel; }
|
||||
inline MxFloat GetLinearVel() { return m_linearVel; }
|
||||
inline MxFloat GetRotationalVel() { return m_rotationalVel; }
|
||||
inline MxFloat GetMaxLinearVel() { return m_maxLinearVel; }
|
||||
inline void ResetLinearVel(MxFloat p_maxLinearVel)
|
||||
{
|
||||
|
Reference in New Issue
Block a user