Searched refs:GetIndustryType (Results 1 – 9 of 9) sorted by relevance
232 static IndustryType GetIndustryType(IndustryID industry_id);
220 /* static */ IndustryType ScriptIndustry::GetIndustryType(IndustryID industry_id) in GetIndustryType() function in ScriptIndustry
81 IndustryType GetIndustryType(TileIndex tile);
229 IndustryType indtype = GetIndustryType(tile); in FindNearIndustryName()283 IndustryType indtype = GetIndustryType(indtile); in GenerateStationName()
104 IndustryType GetIndustryType(TileIndex tile) in GetIndustryType() function
331 inline const Aws::String& GetIndustryType() const{ return m_industryType; } in GetIndustryType() function
274 inline const Aws::String& GetIndustryType() const{ return m_industryType; } in GetIndustryType() function
371 inline const Aws::String& GetIndustryType() const{ return m_industryType; } in GetIndustryType() function
1931 if ((GetIndustrySpec(GetIndustryType(t))->behaviour & INDUSTRYBEH_BUILT_ONWATER) != 0) { in AfterLoadGame()