mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 03:37:00 +00:00
Add rstl::binary_find
Including CAnimData::GetBoundingBox
Former-commit-id: e4a864880b
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
const CParticleDatabase& GetParticleDB() const { return x120_particleDB; }
|
||||
// SetIsAnimating__9CAnimDataFb
|
||||
// SetAnimDir__9CAnimDataFQ29CAnimData8EAnimDir
|
||||
// GetBoundingBox__9CAnimDataCFv
|
||||
CAABox GetBoundingBox() const;
|
||||
// GetBoundingBox__9CAnimDataCFRC12CTransform4f
|
||||
// GetLocatorSegId__9CAnimDataCFRCQ24rstl66basic_string
|
||||
// ResetPOILists__9CAnimDataFv
|
||||
|
||||
@@ -24,6 +24,7 @@ public:
|
||||
};
|
||||
|
||||
const CPASDatabase& GetPASDatabase() const { return x30_pasDatabase; }
|
||||
const rstl::vector< rstl::pair< rstl::string, CAABox > >& GetAnimBBoxList() const { return x88_aabbs; }
|
||||
|
||||
private:
|
||||
ushort x0_tableCount;
|
||||
|
||||
@@ -195,5 +195,6 @@ private:
|
||||
int x184_scanCompletionRateSecond;
|
||||
CStaticInterference x188_staticIntf;
|
||||
};
|
||||
CHECK_SIZEOF(CPlayerState, 0x198)
|
||||
|
||||
#endif // _CPLAYERSTATE
|
||||
|
||||
Reference in New Issue
Block a user