Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ SetSourceGames
Method
SetSourceGames
src/openrct2/object/Object.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
}
201
202
void Object::SetSourceGames(const std::vector<ObjectSourceGame>& sourceGames)
203
{
204
_sourceGames = sourceGames;
205
}
206
207
std::string Object::GetName() const
208
{
Callers
3
CreateObjectFromLegacyFile
Function · 0.80
CreateObjectFromLegacyData
Function · 0.80
ExtractSourceGames
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected