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

◆ GetCactusFruitTexture()

static Asset< Texture2D > Terraria.ModLoader.PlantLoader.GetCactusFruitTexture ( int type)
inlinestatic

Definition at line 68 of file PlantLoader.cs.

69 {
70 return Get<ModCactus>(80, type)?.GetFruitTexture();
71 }

Referenced by Terraria.GameContent.Drawing.TileDrawing.GetTileDrawTexture(), and Terraria.GameContent.Drawing.TileDrawing.GetTileDrawTexture().

+ Here is the caller graph for this function: