Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ItemCheck_GetTileCutIgnoreList()
bool
[] Terraria.Player.ItemCheck_GetTileCutIgnoreList
(
Item
sItem
)
inline
private
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
}
42435
return
GetTileCutIgnorance
(
allowRegrowth
,
fromTrap
:
false
);
42436
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.Player.GetTileCutIgnorance
bool[] GetTileCutIgnorance(bool allowRegrowth, bool fromTrap)
Definition
Player.cs:42438
System.ExceptionArgument.type
@ type
References
System.type
.
Terraria
Player
Generated by
1.10.0