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

Method ChangeBlendTransAnm

include/Sato/AnmController.h:265–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 void ChangeBlendTransAnm(u8 AnmNo, u8 p2, u8 p3) {
266 if (mTrans == nullptr)
267 return;
268#line 353
269 JUT_MINMAX_ASSERT(0, AnmNo, mTrans->mMaxAnmNo);
270 mTrans->changeBlendAnm(AnmNo, p2, p3);
271 }
272 u8 getNowTransNo() const { return mTrans->getNowAnmNo(); }
273 J3DAnmObjTrans *getObj(u8 AnmNo) { return mTrans->getObj(AnmNo); }
274 J3DFrameCtrl *getCurFrameCtrl() { return mTrans->getObj(getNowTransNo())->getFrameCtrl(); }

Callers 2

resetWalkDirectionMethod · 0.80
updateMethod · 0.80

Calls 1

changeBlendAnmMethod · 0.80

Tested by

no test coverage detected