Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CanGoIntoAmmoOnPickup()
bool
Terraria.Player.CanGoIntoAmmoOnPickup
(
Item
theSlot
,
Item
theItemToAccept
)
inline
Definition at line
37038
of file
Player.cs
.
37039
{
37040
if
(!
theItemToAccept
.CanFillEmptyAmmoSlot() &&
theSlot
.type == 0)
37041
{
37042
return
false
;
37043
}
37044
return
CanItemSlotAccept
(
theSlot
,
theItemToAccept
);
37045
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.Player.CanItemSlotAccept
bool CanItemSlotAccept(Item theSlot, Item theItemToAccept)
Definition
Player.cs:37025
Terraria
Player
Generated by
1.10.0