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

Method Set

src/newgrf_roadstop.cpp:361–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359struct RoadStopAnimationFrameAnimationHelper {
360 static uint8_t Get(BaseStation *st, TileIndex tile) { return st->GetRoadStopAnimationFrame(tile); }
361 static bool Set(BaseStation *st, TileIndex tile, uint8_t frame) { return st->SetRoadStopAnimationFrame(tile, frame); }
362};
363
364/** Helper class for animation control. */

Callers 2

Calls 1

Tested by

no test coverage detected