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

◆ UpdateAbigailStatus()

void Terraria.Player.UpdateAbigailStatus ( )
inlineprivate

Definition at line 4094 of file Player.cs.

4095 {
4096 int[] array = this.ownedProjectileCounts;
4097 Microsoft.Xna.Framework.Vector2 center = base.Center;
4098 if (array == null)
4099 {
4100 }
4101 int num = 1;
4102 if (num == 0)
4103 {
4104 }
4105 int whoAmI = this.whoAmI;
4106 int value = num.m_value;
4107 if (num == 0)
4108 {
4109 }
4110 }
class f__AnonymousType0<< Count > j__TPar
int[] ownedProjectileCounts
Definition Player.cs:23249

References System.array, j__TPar, Terraria.Player.ownedProjectileCounts, System.value, and Terraria.Entity.whoAmI.