Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ readS32
Function
readS32
TheForceEngine/TFE_Editor/snapshotReaderWriter.cpp:76–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
s32 readS32()
77
{
78
s32 value;
79
memcpy(&value, s_readBuffer, sizeof(s32));
80
s_readBuffer += sizeof(s32);
81
return value;
82
}
83
84
f32 readF32()
85
{
Callers
14
level_unpackEntiyListSnapshot
Function · 0.85
level_readTextureList
Function · 0.85
level_unpackFeatureTextureSnapshot
Function · 0.85
level_unpackSectorAttribSnapshot
Function · 0.85
level_unpackSnapshot
Function · 0.85
level_unpackSingleGuidelineSnapshot
Function · 0.85
groups_loadFromSnapshot
Function · 0.85
readEntityVar
Function · 0.85
readEntityLogic
Function · 0.85
readEntityFromSnapshot
Function · 0.85
readSectorFromSnapshot
Function · 0.85
readFromSectorAttribSnapshot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected