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

◆ RefreshItems() [2/2]

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

Definition at line 33535 of file Player.cs.

33536 {
33537 for (int i = 0; i < array.Length; i++)
33538 {
33539 array[i]?.Refresh(onlyIfVariantChanged);
33540 }
33541 }

References System.array.