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

Method getTotalSectorNumber

include/Kaneshige/Course/Course.h:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 Sector *getStartSector() const { return &mSectors[0]; }
184 f32 getTrackSectorDist() const { return mTrackSectorDist; }
185 int getTotalSectorNumber() const { return mTotalSectors; }
186 int getTrackSectorNumber() const { return mTrackSectorNum; }
187 CrsData *getCrsData() const { return mCrsData; }
188

Callers 2

searchCurrentSectorMethod · 0.80
checkLapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected