Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_industrytiles.cpp125 const IndustryTileSpec *its = GetIndustryTileSpec(gfx); in GetIndTileGrffile()
145 this->root_spritegroup = GetIndustryTileSpec(gfx)->grf_prop.spritegroup[0]; in IndustryTileResolverObject()
155 return GetIndustryTileSpec(gfx)->grf_prop.local_id; in GetDebugID()
256 return GetIndustryTileCallback(callback, param1, param2, spec - GetIndustryTileSpec(0), ind, tile); in GetSimpleIndustryCallback()
270 const IndustryTileSpec *itspec = GetIndustryTileSpec(GetIndustryGfx(tile)); in AnimateNewIndustryTile()
278 const IndustryTileSpec *itspec = GetIndustryTileSpec(GetIndustryGfx(tile)); in StartStopIndustryTileAnimation()
315 const IndustryTileSpec *itspec = GetIndustryTileSpec(gfx); in DoTriggerIndustryTile()
H A Dindustrytype.h177 const IndustryTileSpec *GetIndustryTileSpec(IndustryGfx gfx); ///< Array of industry tiles data
H A Dindustry_cmd.cpp135 const IndustryTileSpec *GetIndustryTileSpec(IndustryGfx gfx) in GetIndustryTileSpec() function
324 const IndustryTileSpec *indts = GetIndustryTileSpec(gfx); in DrawTile_Industry()
340 indts = GetIndustryTileSpec(gfx); in DrawTile_Industry()
400 const IndustryTileSpec *indts = GetIndustryTileSpec(gfx); in GetFoundation_Industry()
412 const IndustryTileSpec *itspec = GetIndustryTileSpec(gfx); in AddAcceptedCargo_Industry()
511 HasBit(GetIndustryTileSpec(GetIndustryGfx(tile))->slopes_refused, 5)))) { in ClearTile_Industry()
838 uint newgfx = GetIndustryTileSpec(GetIndustryGfx(tile))->anim_production; in TileLoop_Industry()
851 IndustryGfx newgfx = GetIndustryTileSpec(GetIndustryGfx(tile))->anim_next; in TileLoop_Industry()
1461 const IndustryTileSpec *its = GetIndustryTileSpec(gfx); in CheckIfIndustryTilesAreFree()
1897 const IndustryTileSpec *its = GetIndustryTileSpec(cur_gfx); in DoCreateNewIndustry()
[all …]
H A Dnewgrf_industries.cpp63 const IndustryTileSpec *indtsp = GetIndustryTileSpec(gfx); in GetIndustryIDAtOffset()
71 const IndustryTileSpec *tile_ovr = GetIndustryTileSpec(indtsp->grf_prop.override); in GetIndustryIDAtOffset()
/dports/games/openttd/openttd-12.1/src/table/
H A Dnewgrf_debug_data.h251 …bool IsInspectable(uint index) const override { return GetIndustryTileSpec(GetIndustryGfx(i… in IsInspectable()
254 …const void *GetSpec(uint index) const override { return GetIndustryTileSpec(GetIndustryGfx(i… in GetSpec()
256 …) const override { return (this->IsInspectable(index)) ? GetIndustryTileSpec(GetIndustry… in GetGRFID()