summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/LinkStateBase.cpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-03-25 19:29:37 +0100
committerAetias <aetias@outlook.com>2024-03-25 19:29:37 +0100
commitce3031f712500de9939e563bc4268e3074e53506 (patch)
tree7abf3f623f412e501015bb4d0baae70f882610bc /src/00_Core/Player/LinkStateBase.cpp
parentbde7c6f53c6d2a2c7309722f1d5818fee937d6a4 (diff)
Document grab actor methods in `LinkStateBase`
Diffstat (limited to 'src/00_Core/Player/LinkStateBase.cpp')
-rw-r--r--src/00_Core/Player/LinkStateBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/00_Core/Player/LinkStateBase.cpp b/src/00_Core/Player/LinkStateBase.cpp
index c369d768..5a7a4187 100644
--- a/src/00_Core/Player/LinkStateBase.cpp
+++ b/src/00_Core/Player/LinkStateBase.cpp
@@ -70,8 +70,8 @@ unk8* LinkStateBase::func_ov00_020a8c64() {}
s16* LinkStateBase::GetPlayerAngle() {}
void* LinkStateBase::GetPlayer_Unk18() {}
s32 LinkStateBase::Get_PlayerControlData_Unk32() {}
-Actor* LinkStateBase::func_ov00_020a8ca4() {}
-ActorRef* LinkStateBase::Get_PlayerLink_UnkRef_3c() {}
+Actor* LinkStateBase::GetGrabActor() {}
+ActorRef* LinkStateBase::GetGrabActorRef() {}
unk32 LinkStateBase::Grab() {}
s32 LinkStateBase::Get_PlayerLink_Unk44() {}
bool LinkStateBase::IsEquipBeingUsed(ItemFlag id) {}