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

Method getKeyRegion

libs/JSystem/JAudio/System/JASBasicInst.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94JASBasicInst::TKeymap *JASBasicInst::getKeyRegion(int index) {
95#line 152
96 JUT_ASSERT(index >= 0);
97 if (index >= mKeyRegionCount) {
98 return NULL;
99 }
100 return &mKeymap[index];
101}
102
103JASBasicInst::TKeymap *JASBasicInst::getKeyRegion(int index) const {
104 JUT_ASSERT(index >= 0);

Callers 1

createBasicBankFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected