Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CanVoidVaultAccept()
bool
Terraria.Player.CanVoidVaultAccept
(
Item
item
)
inline
private
Definition at line
37229
of file
Player.cs
.
37230
{
37231
if
(
item
.questItem)
37232
{
37233
return
false
;
37234
}
37235
int
type
=
item
.type;
37236
if
(
type
== 3822)
37237
{
37238
return
false
;
37239
}
37240
return
true
;
37241
}
System.ExceptionArgument.item
@ item
System.ExceptionArgument.type
@ type
References
System.item
, and
System.type
.
Terraria
Player
Generated by
1.10.0