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

◆ CountsAsStorage()

static bool Terraria.GameContent.LucyAxeMessage.CountsAsStorage ( int itemSlotContext)
inlinestaticprivate

Definition at line 107 of file LucyAxeMessage.cs.

108 {
109 if (itemSlotContext == 3 || itemSlotContext == 6 || itemSlotContext == 15)
110 {
111 return true;
112 }
113 return false;
114 }

Referenced by Terraria.GameContent.LucyAxeMessage.ItemSlot_OnItemTransferred().