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

◆ ItemCheck_GetTileCutIgnoreList()

bool[] Terraria.Player.ItemCheck_GetTileCutIgnoreList ( Item sItem)
inlineprivate

Definition at line 43958 of file Player.cs.

43959 {
43960 bool allowRegrowth = false;
43961 int type = sItem.type;
43962 if (type == 213 || type == 5295)
43963 {
43964 allowRegrowth = true;
43965 }
43967 }
bool[] GetTileCutIgnorance(bool allowRegrowth, bool fromTrap)
Definition Player.cs:43969

References Terraria.Player.GetTileCutIgnorance().

Referenced by Terraria.Player.ItemCheck_OwnerOnlyCode(), and Terraria.Player.MowTheLawn().

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