Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ReadInt16
Function
ReadInt16
TombEngine/Specific/level.cpp:106–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
short ReadInt16()
107
{
108
short value = *(short*)CurrentDataPtr;
109
CurrentDataPtr += 2;
110
return value;
111
}
112
113
unsigned short ReadUInt16()
114
{
Callers
9
LoadItems
Function · 0.85
LoadObjects
Function · 0.85
LoadDynamicRoomData
Function · 0.85
LoadStaticRoomData
Function · 0.85
LoadAIObjects
Function · 0.85
LoadSamples
Function · 0.85
LoadMirrors
Function · 0.85
LoadSprites
Function · 0.85
ReadChunkInt16
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected