MCPcopy 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

getStatusMethod · 0.80
updateLandMethod · 0.80
stoppingUpdateMethod · 0.80
airplaneGetNewStatusMethod · 0.80
updateWaterMotionMethod · 0.80
canBeModifiedMethod · 0.80
updateRailMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected