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

Method registration

src/Sato/AnmController.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "JSystem/JAudio/JASFakeMatch2.h"
9
10void AnmControlTrans::registration(u8 anm_no, J3DAnmTransform *pTrans, J3DMtxCalc *pCalc) {
11#line 37
12 JUT_MINMAX_ASSERT(0, anm_no, mMaxAnmNo);
13 mObj[anm_no].attach(pTrans, pCalc);
14}
15
16void AnmControlTrans::registrationBlend(u8 anm_no, J3DAnmTransform *pTrans, J3DMtxCalc *pCalc) {
17#line 50

Callers 2

createModelMethod · 0.80
RegisterTransMethod · 0.80

Calls 1

attachMethod · 0.45

Tested by

no test coverage detected