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

◆ TentacleSpike_TrySpiking()

void Terraria.Player.TentacleSpike_TrySpiking ( NPC npc,
Item sItem,
float damage,
float knockBack )
inlineprivate

Definition at line 14626 of file Player.cs.

14627 {
14629 if (spawnTentacleSpikes)
14630 {
14632 {
14633 }
14634 int myPlayer = Main.myPlayer;
14635 int whoAmI = this.whoAmI;
14636 if (npc != null)
14637 {
14638 long num = 0L;
14639 bool flag = npc.CanBeChasedBy(this, num != 0L);
14640 }
14641 Microsoft.Xna.Framework.Vector2 center = npc.Center;
14643 if (whoAmI == 0)
14644 {
14645 }
14646 if (!true)
14647 {
14648 }
14649 Rectangle hitbox = npc.Hitbox;
14653 int whoAmI2 = this.whoAmI;
14654 int whoAmI3 = npc.whoAmI;
14655 if (32640 == 0)
14656 {
14657 }
14658 int whoAmI4 = npc.whoAmI;
14659 int whoAmI5 = npc.whoAmI;
14660 }
14661 }
class f__AnonymousType0<< Count > j__TPar
IEntitySource GetProjectileSource_Item(Item item)
Definition Player.cs:3853
Microsoft.Xna.Framework.Vector2 MountedCenter
Definition Player.cs:369
bool _spawnTentacleSpikes
Definition Player.cs:23108

References Terraria.Player._spawnTentacleSpikes, Terraria.NPC.CanBeChasedBy(), Terraria.Entity.Center, Terraria.Player.GetProjectileSource_Item(), Terraria.Entity.Hitbox, j__TPar, System.L, Terraria.Player.MountedCenter, Terraria.Main.myPlayer, and Terraria.Entity.whoAmI.