Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ReadUInt16
Function
ReadUInt16
TombEngine/Specific/level.cpp:113–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
unsigned short ReadUInt16()
114
{
115
unsigned short value = *(unsigned short*)CurrentDataPtr;
116
CurrentDataPtr += 2;
117
return value;
118
}
119
120
int ReadInt32()
121
{
Callers
2
LoadDynamicRoomData
Function · 0.85
ReadChunkUInt16
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected