Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getTrackType
Method
getTrackType
src/OpenLoco/src/Vehicles/Vehicle.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
uint8_t VehicleBase::getTrackType() const
77
{
78
return trackType;
79
}
80
81
World::Pos3 VehicleBase::getTrackLoc() const
82
{
Callers
7
open
Function · 0.80
createBogie
Function · 0.80
createBody
Function · 0.80
createVehicle1
Function · 0.80
createVehicle2
Function · 0.80
createVehicleTail
Function · 0.80
vehicleRearrange
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected