Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
void SOFStream::open(const char* name)
118
{
119
LocalPath(fn, name);
120
_file = fopen(fn,
"wb"
);
121
if (_file)
122
{
123
_fail = false;
124
}
125
}
126
void SOFStream::setbuffer(int size)
127
{
128
if (_file)
Callers
15
OpenArchive
Function · 0.45
playSoundEntry
Method · 0.45
extractPboFile
Method · 0.45
extractVirtualFile
Method · 0.45
startUsedByScan
Method · 0.45
updateCachedInfo
Method · 0.45
renderPreviewPanel
Method · 0.45
ExecuteTest
Function · 0.45
ExtractPboEntry
Function · 0.45
RunScan
Function · 0.45
ReadPboEntry
Function · 0.45
DebinarizePboConfig
Function · 0.45
Calls
no outgoing calls
Tested by
1
Mount
Method · 0.36