MCPcopy Create free account
hub / github.com/doldecomp/mkdd / AnmControlMatTexPattern

Class AnmControlMatTexPattern

include/Sato/AnmController.h:169–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167};
168
169class AnmControlMatTexPattern : public TAnmControlBase<J3DAnmObjMatTexPattern> {
170public:
171 AnmControlMatTexPattern() {}
172
173 virtual void changeMatAnm(u8 anm_no, bool reset) {
174#line 223
175 JUT_MINMAX_ASSERT(0, anm_no, mMaxAnmNo);
176 mObj[anm_no].changeMatAnm(&mObj[mNowAnmNo]);
177 mNowAnmNo = anm_no;
178 if (reset) {
179 mObj[mNowAnmNo].resetFrame();
180 }
181 }
182};
183
184class AnmControlMatTevReg : public TAnmControlBase<J3DAnmObjMatTevReg> {
185public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected