MCPcopy 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
70CrsData::PathData *GeoObjPathMove::getPathData() {
71 return RCMGetCourse()->getCrsData()->getPathData(mObj.pathID);
72}
73
74u16 GeoObjPathMove::getMaxPathNodeNum() {
75 return getPathData()->getPointNumber();

Callers 5

InitFixPathCamMethod · 0.45
InitChasePathCamMethod · 0.45
InitFixSplCamMethod · 0.45
InitChaseSplCamMethod · 0.45
InitDemoPathCamMethod · 0.45

Calls 2

RCMGetCourseFunction · 0.85
getCrsDataMethod · 0.80

Tested by

no test coverage detected