mirror of
https://github.com/zeldaret/ph
synced 2026-08-12 03:47:50 -04:00
Move ov000 documentation from Ghidra
This commit is contained in:
@@ -11,4 +11,12 @@ class TriggerSphere : public TriggerBase {
|
||||
/* 14 */ Sphere mSphere;
|
||||
/* 24 */ s32 mHeight;
|
||||
/* 28 */
|
||||
|
||||
/* 00 */ virtual ~TriggerSphere() override;
|
||||
/* 14 */ virtual bool Overlaps(Vec3p *point) override;
|
||||
/* 18 */ virtual bool GetBoundingBox(AABB *bbox) override;
|
||||
/* 1c */
|
||||
|
||||
TriggerSphere(TriggerParams *params);
|
||||
TriggerSphere(u8 id, u32 param2, u32 param3, u32 param4);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user