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

◆ SmoothTrack()

void Terraria.GameContent.Generation.TrackGenerator.SmoothTrack ( )
inlineprivate

Definition at line 259 of file TrackGenerator.cs.

260 {
261 int length = this._length;
262 if (!false)
263 {
264 }
265 int num = Math.Min(0, 43134976);
266 TrackGenerator.TrackHistory[] history = this._history;
267 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152
readonly TrackGenerator.TrackHistory[] _history

References Terraria.GameContent.Generation.TrackGenerator._history, Terraria.GameContent.Generation.TrackGenerator._length, j__TPar, System.length, and System.Math.Min().