ksys/act: Implement more ActorParam functions

This commit is contained in:
Léo Lam
2020-11-08 13:55:12 +01:00
parent 23ec19806c
commit aa92bf882c
4 changed files with 143 additions and 42 deletions
+8 -2
View File
@@ -13,9 +13,15 @@ public:
virtual bool ParamIO_m0() { return false; }
bool applyResourceUpdate(const char* data, const char* data1);
u32 getIdx() const { return mIdx; }
const sead::SafeString& getId() const { return mId; }
void setIndex(u32 idx) { mIdx = idx; }
protected:
u32 _1d8 = 0x1c;
sead::FixedSafeString<128> _1e0;
u32 mIdx = 0x1c;
sead::FixedSafeString<128> mId;
};
KSYS_CHECK_SIZE_NX150(ParamIO, 0x278);