Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ Load
Method
Load
src/openrct2/object/WallObject.cpp:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void WallObject::Load()
58
{
59
GetStringTable().Sort();
60
_legacyType.name = LanguageAllocateObjectString(GetName());
61
_legacyType.image = LoadImages();
62
}
63
64
void WallObject::Unload()
65
{
Callers
4
ObjectRepositoryLoadObject
Function · 0.45
ResetObjects
Method · 0.45
LoadObjects
Method · 0.45
GetOrLoadObject
Method · 0.45
Calls
3
LanguageAllocateObjectString
Function · 0.85
GetName
Function · 0.50
Sort
Method · 0.45
Tested by
no test coverage detected