MCPcopy 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
113unsigned short ReadUInt16()
114{
115 unsigned short value = *(unsigned short*)CurrentDataPtr;
116 CurrentDataPtr += 2;
117 return value;
118}
119
120int ReadInt32()
121{

Callers 2

LoadDynamicRoomDataFunction · 0.85
ReadChunkUInt16Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected