MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetString

Method GetString

src/openrct2/object/Object.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 std::string Object::GetString(ObjectStringID index) const
166 {
167 return GetStringTable().GetString(index);
168 }
169
170 std::string Object::GetString(int32_t language, ObjectStringID index) const
171 {

Callers 5

displayNetworkProgressFunction · 0.45
GetScenarioNameMethod · 0.45
GetParkNameMethod · 0.45
GetScenarioDetailsMethod · 0.45
GetCostumeNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected