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

Function getBuildingTileOffsets

src/OpenLoco/src/World/Industry.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 Unk4F9274{ { 32, 0 }, 3 },
38 };
39 const std::span<const Unk4F9274> getBuildingTileOffsets(bool type)
40 {
41 if (type)
42 {
43 return word_4F927C;
44 }
45 return word_4F9274;
46 }
47
48 const IndustryObject* Industry::getObject() const
49 {

Callers 13

createMapAnimationsMethod · 0.85
applyToMultiTileFunction · 0.85
applyToMultiTileFunction · 0.85
createBuildingFunction · 0.85
removeBuildingFunction · 0.85
createBuildingFunction · 0.85
createAirportFunction · 0.85
removeAirportTileElementFunction · 0.85
placeIndustryBuildingFunction · 0.85
removeIndustryElementFunction · 0.85
removePortTileElementsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected