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

Function PlaceProc_Sign

src/signs_cmd.cpp:147–150  ·  view source on GitHub ↗

* * PlaceProc function, called when someone pressed the button if the * sign-tool is selected * @param tile on which to place the sign */

Source from the content-addressed store, hash-verified

145 * @param tile on which to place the sign
146 */
147void PlaceProc_Sign(TileIndex tile)
148{
149 Command<CMD_PLACE_SIGN>::Post(STR_ERROR_CAN_T_PLACE_SIGN_HERE, CcPlaceSign, tile, {});
150}

Callers 3

OnPlaceObjectMethod · 0.85
OnPlaceObjectMethod · 0.85
OnPlaceObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected