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

◆ GetPosition()

Vector2 Terraria.GameContent.Golf.FancyGolfPredictionLine.GetPosition ( float indexProgress)
inlineprivate

Definition at line 134 of file FancyGolfPredictionLine.cs.

135 {
136 int num = 1;
137 if (num == 0)
138 {
139 }
140 int size = this._positions._size;
141 List<Vector2> positions = this._positions;
142 if (num == 0)
143 {
144 return;
145 }
146 }

References Terraria.GameContent.Golf.FancyGolfPredictionLine._positions, and System.Collections.Generic.List< T >._size.

Referenced by Terraria.GameContent.Golf.FancyGolfPredictionLine.Draw().