mirror of
https://github.com/zeldaret/botw
synced 2026-06-08 20:20:12 -04:00
ksys/act: Implement more ActorParamMgr functions
This commit is contained in:
@@ -16,12 +16,13 @@ public:
|
||||
bool applyResourceUpdate(const char* data, const char* data1);
|
||||
|
||||
u32 getIdx() const { return mIdx; }
|
||||
const sead::SafeString& getId() const { return mId; }
|
||||
sead::BufferedSafeString& getPath() { return mPath; }
|
||||
const sead::BufferedSafeString& getPath() const { return mPath; }
|
||||
void setIndex(u32 idx) { mIdx = idx; }
|
||||
|
||||
protected:
|
||||
u32 mIdx = 0x1c;
|
||||
sead::FixedSafeString<128> mId;
|
||||
sead::FixedSafeString<128> mPath;
|
||||
};
|
||||
KSYS_CHECK_SIZE_NX150(ParamIO, 0x278);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user