MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getAllBoundDepth

Method getAllBoundDepth

src/Sato/GeographyObj.cpp:561–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561f32 GeographyObj::getAllBoundDepth()
562{
563 f32 totalDepth = 0.0f;
564 ObjColBase **bound = mBounds;
565 for (u8 i = 0; i < mBoundsNum; i++, bound++) {
566 totalDepth += (*bound)->getBoundDepth();
567 }
568 return totalDepth;
569}
570
571void GeographyObj::getItemThrowDirPow(JGeometry::TVec3f *, f32 *, const ItemObj &) {}
572

Callers

nothing calls this directly

Calls 1

getBoundDepthMethod · 0.80

Tested by

no test coverage detected