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

◆ DropPalmTreeWood()

static void Terraria.ModLoader.TileLoader.DropPalmTreeWood ( int type,
ref int wood )
inlinestatic

Definition at line 1244 of file TileLoader.cs.

1245 {
1246 ModPalmTree tree = PlantLoader.Get<ModPalmTree>(323, type);
1247 if (tree != null)
1248 {
1249 wood = tree.DropWood();
1250 }
1251 }

Referenced by Terraria.WorldGen.KillTile_GetItemDrops().

+ Here is the caller graph for this function: