diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-04 00:43:39 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-04 00:43:39 +0100 |
| commit | 51d5bf69edd56d626a4f5d987ecf9b37ae17fa33 (patch) | |
| tree | 42e6d19eeee300c606bc8296d121e6c10cc233d6 /src/00_Core/Map/MapBase.cpp | |
| parent | 64e8537ba7e4d796079a7bacf23b3f5cdb9a7213 (diff) | |
| parent | 3f7197110627adbbe7ff1f69db1f5a15f9b6c598 (diff) | |
Merge remote-tracking branch 'upstream/main' into bmg
Diffstat (limited to 'src/00_Core/Map/MapBase.cpp')
| -rw-r--r-- | src/00_Core/Map/MapBase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/00_Core/Map/MapBase.cpp b/src/00_Core/Map/MapBase.cpp index 8d6d3c96..46f4e40b 100644 --- a/src/00_Core/Map/MapBase.cpp +++ b/src/00_Core/Map/MapBase.cpp @@ -69,10 +69,10 @@ unk8 MapBase::func_ov00_0207f948(unk32 param_2) {} void MapBase::AddTrigger(TriggerParams *param_2) {} void TriggerBase::vfunc_08() {} s32 MapBase::GetTriggerBoundingBox(unk32 param_2, AABB *param_3) {} -bool TriggerBase::GetBoundingBox() {} +bool TriggerBase::GetBoundingBox(AABB *bbox) {} unk8 MapBase::GetTriggerBoundingBoxes(unk32 param_2, AABB *param_3, unk32 param_4) {} unk32 MapBase::GetOverlappingTrigger(Vec3p *param_2) {} -bool TriggerBase::Overlaps() {} +bool TriggerBase::Overlaps(Vec3p *point) {} unk8 MapBase::FindTrigger(unk32 type) {} unk8 MapBase::GetOverlappingTriggers(Vec3p *param_2, TriggerBase **triggers, unk32 capacity) {} bool MapBase::IsTriggerTypeOverlapped(unk32 type, Vec3p *param_3) {} |
