mirror of
https://github.com/zeldaret/botw
synced 2026-06-12 05:27:16 -04:00
ksys/act: Implement ActorUtil placement functions
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user