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

◆ LandBall()

void Terraria.GameContent.Golf.GolfState.LandBall ( Projectile golfBall)
inline

Definition at line 254 of file GolfState.cs.

255 {
256 GolfBallTrackRecord[] hitRecords = this._hitRecords;
257 if (this != null)
258 {
259 float x = golfBall.position.X;
260 float y = golfBall.position.Y;
261 return;
262 }
263 }
class f__AnonymousType0<< Count > j__TPar
GolfBallTrackRecord[] _hitRecords
Definition GolfState.cs:355

References Terraria.GameContent.Golf.GolfState._hitRecords, and j__TPar.