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

◆ GetByUUID() [1/2]

static int Terraria.Projectile.GetByUUID ( int owner,
float uuid )
inlinestatic

Definition at line 20917 of file Projectile.cs.

20918 {
20919 return GetByUUID(owner, (int)uuid);
20920 }
int owner
The index of the player who owns this projectile. In Multiplayer, Clients "own" projectiles that they...
static int GetByUUID(int owner, float uuid)

References Terraria.Projectile.GetByUUID(), and Terraria.Projectile.owner.

Referenced by Terraria.Player.FreeUpPetsAndMinions(), Terraria.Projectile.GetByUUID(), Terraria.Main.SortStardustDragonProjectiles(), and Terraria.Projectile.Update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: