Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ReadFloat
Function
ReadFloat
TombEngine/Specific/level.cpp:127–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
float ReadFloat()
128
{
129
float value = *(float*)CurrentDataPtr;
130
CurrentDataPtr += 4;
131
return value;
132
}
133
134
Vector2 ReadVector2()
135
{
Callers
14
ReadVector2
Function · 0.85
ReadVector3
Function · 0.85
ReadVector4
Function · 0.85
LoadObjects
Function · 0.85
LoadDynamicRoomData
Function · 0.85
LoadStaticRoomData
Function · 0.85
LoadAnimatedTextures
Function · 0.85
LoadMirrors
Function · 0.85
LoadSprites
Function · 0.85
ReadVector2
Method · 0.85
ReadVector3
Method · 0.85
ReadVector4
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected