diff options
| author | Léo Lam <leo@leolam.fr> | 2021-01-05 19:31:28 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-01-07 15:32:59 +0100 |
| commit | b9d37afa1c7b9aecfc4132fcf8e0d0cb236a20f2 (patch) | |
| tree | 4ccfd22fc1a16f845ea12bd755f2d50ac369539d /src/KingSystem/ActorSystem/actActorUtil.h | |
| parent | b3fa7ae23025439180094ed42935043709f6461f (diff) | |
ksys/act: Add SameGroupActorName getters
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorUtil.h')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorUtil.h | 6 |
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 |
