Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ShowEnginePreviewWindow
Function
ShowEnginePreviewWindow
src/engine_gui.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
151
152
void ShowEnginePreviewWindow(EngineID engine)
153
{
154
AllocateWindowDescFront<EnginePreviewWindow>(_engine_preview_desc, engine);
155
}
156
157
/**
158
* Get the capacity of an engine with articulated parts.
Callers
1
engine.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected