Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
RefreshItems()
[2/2]
void
Terraria.Player.RefreshItems
(
Item
[]
array
,
bool
onlyIfVariantChanged
)
inline
private
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
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Text.RegularExpressions.ExceptionArgument.i
@ i
System.ExceptionArgument.array
@ array
References
System.array
.
Terraria
Player
Generated by
1.10.0