Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getListCount
Function
getListCount
src/OpenLoco/src/Entities/EntityManager.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
uint16_t getListCount(const EntityListType list)
117
{
118
return rawListCounts()[enumValue(list)];
119
}
120
121
template<>
122
EntityBase* get(EntityId id)
Callers
4
createEntityMisc
Function · 0.85
createEntityMoney
Function · 0.85
createEntityVehicle
Function · 0.85
checkNumFreeEntities
Function · 0.85
Calls
1
enumValue
Function · 0.85
Tested by
no test coverage detected