TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetPylonItemTypeFromTileStyle()

static int Terraria.GameContent.Tile_Entities.TETeleportationPylon.GetPylonItemTypeFromTileStyle ( int style)
inlinestatic

Definition at line 146 of file TETeleportationPylon.cs.

147 {
148 return style switch
149 {
150 1 => 4875,
151 2 => 4916,
152 3 => 4917,
153 4 => 4918,
154 5 => 4919,
155 6 => 4920,
156 7 => 4921,
157 8 => 4951,
158 _ => 4876,
159 };
160 }

Referenced by Terraria.Map.TeleportPylonsMapLayer.Draw(), Terraria.GameContent.Tile_Entities.TETeleportationPylon.Framing_CheckTile(), and Terraria.Player.TileInteractionsMouseOver().

+ Here is the caller graph for this function: