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

Method getVeloRegion

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

Source from the content-addressed store, hash-verified

121}
122
123JASVelo *JASBasicInst::TKeymap::getVeloRegion(int index) {
124#line 187
125 JUT_ASSERT(index >= 0);
126 if (index >= mVeloRegionCount) {
127 return NULL;
128 }
129 return &mVelomap[index];
130}
131
132JASVelo *JASBasicInst::TKeymap::getVeloRegion(int index) const {
133#line 196

Callers 1

getParamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected