terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RefreshInfoAccs()

void Terraria.Player.RefreshInfoAccs ( )
inline

Definition at line 4355 of file Player.cs.

4356 {
4357 int type = this.inventory.type;
4358 this.RefreshInfoAccsFromItemType(type);
4359 int num = 32;
4360 int type2 = this.armor.type;
4361 this.RefreshInfoAccsFromItemType(type2);
4362 Item[] item = this.bank4.item;
4363 if (item == null)
4364 {
4365 }
4366 if (item.oldDirection != 0)
4367 {
4369 }
4371 }
class f__AnonymousType0<< Count > j__TPar
Item[] item
Definition Chest.cs:1344
void RefreshInfoAccsFromItemType(int accType)
Definition Player.cs:4479
void RefreshInfoAccsFromTeamPlayers()
Definition Player.cs:4374
Item[] inventory
Definition Player.cs:21263

References Terraria.Player.armor, Terraria.Player.bank4, Terraria.Player.inventory, System.item, Terraria.Chest.item, j__TPar, Terraria.Player.RefreshInfoAccsFromItemType(), Terraria.Player.RefreshInfoAccsFromTeamPlayers(), and Terraria.Item.type.