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

◆ GetBulletPosition()

Vector2 Terraria.Projectile.HallowBossPelletStormInfo.GetBulletPosition ( int bulletIndex,
Vector2 centerPoint )
inline

Definition at line 8490 of file Projectile.cs.

8491 {
8492 if (!true)
8493 {
8494 }
8495 if (!true)
8496 {
8497 }
8498 float startAngle = this.StartAngle;
8499 float anglePerBullet = this.AnglePerBullet;
8500 if (!true)
8501 {
8502 }
8503 float stormTotalRange = this.StormTotalRange;
8506 return 1;
8507 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Projectile.HallowBossPelletStormInfo.AnglePerBullet, Terraria.Projectile.HallowBossPelletStormInfo.BulletsProgressInStormBonusByIndexNormalized, Terraria.Projectile.HallowBossPelletStormInfo.BulletsProgressInStormStartNormalized, j__TPar, Terraria.Projectile.HallowBossPelletStormInfo.StartAngle, and Terraria.Projectile.HallowBossPelletStormInfo.StormTotalRange.

Referenced by Terraria.Projectile.HallowBossPelletStormInfo.GetBulletHitbox().