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

◆ GetSectionLength()

void Terraria.GameContent.Golf.FancyGolfPredictionLine.GetSectionLength ( int startIndex,
[Out] float length,
[Out] float rotation )
inlineprivate

Definition at line 119 of file FancyGolfPredictionLine.cs.

120 {
121 int size = this._positions._size;
122 List<Vector2> positions = this._positions;
123 if (size == 0)
124 {
125 }
128 if (size == 0)
129 {
130 }
131 }
class f__AnonymousType0<< Count > j__TPar

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

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