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

◆ ItemCheck_TryDestroyingDrones()

void Terraria.Player.ItemCheck_TryDestroyingDrones ( Item sItem)
inlineprivate

Definition at line 15461 of file Player.cs.

15462 {
15463 int type = sItem.type;
15464 int[] array = this.ownedProjectileCounts;
15465 if (this.controlUseItem && this.itemTime == 0)
15466 {
15467 bool flag = this.mouseInterface;
15468 if (!flag)
15469 {
15470 if (!flag)
15471 {
15472 }
15473 int whoAmI = this.whoAmI;
15474 }
15475 }
15476 }
class f__AnonymousType0<< Count > j__TPar
bool mouseInterface
Definition Player.cs:21080
int[] ownedProjectileCounts
Definition Player.cs:23249
bool controlUseItem
Definition Player.cs:21482

References System.array, Terraria.Player.controlUseItem, Terraria.Player.itemTime, j__TPar, Terraria.Player.mouseInterface, Terraria.Player.ownedProjectileCounts, and Terraria.Entity.whoAmI.