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

Method getContentsTexture

libs/JSystem/J2DGraph/J2DWindowEx.cpp:721–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721JUTTexture* J2DWindowEx::getContentsTexture(u8 textureIndex) const
722{
723 J2DMaterial* material = getContentsMaterial();
724 if (material != nullptr && material->mTevBlock != nullptr) {
725 return material->mTevBlock->getTexture(textureIndex);
726 }
727 return nullptr;
728}
729
730bool J2DWindowEx::isUsed(const ResTIMG* resource)
731{

Callers

nothing calls this directly

Calls 1

getTextureMethod · 0.45

Tested by

no test coverage detected