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

Method getResReference

libs/JSystem/J2DGraph/J2DManage.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31s8* J2DResReference::getResReference(u16 idx) const
32{
33 if ((mCount <= idx) || (idx == 0xFFFF)) {
34 return nullptr;
35 }
36
37 return (((s8*)this) + mOffsets[idx]);
38}
39
40char* J2DResReference::getName(u16 idx) const
41{

Callers 2

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected