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

Method getArcCount

include/JSystem/JAudio/System/JASWaveBank.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 JASWaveHandle *getWaveHandle(u32) const;
101 JASWaveArc *getWaveArc(u32 group) { return getWaveGroup(group); }
102 u32 getArcCount() const { return mGroupCount; }
103
104 mutable OSMutex mMutex; // 04
105 TWaveInfo **mWaveTable; // 1C

Callers 2

releaseAllBank_Method · 0.45
loadWaveArcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected