Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ has73Flags
Method
has73Flags
src/OpenLoco/src/Vehicles/Vehicle2.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
bool Vehicle2::has73Flags(Flags73 flagsToTest) const
121
{
122
return (var_73 & flagsToTest) != Flags73::none;
123
}
124
125
// 0x004A9B0B
126
bool Vehicle2::update()
Callers
7
getStatus
Method · 0.80
updateLand
Method · 0.80
stoppingUpdate
Method · 0.80
airplaneGetNewStatus
Method · 0.80
updateWaterMotion
Method · 0.80
canBeModified
Method · 0.80
updateRail
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected