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

Method write

engine/Poseidon/IO/PackFiles.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132}
133void SOFStream::write(const void* data, int size)
134{
135 if (fwrite(data, size, 1, _file) < 1)
136 {
137 _fail = true;
138 }
139}
140void SOFStream::close()
141{
142 if (_file)

Callers 15

SimulateMethod · 0.45
SimulateMethod · 0.45
SaveDataMethod · 0.45
SaveFileInfoFunction · 0.45
SavePropertiesMethod · 0.45
CreateMethod · 0.45
WriteDDSMethod · 0.45
SaveBanListFunction · 0.45
ReceiveFileSegmentMethod · 0.45
WriteFFunction · 0.45
SaveIpBanListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected