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

Method GetDescription

src/openrct2/object/RideObject.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 std::string RideObject::GetDescription() const
394 {
395 return GetString(ObjectStringID::description);
396 }
397
398 std::string RideObject::GetCapacity() const
399 {

Callers 2

description_getMethod · 0.80
ObjectGetDescriptionMethod · 0.80

Calls 1

GetStringFunction · 0.85

Tested by

no test coverage detected