Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ~Sign
Method
~Sign
src/signs.cpp:28–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
/** Destroy the sign */
28
Sign::~Sign()
29
{
30
if (CleaningPool()) return;
31
32
DeleteRenameSignWindow(this->index);
33
}
34
35
/**
36
* Update the coordinate of one sign
Callers
nothing calls this directly
Calls
1
DeleteRenameSignWindow
Function · 0.85
Tested by
no test coverage detected