diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-06-28 10:05:07 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-07-01 21:02:46 -0700 |
| commit | 4cba2eb093fbc452db88e33643b3ca293ff02213 (patch) | |
| tree | 581b36877d8b17b986c12a20a351b229dfd56bdf /src/KingSystem/ActorSystem/actActorCreator.h | |
| parent | 112c1f987d3831df97f46c0f9e4ae977fba59484 (diff) | |
ksys::map placement classes
Diffstat (limited to 'src/KingSystem/ActorSystem/actActorCreator.h')
| -rw-r--r-- | src/KingSystem/ActorSystem/actActorCreator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actActorCreator.h b/src/KingSystem/ActorSystem/actActorCreator.h index d25e745f..ae80dd23 100644 --- a/src/KingSystem/ActorSystem/actActorCreator.h +++ b/src/KingSystem/ActorSystem/actActorCreator.h @@ -43,6 +43,9 @@ public: void setActorFactory(ActorFactory* factory) { mActorFactory = factory; } bool get5a() const { return _5a; } + sead::OffsetList<Actor>& getActorList() { return mActorList; } + sead::CriticalSection& getCS() { return mActorListCS; } + static void addScale(InstParamPack& pack, float scale); static void addScale(InstParamPack& pack, const sead::Vector3f& scale); static bool isAITreeParam(const InstParamPack::Entry& entry); |
