summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorUtil.h
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-01-05 19:31:28 +0100
committerLéo Lam <leo@leolam.fr>2021-01-07 15:32:59 +0100
commitb9d37afa1c7b9aecfc4132fcf8e0d0cb236a20f2 (patch)
tree4ccfd22fc1a16f845ea12bd755f2d50ac369539d /src/KingSystem/ActorSystem/actActorUtil.h
parentb3fa7ae23025439180094ed42935043709f6461f (diff)
ksys/act: Add SameGroupActorName getters
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorUtil.h')
-rw-r--r--src/KingSystem/ActorSystem/actActorUtil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActorUtil.h b/src/KingSystem/ActorSystem/actActorUtil.h
index ab71fe3c..cbc51e5a 100644
--- a/src/KingSystem/ActorSystem/actActorUtil.h
+++ b/src/KingSystem/ActorSystem/actActorUtil.h
@@ -156,4 +156,10 @@ bool isAirOctaWoodPlatformDlc(const sead::SafeString& name);
const sead::SafeString& getDefaultDropActor();
+bool getSameGroupActorName(sead::SafeString* name, BaseProcLink* link);
+bool getSameGroupActorName(sead::SafeString* name, Actor* actor);
+bool getSameGroupActorName(sead::SafeString* name, const sead::SafeString& default_value,
+ al::ByamlIter* actor_info);
+bool getSameGroupActorName(sead::SafeString* name, const sead::SafeString& actor_name);
+
} // namespace ksys::act