MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / open

Method open

engine/Poseidon/IO/PackFiles.cpp:117–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void SOFStream::open(const char* name)
118{
119 LocalPath(fn, name);
120 _file = fopen(fn, "wb");
121 if (_file)
122 {
123 _fail = false;
124 }
125}
126void SOFStream::setbuffer(int size)
127{
128 if (_file)

Callers 15

OpenArchiveFunction · 0.45
playSoundEntryMethod · 0.45
extractPboFileMethod · 0.45
extractVirtualFileMethod · 0.45
startUsedByScanMethod · 0.45
updateCachedInfoMethod · 0.45
renderPreviewPanelMethod · 0.45
ExecuteTestFunction · 0.45
ExtractPboEntryFunction · 0.45
RunScanFunction · 0.45
ReadPboEntryFunction · 0.45
DebinarizePboConfigFunction · 0.45

Calls

no outgoing calls

Tested by 1

MountMethod · 0.36