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

◆ ShakeTree()

static bool Terraria.ModLoader.PlantLoader.ShakeTree ( int x,
int y,
int type,
ref bool createLeaves )
inlinestatic

Definition at line 98 of file PlantLoader.cs.

99 {
100 return GetTree(type)?.Shake(x, y, ref createLeaves) ?? true;
101 }
static ITree GetTree(int type)

References Terraria.ModLoader.PlantLoader.GetTree().

Referenced by Terraria.WorldGen.ShakeTree().

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