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

Function ReadUInt8

TombEngine/Specific/level.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97std::string LastLevelFilePath;
98
99unsigned char ReadUInt8()
100{
101 unsigned char value = *(unsigned char*)CurrentDataPtr;
102 CurrentDataPtr += 1;
103 return value;
104}
105
106short ReadInt16()
107{

Callers 5

ReadBoolFunction · 0.85
ReadLEB128Function · 0.85
LoadObjectsFunction · 0.85
LoadStaticRoomDataFunction · 0.85
LoadAnimatedTexturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected