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

Function TriggerHouseRandomisation

src/newgrf_house.cpp:711–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void TriggerHouseRandomisation(TileIndex t, HouseRandomTrigger trigger)
712{
713 DoTriggerHouseRandomisation(t, trigger, 0, true);
714}
715
716/**
717 * Run the watched cargo accepted callback for a single house tile.

Callers 1

NewHouseTileLoopFunction · 0.85

Calls 1

Tested by

no test coverage detected