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

Method getAnmTableNum

include/JSystem/J2D/J2DAnimation.h:433–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 virtual void getColor(u8, u16, GXColor *) const {} // _10 (weak)
432
433 u16 getAnmTableNum(u8 idx) const { return mAnmTableNum[idx]; }
434 J3DAnmVtxColorIndexData *getAnmVtxColorIndexData(u8 idx1, u16 idx2) const { return &mVtxColorIndexData[idx1][idx2]; }
435 u16 *getVtxColorIndexPointer(u8 idx) const { return mVtxColorIndexPtr[idx]; }
436 // _00 = VTBL

Callers 4

setAnimationMethod · 0.45
animationPaneMethod · 0.45
setAnimationMethod · 0.45
animationPaneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected