Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dindustry_cmd.cpp1438 …its, Owner founder, IndustryAvailabilityCallType creation_type, bool *custom_shape_check = nullptr) in CheckIfIndustryTilesAreFree() argument
1498 if (custom_shape_check != nullptr) *custom_shape_check = custom_shape; in CheckIfIndustryTilesAreFree()
1930 bool custom_shape_check = false; in CreateNewIndustryHelper() local
1935 …ile, layout, layout_index, type, random_initial_bits, founder, creation_type, &custom_shape_check); in CreateNewIndustryHelper()
1946 …if (!custom_shape_check && _settings_game.game_creation.land_generator == LG_TERRAGENESIS && _gene… in CreateNewIndustryHelper()
1966 …if (!custom_shape_check) CheckIfCanLevelIndustryPlatform(tile, DC_NO_WATER | DC_EXEC, layout, type… in CreateNewIndustryHelper()