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

◆ RecordSwing()

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

Definition at line 160 of file GolfState.cs.

161 {
162 Vector2 position = golfBall.position;
163 this._lastSwingPosition = position;
165 int num = 1;
168 GolfBallTrackRecord[] hitRecords = this._hitRecords;
169 GolfBallTrackRecord[] hitRecords2 = this._hitRecords;
170 float x = golfBall.position.X;
171 float y = golfBall.position.Y;
172 }
class f__AnonymousType0<< Count > j__TPar
GolfBallTrackRecord[] _hitRecords
Definition GolfState.cs:355

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