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

Method getResTIMG

libs/JSystem/J2DGraph/J2DAnimation.cpp:748–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748ResTIMG *J2DAnmTexPattern::getResTIMG(u16 idx) const
749{
750 if (!mImgPtrArray)
751 {
752 return nullptr;
753 }
754 else
755 {
756 u16 texNo;
757 this->getTexNo(idx, &texNo);
758 return mImgPtrArray[texNo].mImg;
759 }
760}
761
762JUTPalette *J2DAnmTexPattern::getPalette(u16 idx) const
763{

Callers 4

createModelMethod · 0.45
setLODBiasMethod · 0.45
disableTexLODMethod · 0.45
animationMethod · 0.45

Calls 1

getTexNoMethod · 0.95

Tested by

no test coverage detected