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

◆ ItemCheck_GetTileCutIgnoreList()

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

Definition at line 42427 of file Player.cs.

42428 {
42429 bool allowRegrowth = false;
42430 int type = sItem.type;
42431 if (type == 213 || type == 5295)
42432 {
42433 allowRegrowth = true;
42434 }
42436 }
bool[] GetTileCutIgnorance(bool allowRegrowth, bool fromTrap)
Definition Player.cs:42438

References System.type.