Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ GetFileName
Method
GetFileName
src/openrct2/object/Object.h:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
std::string_view GetFileName() const
244
{
245
return _fileName;
246
}
247
void SetFileName(const std::string_view fileName)
248
{
249
_fileName = fileName;
Callers
3
GetSaves
Function · 0.45
IsFilterInFilename
Method · 0.45
IsFilterInFilename
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected