Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ getPathData
Method
getPathData
src/Sato/GeoObjPathMove.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
CrsData::PathData *GeoObjPathMove::getPathData() {
71
return RCMGetCourse()->getCrsData()->getPathData(mObj.pathID);
72
}
73
74
u16 GeoObjPathMove::getMaxPathNodeNum() {
75
return getPathData()->getPointNumber();
Callers
5
InitFixPathCam
Method · 0.45
InitChasePathCam
Method · 0.45
InitFixSplCam
Method · 0.45
InitChaseSplCam
Method · 0.45
InitDemoPathCam
Method · 0.45
Calls
2
RCMGetCourse
Function · 0.85
getCrsData
Method · 0.80
Tested by
no test coverage detected