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

Method getWaveGroup

libs/JSystem/JAudio/System/JASBasicWaveBank.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23JASBasicWaveBank::TWaveGroup *JASBasicWaveBank::getWaveGroup(u32 groupIdx) {
24 if (groupIdx >= mGroupCount)
25 return NULL;
26 return mWaveGroupArray[groupIdx];
27
28}
29
30void JASBasicWaveBank::setGroupCount(u32 count, JKRHeap *pHeap) {
31 for (int i = 0; i < mGroupCount; i++) {

Callers 1

createBasicWaveBankMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected