diff options
| author | Aetias <aetias@outlook.com> | 2024-03-30 12:10:44 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-03-30 12:10:44 +0100 |
| commit | b9b56f4e9ff85f2f1df0d6a3520568ab2c70c510 (patch) | |
| tree | 7016070ea6259a18e02e55ee61bfa0dea97054a8 /src/00_Core/Player | |
| parent | 37685915ffe1e0e7c5840a3163457ec554293695 (diff) | |
Add `PlayerBase.cpp`
Diffstat (limited to 'src/00_Core/Player')
| -rw-r--r-- | src/00_Core/Player/PlayerBase.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/00_Core/Player/PlayerBase.cpp b/src/00_Core/Player/PlayerBase.cpp new file mode 100644 index 00000000..24619493 --- /dev/null +++ b/src/00_Core/Player/PlayerBase.cpp @@ -0,0 +1,24 @@ +#include "Player/PlayerLinkBase.hpp" + +#ifdef STUBS + +bool PlayerBase::vfunc_04() {} +ItemFlag PlayerBase::GetEquipId() {} +bool PlayerBase::CanMove() {} +void PlayerBase::SetUpdatePos(bool updatePos) {} +void PlayerBase::SetVisible(bool visible) {} +EquipSword* PlayerBase::GetEquipSword() {} +EquipShield* PlayerBase::GetEquipShield() {} +void PlayerBase::LookAt(Vec3p *target) {} +bool PlayerBase::func_ov00_020a7c00(s32 param1) {} +bool PlayerBase::func_ov00_020a7c1c(Cylinder *cylinder) {} +bool PlayerBase::func_ov00_020a7c60(Vec3p *param1, Vec3p *param2, s32 param3) {} +void PlayerBase::EquipItem_vfunc_3c(Cylinder *cylinder, ItemFlag equipId) {} +void PlayerBase::EquipItem_vfunc_2c() {} +void PlayerBase::SetHealth(s16 health) {} +void PlayerBase::AddHealth(s16 amount) {} +bool PlayerBase::Teleport(Vec3p *pos, s16 angle, unk32 param3, bool param4, bool param5) {} +bool PlayerBase::TeleportToEntrance(unk32 entranceId, bool param2) {} +bool PlayerBase::TeleportToLastEntrance(bool param1) {} + +#endif |
