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

Function SlWriteArrayLength

src/saveload/saveload.cpp:557–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557static inline void SlWriteArrayLength(size_t length)
558{
559 SlWriteSimpleGamma(length);
560}
561
562static inline uint SlGetArrayLength(size_t length)
563{

Callers 6

SlSetLengthFunction · 0.85
SlStdStringFunction · 0.85
SlArrayFunction · 0.85
SlSaveLoadMethod · 0.85
SlSetStructListLengthFunction · 0.85
SlSaveChunkFunction · 0.85

Calls 1

SlWriteSimpleGammaFunction · 0.85

Tested by

no test coverage detected