MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetCurrentPosition

Method GetCurrentPosition

TombEngine/Specific/IO/Streams.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200int MemoryStream::GetCurrentPosition()
201{
202 return (m_buffer - m_startBuffer);
203}
204
205bool MemoryStream::Seek(int seek, SeekOrigin origin)
206{

Callers 3

ReadChunksMethod · 0.80
ChunkWritingStateMethod · 0.80
EndWriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected