MCPcopy 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

ExtractSourceGamesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected