Decompile MapManager::GetCourseMinZ

Decompile MapManager::GetCourseMaxX

Decompile MapManager::GetCourseMaxZ
This commit is contained in:
SammygoodTunes
2025-01-11 18:51:09 +01:00
parent 61f866af93
commit 090b1ae50e
2 changed files with 15 additions and 6 deletions
+12 -3
View File
@@ -67,9 +67,18 @@ ARM q20 MapManager::GetCourseMinX() {
return (this->mCourse->mBounds).min.x;
}
unk8 MapManager::GetCourseMinZ() {}
unk8 MapManager::GetCourseMaxX() {}
unk8 MapManager::GetCourseMaxZ() {}
ARM q20 MapManager::GetCourseMinZ() {
return (this->mCourse->mBounds).min.z;
}
ARM q20 MapManager::GetCourseMaxX() {
return (this->mCourse->mBounds).max.x;
}
ARM q20 MapManager::GetCourseMaxZ() {
return (this->mCourse->mBounds).max.z;
}
unk8 MapManager::func_ov00_020833c4() {}
unk8 MapManager::func_ov00_020833d0() {}
unk8 MapManager::func_ov00_020833dc() {}