MCPcopy 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
106short ReadInt16()
107{
108 short value = *(short*)CurrentDataPtr;
109 CurrentDataPtr += 2;
110 return value;
111}
112
113unsigned short ReadUInt16()
114{

Callers 9

LoadItemsFunction · 0.85
LoadObjectsFunction · 0.85
LoadDynamicRoomDataFunction · 0.85
LoadStaticRoomDataFunction · 0.85
LoadAIObjectsFunction · 0.85
LoadSamplesFunction · 0.85
LoadMirrorsFunction · 0.85
LoadSpritesFunction · 0.85
ReadChunkInt16Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected