mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implement/match LegoCharacterManager::FUN_10083f10 (#774)
* Implement LegoCharacterManager::FUN_10083f10 * style * Match * Fix naming
This commit is contained in:

committed by
GitHub

parent
75dc04f40a
commit
3bafe2d3a4
@@ -71,6 +71,7 @@ public:
|
||||
Mx3DPointFloat GetWorldPosition();
|
||||
|
||||
inline MxBool GetUnknown0x10IsSet(MxU8 p_flag) { return m_unk0x10 & p_flag; }
|
||||
inline MxBool GetFlagsIsSet(MxU8 p_flag) { return m_flags & p_flag; }
|
||||
inline MxU8 GetFlags() { return m_flags; }
|
||||
inline MxFloat GetWorldSpeed() { return m_worldSpeed; }
|
||||
inline LegoROI* GetROI() { return m_roi; }
|
||||
|
Reference in New Issue
Block a user