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

◆ SetPlayerDataToOutOfClassFields()

void Terraria.Player.SetPlayerDataToOutOfClassFields ( )
inline

Definition at line 18852 of file Player.cs.

18853 {
18855 if (temporaryItemSlots.position != null)
18856 {
18857 }
18858 if (temporaryItemSlots == null)
18859 {
18860 }
18861 Item item;
18864 if (temporaryItemSlots2.velocity != null)
18865 {
18866 }
18867 if (temporaryItemSlots2 == null)
18868 {
18869 }
18870 bool wet = temporaryItemSlots2.wet;
18872 if (temporaryItemSlots3.oldPosition != null)
18873 {
18874 }
18875 if (temporaryItemSlots3 == null)
18876 {
18877 }
18878 Item item2;
18881 if (temporaryItemSlots4.oldVelocity != null)
18882 {
18883 }
18884 if (temporaryItemSlots4 == null)
18885 {
18886 }
18887 Item item3;
18890 }
class f__AnonymousType0<< Count > j__TPar
Item[] _temporaryItemSlots
Definition Player.cs:23546

References Terraria.Player._temporaryItemSlots, Terraria.GameContent.Creative.CreativePowerManager.ApplyLoadedDataToPlayer(), Terraria.GameContent.Creative.CreativePowerManager.Instance, System.item, j__TPar, Terraria.Entity.oldPosition, Terraria.Entity.oldVelocity, Terraria.Entity.position, Terraria.Entity.velocity, and Terraria.Entity.wet.