MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / updateDockStationAnimation

Function updateDockStationAnimation

src/OpenLoco/src/Map/StationElement.cpp:62–65  ·  view source on GitHub ↗

0x004944B6

Source from the content-addressed store, hash-verified

60
61 // 0x004944B6
62 bool updateDockStationAnimation(const Animation& anim)
63 {
64 return updateStationAnimation<DockObject>(anim, StationType::docks);
65 }
66
67 // 0x004939ED
68 bool updateAirportStationAnimation(const Animation& anim)

Callers 1

callUpdateFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected