MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowSignList

Function ShowSignList

src/signs_gui.cpp:373–376  ·  view source on GitHub ↗

* Open the sign list window * * @return newly opened sign list window, or nullptr if the window could not be opened. */

Source from the content-addressed store, hash-verified

371 * @return newly opened sign list window, or nullptr if the window could not be opened.
372 */
373Window *ShowSignList()
374{
375 return AllocateWindowDescFront<SignListWindow>(_sign_list_desc, 0);
376}
377
378/**
379 * Actually rename the sign.

Callers 3

SignListGlobalHotkeysMethod · 0.85
MenuClickMapFunction · 0.85
OnHotkeyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected