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

◆ CanGoIntoAmmoOnPickup()

bool Terraria.Player.CanGoIntoAmmoOnPickup ( Item theSlot,
Item theItemToAccept )
inline

Definition at line 38053 of file Player.cs.

38054 {
38055 if (!theItemToAccept.CanFillEmptyAmmoSlot() && theSlot.type == 0)
38056 {
38057 return false;
38058 }
38060 }
bool CanItemSlotAccept(Item theSlot, Item theItemToAccept)
Definition Player.cs:38035

References Terraria.Player.CanItemSlotAccept().

Referenced by Terraria.Player.ItemSpace().

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