Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ unload
Method
unload
src/OpenLoco/src/Objects/WallObject.cpp:30–34 ·
view source on GitHub ↗
0x004CAF0
Source
from the content-addressed store, hash-verified
28
29
// 0x004CAF0
30
void WallObject::unload()
31
{
32
name = 0;
33
sprite = 0;
34
}
35
36
// 0x004C4B0B
37
void WallObject::drawPreviewImage(Gfx::DrawingContext& drawingCtx, const int16_t x, const int16_t y) const
Callers
1
callObjectUnload
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected