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

◆ NewProjectile() [1/2]

static int Terraria.Projectile.NewProjectile ( IEntitySource spawnSource,
float X,
float Y,
float SpeedX,
float SpeedY,
int Type,
int Damage,
float KnockBack,
int Owner = -1,
float ai0 = 0f,
float ai1 = 0f,
float ai2 = 0f )
inlinestatic

Definition at line 280 of file Projectile.cs.

281 {
282 if (!true)
283 {
284 }
285 int myPlayer = Main.myPlayer;
286 int num = Projectile.FindOldestProjectile();
287 int myPlayer2 = Main.myPlayer;
288 int num2;
289 return num2;
290 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Projectile.FindOldestProjectile(), j__TPar, and Terraria.Main.myPlayer.