Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
562
static 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
SlSetLength
Function · 0.85
SlCalcStdStringLen
Function · 0.85
SlCalcArrayLen
Function · 0.85
SlCalcLen
Method · 0.85
SlCalcObjMemberLength
Function · 0.85
SlObjectMember
Function · 0.85
SlSetStructListLength
Function · 0.85
Calls
1
SlGetGammaLength
Function · 0.85
Tested by
no test coverage detected