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

Method isLoading

libs/JSystem/JAudio/System/JASWaveBank.cpp:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "JSystem/JAudio/System/JASWaveArcLoader.h"
3
4bool JASWaveBank::isLoading() {
5 for( u32 i = 0; i < getArcCount(); i++ ) {
6 JASWaveArc *arc = getWaveArc(i);
7 if (arc && arc->isLoading()) {
8 return true;
9 }
10 }
11 return false;
12}

Callers 2

isDisposable_Method · 0.45
releaseAllBank_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected