ksys/act: Implement ActorUtil placement functions

This commit is contained in:
Léo Lam
2020-12-02 21:19:13 +01:00
parent 3da63099f6
commit bfbe2db425
6 changed files with 106 additions and 19 deletions
+4
View File
@@ -148,6 +148,10 @@ public:
auto getId() const { return mId; }
auto getStaticCompoundId() const { return mStaticCompoundId; }
const ActorData& getActorData() const {
return PlacementMgr::instance()->mPlacementActors->mActorData[mActorDataIdx];
}
u8 getNumLinksPointingToMe() const { return mNumLinksPointingToMe; }
const MubinIter& getMubinIter() const { return mMubinIter; }