Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ReadBytes
Function
ReadBytes
TombEngine/Specific/level.cpp:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void ReadBytes(void* dest, int count)
177
{
178
memcpy(dest, CurrentDataPtr, count);
179
CurrentDataPtr += count;
180
}
181
182
long long ReadLEB128(bool sign)
183
{
Callers
6
LoadObjects
Function · 0.85
LoadCameras
Function · 0.85
LoadTextures
Function · 0.85
LoadRooms
Function · 0.85
LoadSamples
Function · 0.85
LoadBoxes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected