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

◆ UpdateVisibleAccessories()

static void Terraria.ModLoader.PlayerLoader.UpdateVisibleAccessories ( Player player)
inlinestatic

Definition at line 711 of file PlayerLoader.cs.

712 {
714 while (enumerator.MoveNext())
715 {
716 ModPlayer modPlayer = enumerator.Current;
717 try
718 {
719 modPlayer.UpdateVisibleAccessories();
720 }
721 catch
722 {
723 }
724 }
725 }
static HookList< ModPlayer > HookUpdateVisibleAccessories

References Terraria.ModLoader.PlayerLoader.HookUpdateVisibleAccessories.

Referenced by Terraria.Player.UpdateVisibleAccessories().

+ Here is the caller graph for this function: