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

Method JKRCompArchive

libs/JSystem/JKernel/JKRCompArchive.cpp:11–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <JSystem/JUtility/JUTDbg.h>
10
11JKRCompArchive::JKRCompArchive(long entryNum, EMountDirection mountDirection) : JKRArchive(entryNum, MOUNT_COMP)
12{
13 mMountDirection = mountDirection;
14 if (!open(entryNum)) {
15 return;
16 }
17 else
18 {
19 mVolumeType = 'RARC';
20 mVolumeName = &mStrTable[mDirectories->mOffset];
21 sVolumeList.prepend(&mFileLoaderLink);
22 mIsMounted = true;
23 }
24}
25
26#ifdef DEBUG
27void stringGen() {

Callers

nothing calls this directly

Calls 2

openFunction · 0.85
prependMethod · 0.45

Tested by

no test coverage detected