Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_get
Method · 0.80
ObjectGetDescription
Method · 0.80
Calls
1
GetString
Function · 0.85
Tested by
no test coverage detected