Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ Construct
Method
Construct
src/openrct2/object/ObjectRepository.cpp:196–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
void Construct(int32_t language) override
197
{
198
auto items = _fileIndex.Rebuild(language);
199
AddItems(items);
200
SortItems();
201
}
202
203
size_t GetNumObjects() const override
204
{
Callers
1
HandleCommandScanObjects
Function · 0.45
Calls
1
Rebuild
Method · 0.80
Tested by
no test coverage detected