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

◆ TryTracking()

bool Terraria.DataStructures.DroneCameraTracker.TryTracking ( [Out] Vector2 cameraPosition)
inline

Definition at line 57 of file DroneCameraTracker.cs.

58 {
60 Projectile trackedProjectile = this._trackedProjectile;
61 if (trackedProjectile != null)
62 {
63 Vector2 center = trackedProjectile.Center;
64 }
65 this._inUse = true;
66 return true;
67 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.DataStructures.DroneCameraTracker._trackedProjectile, j__TPar, and Terraria.DataStructures.DroneCameraTracker.ValidateTrackedProjectile().