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

Method getObj

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

Source from the content-addressed store, hash-verified

271 }
272 u8 getNowTransNo() const { return mTrans->getNowAnmNo(); }
273 J3DAnmObjTrans *getObj(u8 AnmNo) { return mTrans->getObj(AnmNo); }
274 J3DFrameCtrl *getCurFrameCtrl() { return mTrans->getObj(getNowTransNo())->getFrameCtrl(); }
275 J3DFrameCtrl *getFrameCtrl(u8 AnmNo) { return mTrans->getFrameCtrl(AnmNo); }
276

Callers 2

ChangeTransAnmMethod · 0.45
getCurFrameCtrlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected