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

◆ IsVisibleCapeBad()

bool Terraria.Player.IsVisibleCapeBad ( int accFrontSlot)
inlineprivate

Definition at line 35796 of file Player.cs.

35797 {
35798 if ((uint)(accFrontSlot - 1) <= 4u || accFrontSlot == 8)
35799 {
35800 return true;
35801 }
35802 return false;
35803 }