Definition at line 71 of file MapdataCheckPath.hh.
|
f32 | m_lapProportion |
| Minimum proportion of a lap a checkpath can be. Calculated as 1/(maxDepth+1).
|
|
◆ MapdataCheckPathAccessor()
System::MapdataCheckPathAccessor::MapdataCheckPathAccessor |
( |
const MapSectionHeader * | header | ) |
|
|
Inlined in 0x8051377C |
◆ findCheckpathForCheckpoint()
MapdataCheckPath * System::MapdataCheckPathAccessor::findCheckpathForCheckpoint |
( |
u16 | checkpointId | ) |
const |
|
nodiscard0x80515014 |
◆ lapProportion()
f32 System::MapdataCheckPathAccessor::lapProportion |
( |
| ) |
const |
|
nodiscard |
◆ m_lapProportion
f32 System::MapdataCheckPathAccessor::m_lapProportion |
|
private |
Minimum proportion of a lap a checkpath can be. Calculated as 1/(maxDepth+1).
Another way to think of it: maxDepth+1 is the number of checkpaths in the longest route through the course, where longest means most checkpaths traversed, not most distance traversed. So if one plans their route to hit the most checkpaths possible (no backtracking), they hit maxDepth+1 checkpaths, and each checkpath is lapProportion
% of the total checkpaths on the route.
Definition at line 90 of file MapdataCheckPath.hh.