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

Method getObject

src/OpenLoco/src/World/Industry.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 const IndustryObject* Industry::getObject() const
49 {
50 return ObjectManager::get<IndustryObject>(objectId);
51 }
52
53 bool Industry::empty() const
54 {

Callers 15

postFunction · 0.45
createMapAnimationsMethod · 0.45
updateVehicleColoursMethod · 0.45
doCalcAcceptedCargoFunction · 0.45
industryNearPositionFunction · 0.45
generateTargetIndustriesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected