Home
last modified time | relevance | path

Searched refs:GetIndustryType (Results 1 – 9 of 9) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_industry.hpp232 static IndustryType GetIndustryType(IndustryID industry_id);
H A Dscript_industry.cpp220 /* static */ IndustryType ScriptIndustry::GetIndustryType(IndustryID industry_id) in GetIndustryType() function in ScriptIndustry
/dports/games/openttd/openttd-12.1/src/
H A Dindustry_map.h81 IndustryType GetIndustryType(TileIndex tile);
H A Dstation_cmd.cpp229 IndustryType indtype = GetIndustryType(tile); in FindNearIndustryName()
283 IndustryType indtype = GetIndustryType(indtile); in GenerateStationName()
H A Dindustry_cmd.cpp104 IndustryType GetIndustryType(TileIndex tile) in GetIndustryType() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wellarchitected/include/aws/wellarchitected/model/
H A DUpdateWorkloadRequest.h331 inline const Aws::String& GetIndustryType() const{ return m_industryType; } in GetIndustryType() function
H A DCreateWorkloadRequest.h274 inline const Aws::String& GetIndustryType() const{ return m_industryType; } in GetIndustryType() function
H A DWorkload.h371 inline const Aws::String& GetIndustryType() const{ return m_industryType; } in GetIndustryType() function
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dafterload.cpp1931 if ((GetIndustrySpec(GetIndustryType(t))->behaviour & INDUSTRYBEH_BUILT_ONWATER) != 0) { in AfterLoadGame()