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

Method updateTrackMotion

src/OpenLoco/src/Vehicles/Vehicle.cpp:565–568  ·  view source on GitHub ↗

0x004B15FF

Source from the content-addressed store, hash-verified

563
564 // 0x004B15FF
565 UpdateMotionResult VehicleBase::updateTrackMotion(int32_t unk1, bool isVeh2UnkM15)
566 {
567 return Vehicles::updateTrackMotion(*this, unk1, isVeh2UnkM15);
568 }
569
570 // 0x0047D959
571 // ax : loc.x

Callers 4

sub_47DA8DFunction · 0.80
sub_4ACEF1Function · 0.80
positionVehicleOnTrackFunction · 0.80
updateSegmentCrashedMethod · 0.80

Calls 1

updateTrackMotionFunction · 0.85

Tested by

no test coverage detected