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

Class AnmControlMatTevReg

include/Sato/AnmController.h:184–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182};
183
184class AnmControlMatTevReg : public TAnmControlBase<J3DAnmObjMatTevReg> {
185public:
186 AnmControlMatTevReg() {
187
188 }
189 virtual void changeMatAnm(u8 anm_no, bool reset) {
190#line 246
191 JUT_MINMAX_ASSERT(0, anm_no, mMaxAnmNo);
192 mObj[anm_no].changeMatAnm(&mObj[mNowAnmNo]);
193 mNowAnmNo = anm_no;
194 if (reset) {
195 mObj[mNowAnmNo].resetFrame();
196 }
197 }
198};
199
200class MatAnmData {
201public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected