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

Function SlGetArrayLength

src/saveload/saveload.cpp:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562static inline uint SlGetArrayLength(size_t length)
563{
564 return SlGetGammaLength(length);
565}
566
567/**
568 * Return the type as saved/loaded inside the savegame.

Callers 7

SlSetLengthFunction · 0.85
SlCalcStdStringLenFunction · 0.85
SlCalcArrayLenFunction · 0.85
SlCalcLenMethod · 0.85
SlCalcObjMemberLengthFunction · 0.85
SlObjectMemberFunction · 0.85
SlSetStructListLengthFunction · 0.85

Calls 1

SlGetGammaLengthFunction · 0.85

Tested by

no test coverage detected