Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hashTableContains
Method · 0.45
sub_4ACEF1
Function · 0.45
roadPathing
Function · 0.45
trackPathing
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected