MCPcopy 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
127float ReadFloat()
128{
129 float value = *(float*)CurrentDataPtr;
130 CurrentDataPtr += 4;
131 return value;
132}
133
134Vector2 ReadVector2()
135{

Callers 14

ReadVector2Function · 0.85
ReadVector3Function · 0.85
ReadVector4Function · 0.85
LoadObjectsFunction · 0.85
LoadDynamicRoomDataFunction · 0.85
LoadStaticRoomDataFunction · 0.85
LoadAnimatedTexturesFunction · 0.85
LoadMirrorsFunction · 0.85
LoadSpritesFunction · 0.85
ReadVector2Method · 0.85
ReadVector3Method · 0.85
ReadVector4Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected