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

Method getFrameCtrl

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

Source from the content-addressed store, hash-verified

92 }
93
94 J3DFrameCtrl *getFrameCtrl(u8 anm_no)
95 {
96#line 127
97 JUT_MINMAX_ASSERT(0, anm_no, mMaxAnmNo);
98 return mObj[anm_no].getFrameCtrl();
99 }
100
101protected:
102 T *mObj;

Callers

nothing calls this directly

Calls 1

getFrameCtrlMethod · 0.45

Tested by

no test coverage detected