summaryrefslogtreecommitdiff
path: root/include/Map/MapBase.hpp
diff options
context:
space:
mode:
authorSammygoodTunes <sygamerz@gmail.com>2025-01-12 19:50:41 +0100
committerSammygoodTunes <sygamerz@gmail.com>2025-01-12 19:50:41 +0100
commita4a9bb5dfdc9d1b3c4e024f631ced1d5d22097d1 (patch)
tree45889503184d829ca25bdd75b2c738f49ab172ef /include/Map/MapBase.hpp
parentacc72371ed17936435d9da11b32eef383b13f8b7 (diff)
Decompile MapManager::func_ov00_020836bc
Decompile MapManager::GetTriggerBoundingBoxes Decompile MapManager::func_ov00_020836dc (60%) Decompile MapManager::IsTriggerTypeOverlapped Decompile MapManager::GetOverlappingTrigger Decompile MapManager::func_ov00_02083560 gPlayerPos type Vec3p* from Vec3p
Diffstat (limited to 'include/Map/MapBase.hpp')
-rw-r--r--include/Map/MapBase.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Map/MapBase.hpp b/include/Map/MapBase.hpp
index 2ca7a8ef..1ed55f8f 100644
--- a/include/Map/MapBase.hpp
+++ b/include/Map/MapBase.hpp
@@ -201,9 +201,9 @@ public:
unk8 func_ov00_0207f934();
unk8 func_ov00_0207f948(unk32 param_2);
void AddTrigger(TriggerParams *param_2);
- s32 GetTriggerBoundingBox(unk32 param_2, AABB *param_3);
- unk8 GetTriggerBoundingBoxes(unk32 param_2, AABB *param_3, unk32 param_4);
- unk32 GetOverlappingTrigger(Vec3p *param_2);
+ s32 GetTriggerBoundingBox(s32 param_2, AABB *param_3);
+ s32 GetTriggerBoundingBoxes(s32 param_2, AABB *param_3, s32 param_4);
+ bool GetOverlappingTrigger(Vec3p *param_2);
unk8 FindTrigger(unk32 type);
unk8 GetOverlappingTriggers(Vec3p *param_2, TriggerBase **triggers, unk32 capacity);
bool IsTriggerTypeOverlapped(unk32 type, Vec3p *param_3);