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

Function ReadInt32

TombEngine/Specific/level.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120int ReadInt32()
121{
122 int value = *(int*)CurrentDataPtr;
123 CurrentDataPtr += 4;
124 return value;
125}
126
127float ReadFloat()
128{

Callers 15

ReadCountFunction · 0.85
LoadItemsFunction · 0.85
LoadObjectsFunction · 0.85
LoadCamerasFunction · 0.85
LoadTexturesFunction · 0.85
LoadDynamicRoomDataFunction · 0.85
LoadStaticRoomDataFunction · 0.85
LoadRoomsFunction · 0.85
LoadSoundSourcesFunction · 0.85
LoadAnimatedTexturesFunction · 0.85
LoadAIObjectsFunction · 0.85
LoadEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected