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

◆ ModdedCanSlotBeShown()

bool Terraria.ModLoader.AccessorySlotLoader.ModdedCanSlotBeShown ( int index)
inline

Definition at line 565 of file AccessorySlotLoader.cs.

566 {
567 return Get(index).IsVisibleWhenNotEnabled();
568 }
ModAccessorySlot Get(int id, Player player)
virtual bool IsVisibleWhenNotEnabled()
Override to change the condition on when the slot is visible, but otherwise non-functional for stat/v...

References Terraria.ModLoader.AccessorySlotLoader.Get(), and Terraria.ModLoader.ModAccessorySlot.IsVisibleWhenNotEnabled().

Referenced by Terraria.ModLoader.AccessorySlotLoader.Draw().

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