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

◆ ValidateTrackedProjectile()

void Terraria.DataStructures.DroneCameraTracker.ValidateTrackedProjectile ( )
inlineprivate

Definition at line 29 of file DroneCameraTracker.cs.

30 {
31 Projectile trackedProjectile = this._trackedProjectile;
32 if (trackedProjectile != null && trackedProjectile.active)
33 {
34 int type = trackedProjectile.type;
36 int owner = trackedProjectile.owner;
37 if (type == 0)
38 {
39 }
40 int myPlayer = Main.myPlayer;
41 if (trackedProjectile == null)
42 {
43 }
44 if (!Main.LocalPlayer.remoteVisionForDrone)
45 {
46 }
47 }
48 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.DataStructures.DroneCameraTracker._lastTrackedType, Terraria.DataStructures.DroneCameraTracker._trackedProjectile, Terraria.Entity.active, j__TPar, Terraria.Main.LocalPlayer, Terraria.Main.myPlayer, Terraria.Player.remoteVisionForDrone, and Terraria.Projectile.type.

Referenced by Terraria.DataStructures.DroneCameraTracker.TryTracking().