MCPcopy 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_readTextureListFunction · 0.85
level_unpackSnapshotFunction · 0.85
groups_loadFromSnapshotFunction · 0.85
readEntityVarFunction · 0.85
readEntityLogicFunction · 0.85
readEntityFromSnapshotFunction · 0.85
readSectorFromSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected