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

◆ RefreshItems() [2/2]

void Terraria.Player.RefreshItems ( Item[] array,
bool onlyIfVariantChanged )
inlineprivate

Definition at line 34069 of file Player.cs.

34070 {
34071 for (int i = 0; i < array.Length; i++)
34072 {
34073 array[i]?.Refresh(onlyIfVariantChanged);
34074 }
34075 }

References Terraria.Item.Refresh().

+ Here is the call graph for this function: