TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetBulletHitbox()

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

Definition at line 87 of file Projectile.cs.

88 {
89 //IL_0002: Unknown result type (might be due to invalid IL or missing references)
90 //IL_0003: Unknown result type (might be due to invalid IL or missing references)
91 //IL_0009: Unknown result type (might be due to invalid IL or missing references)
92 //IL_000e: Unknown result type (might be due to invalid IL or missing references)
93 return Utils.CenteredRectangle(GetBulletPosition(bulletIndex, centerPoint), BulletSize);
94 }
Vector2 GetBulletPosition(int bulletIndex, Vector2 centerPoint)
Definition Projectile.cs:74

References Terraria.Projectile.HallowBossPelletStormInfo.BulletSize, Terraria.Utils.CenteredRectangle(), and Terraria.Projectile.HallowBossPelletStormInfo.GetBulletPosition().

+ Here is the call graph for this function: