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

Method RegisterTrans

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

fabricated

Source from the content-addressed store, hash-verified

276
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(); }

Callers 8

createModelMethod · 0.80
createModelMethod · 0.80
createModelMethod · 0.80
registAnimationsMethod · 0.80
createModelMethod · 0.80
createModelMethod · 0.80
createModelMethod · 0.80
createModelMethod · 0.80

Calls 1

registrationMethod · 0.80

Tested by

no test coverage detected