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

Function MoveSign

src/signs_gui.cpp:396–399  ·  view source on GitHub ↗

* Actually move the sign. * @param index the sign to move. * @param tile on which to move the sign to. */

Source from the content-addressed store, hash-verified

394 * @param tile on which to move the sign to.
395 */
396void MoveSign(SignID index, TileIndex tile)
397{
398 Command<CMD_MOVE_SIGN>::Post(STR_ERROR_CAN_T_PLACE_SIGN_HERE, index, tile);
399}
400
401struct SignWindow : Window, SignList {
402 QueryString name_editbox;

Callers 1

OnPlaceObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected