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

◆ GetTreeLeaf()

static void Terraria.ModLoader.PlantLoader.GetTreeLeaf ( int type,
ref int leafGoreType )
inlinestatic

Definition at line 103 of file PlantLoader.cs.

104 {
105 ITree tree = GetTree(type);
106 if (tree != null)
107 {
108 leafGoreType = tree.TreeLeaf();
109 }
110 }
static ITree GetTree(int type)

References Terraria.ModLoader.PlantLoader.GetTree().

Referenced by Terraria.WorldGen.GetTreeLeaf().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: