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

Method getVtxColorIndexPointer

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

Source from the content-addressed store, hash-verified

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
437 // _00-_10 = J2DAnmBase
438 u16 mAnmTableNum[2]; // _10

Callers 4

setAnimationMethod · 0.80
animationPaneMethod · 0.80
setAnimationMethod · 0.80
animationPaneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected