MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SlReadArrayLength

Function SlReadArrayLength

src/saveload/saveload.cpp:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552static inline uint SlReadArrayLength()
553{
554 return SlReadSimpleGamma();
555}
556
557static inline void SlWriteArrayLength(size_t length)
558{

Callers 7

SlCalcConvMemLenFunction · 0.85
SlCalcConvFileLenFunction · 0.85
SlIterateArrayFunction · 0.85
SlStdStringFunction · 0.85
SlArrayFunction · 0.85
SlSaveLoadMethod · 0.85
SlGetStructListLengthFunction · 0.85

Calls 1

SlReadSimpleGammaFunction · 0.85

Tested by

no test coverage detected