Implement some commonly used ActorConstDataAccess functions

This commit is contained in:
Léo Lam
2020-12-31 18:54:37 +01:00
parent 3f9172043c
commit cb19f53a48
8 changed files with 490 additions and 54 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "KingSystem/ActorSystem/actActor.h"
#include "KingSystem/ActorSystem/actActorParam.h"
namespace ksys::act {
const sead::SafeString& Actor::getProfile() const {
return mActorParam->getProfile();
}
} // namespace ksys::act