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

◆ IsHidden()

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

Definition at line 570 of file AccessorySlotLoader.cs.

571 {
572 return Get(index).IsHidden();
573 }
ModAccessorySlot Get(int id, Player player)
virtual bool IsHidden()
Override to control whether or not drawing will be skipped during the given frame....

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

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

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