Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getNumInstalledObjects
Function
getNumInstalledObjects
src/OpenLoco/src/Objects/ObjectIndex.cpp:569–572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
567
}
568
569
uint32_t getNumInstalledObjects()
570
{
571
return static_cast<uint32_t>(_installedObjectList.size());
572
}
573
574
std::vector<ObjIndexPair> getAvailableObjects(ObjectType type)
575
{
Callers
2
drawScroll
Function · 0.85
prepareObjectSelectionList
Function · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected