Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetData
Method
GetData
src/openrct2/object/ObjectFactory.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
std::vector<uint8_t> GetData(std::string_view path) const override
112
{
113
return _zipArchive.GetFileData(path);
114
}
115
116
ObjectAsset GetAsset(std::string_view path) const override
117
{
Callers
2
GetData
Method · 0.45
CreateObjectFromLegacyFile
Function · 0.45
Calls
1
GetFileData
Method · 0.45
Tested by
no test coverage detected