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

Method StopTrans

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

Source from the content-addressed store, hash-verified

278 void RegisterTrans(u8 AnmNo, J3DAnmTransform *transform, J3DMtxCalc *calc) { mTrans->registration(AnmNo, transform, calc); } // fabricated
279 bool IsAvailableTrans() const { return mTrans != nullptr; }
280 void StopTrans() { mTrans->resetFlag(); } // fabricated
281 bool IsTransAnm2() const { return mTrans->tstFlgAnm2(); }
282
283 AnmControlTrans *mTrans; // 4

Callers 4

changeAnimationMethod · 0.80
changeAnimationMethod · 0.80
resetMethod · 0.80
changeAnimationMethod · 0.80

Calls 1

resetFlagMethod · 0.80

Tested by

no test coverage detected