MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetBufferPosition

Method SetBufferPosition

Engine/source/EtCore/FileSystem/BinaryReader.cpp:114–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool BinaryReader::SetBufferPosition(int32 pos)
115{
116 if (m_pReader)
117 {
118 m_pReader->seekg(pos);
119 return true;
120 }
121
122 LOG("BinaryReader::SetBufferPosition> m_pReader doesn't exist", Warning);
123 return false;
124}
125
126bool BinaryReader::MoveBufferPosition(int32 move)
127{

Callers 3

LoadFntMethod · 0.80
ParseGLBChunkMethod · 0.80
GetAccessorDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected