Functions related to signs. More...
#include "signs_type.h"
#include "tile_type.h"
Go to the source code of this file.
Functions | |
void | UpdateAllSignVirtCoords () |
Update the coordinates of all signs. | |
void | PlaceProc_Sign (TileIndex tile) |
PlaceProc function, called when someone pressed the button if the sign-tool is selected. | |
void | ShowRenameSignWindow (const Sign *si) |
void | HandleClickOnSign (const Sign *si) |
void | DeleteRenameSignWindow (SignID sign) |
Window * | ShowSignList () |
Open the sign list window. | |
Variables | |
SignID | _new_sign_id |
Functions related to signs.
Definition in file signs_func.h.
void PlaceProc_Sign | ( | TileIndex | tile | ) |
PlaceProc function, called when someone pressed the button if the sign-tool is selected.
tile | on which to place the sign |
Definition at line 128 of file signs_cmd.cpp.
References CcPlaceSign(), CMD_MSG, CMD_PLACE_SIGN, and DoCommandP().
Referenced by ScenarioEditorToolbarWindow::OnPlaceObject(), MainToolbarWindow::OnPlaceObject(), and TerraformToolbarWindow::OnPlaceObject().
Window* ShowSignList | ( | ) |
Open the sign list window.
Definition at line 438 of file signs_gui.cpp.
Referenced by MainToolbarWindow::OnKeyPress().