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

Method getDirection

src/OpenLoco/src/Vehicles/Orders.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 uint8_t OrderRouteWaypoint::getDirection() const
85 {
86 return _data[3] & 0x7;
87 }
88
89 uint8_t OrderRouteWaypoint::getTrackId() const
90 {

Callers 4

hashTableContainsMethod · 0.45
sub_4ACEF1Function · 0.45
roadPathingFunction · 0.45
trackPathingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected