mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoExtraActor::VTable0x6c (#956)
This commit is contained in:

committed by
GitHub

parent
535f1b973a
commit
3cfb918559
@@ -126,6 +126,7 @@ public:
|
||||
inline LegoPathBoundary* GetBoundary() { return m_boundary; }
|
||||
inline MxU32 GetState() { return m_state; }
|
||||
inline LegoPathController* GetController() { return m_controller; }
|
||||
inline MxBool GetCollideBox() { return m_collideBox; }
|
||||
|
||||
inline void SetBoundary(LegoPathBoundary* p_boundary) { m_boundary = p_boundary; }
|
||||
inline void SetState(MxU32 p_state) { m_state = p_state; }
|
||||
|
Reference in New Issue
Block a user