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

Method MoveBufferPosition

Engine/source/EtCore/FileSystem/BinaryReader.cpp:126–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126bool BinaryReader::MoveBufferPosition(int32 move)
127{
128 auto currPos = GetBufferPosition();
129 if (currPos>0)
130 {
131 return SetBufferPosition(currPos + move);
132 }
133
134 return false;
135}
136
137
138} // namespace core

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected