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

Function getFlags

src/OpenLoco/src/World/IndustryManager.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 static auto& rawIndustries() { return getGameState().industries; }
29 static auto getTotalIndustriesFactor() { return getGameState().numberOfIndustries; }
30 Flags getFlags() { return getGameState().industryFlags; }
31
32 constexpr int32_t kCloseIndustryDistanceMax = 480;
33 constexpr int32_t kIndustryWithinClusterDistance = 960;

Callers 2

onMouseDownFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected