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

◆ GetFlexibleTileWand()

FlexibleTileWand Terraria.Item.GetFlexibleTileWand ( )
inline

Definition at line 50269 of file Item.cs.

50270 {
50271 return type switch
50272 {
50276 _ => null,
50277 };
50278 }
static FlexibleTileWand RubblePlacementSmall
Used by the Rubblemaker item to place fake versions of 1x1 rubble tiles. Technically it can place any...
static FlexibleTileWand RubblePlacementMedium
Used by the Rubblemaker item to place fake versions of 2x1 rubble tiles. Technically it can place any...
static FlexibleTileWand RubblePlacementLarge
Used by the Rubblemaker item to place fake versions of 3x2 rubble tiles. Technically it can place any...
int type
The Item ID of this item. The Item ID is a unique number assigned to each Item loaded into the game....
Definition Item.cs:345

References Terraria.GameContent.FlexibleTileWand.RubblePlacementLarge, Terraria.GameContent.FlexibleTileWand.RubblePlacementMedium, Terraria.GameContent.FlexibleTileWand.RubblePlacementSmall, and Terraria.Item.type.

Referenced by Terraria.Player.ModifyFlexibleWandPlacementInfo(), Terraria.Player.PlaceThing_Tiles_CheckFlexibleWand(), and Terraria.Player.PlaceThing_Tiles_PlaceIt_ConsumeFlexibleWandMaterial().

+ Here is the caller graph for this function: