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

◆ RefreshInfoAccsFromItemType() [2/2]

void Terraria.Player.RefreshInfoAccsFromItemType ( Item item)
inline

Definition at line 10804 of file Player.cs.

10805 {
10806 RefreshInfoAccsFromItemType(item.type);
10807 ItemLoader.UpdateInfoAccessory(item, this);
10808 }
static void UpdateInfoAccessory(Item item, Player player)
Calls ModItem.UpdateInfoAccessory and all GlobalItem.UpdateInfoAccessory hooks.
This serves as the central class from which item-related functions are carried out....
Definition ItemLoader.cs:26
void RefreshInfoAccsFromItemType(Item item)
Definition Player.cs:10804

References Terraria.Player.RefreshInfoAccsFromItemType(), Terraria.Item.type, and Terraria.ModLoader.ItemLoader.UpdateInfoAccessory().

Referenced by Terraria.Player.GrantArmorBenefits(), Terraria.Player.RefreshInfoAccs(), Terraria.Player.RefreshInfoAccsFromItemType(), and Terraria.Player.UpdateEquips().

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