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

Method IsAvailableTrans

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

fabricated

Source from the content-addressed store, hash-verified

277 void ChangeTransAnm(u8 AnmNo, bool p2) { mTrans->changeAnm(AnmNo, p2); } // fabricated
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

Callers 8

resetAnimationMethod · 0.80
resetAnimationMethod · 0.80
resetAnimationMethod · 0.80
resetWalkDirectionMethod · 0.80
changeAnimationMethod · 0.80
changeAnimationMethod · 0.80
resetMethod · 0.80
changeAnimationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected