Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
120
int ReadInt32()
121
{
122
int value = *(int*)CurrentDataPtr;
123
CurrentDataPtr += 4;
124
return value;
125
}
126
127
float ReadFloat()
128
{
Callers
15
ReadCount
Function · 0.85
LoadItems
Function · 0.85
LoadObjects
Function · 0.85
LoadCameras
Function · 0.85
LoadTextures
Function · 0.85
LoadDynamicRoomData
Function · 0.85
LoadStaticRoomData
Function · 0.85
LoadRooms
Function · 0.85
LoadSoundSources
Function · 0.85
LoadAnimatedTextures
Function · 0.85
LoadAIObjects
Function · 0.85
LoadEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected