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

◆ CreateTrackStart()

void Terraria.GameContent.Generation.TrackGenerator.CreateTrackStart ( Point origin)
inlineprivate

Definition at line 148 of file TrackGenerator.cs.

149 {
150 if (!true)
151 {
152 }
153 int num = 1;
154 TrackGenerator.TrackHistory[] history = this._history;
155 this.playerHeight = num;
156 TrackGenerator.TrackHistory[] history2 = this._history;
157 int num2 = 1;
158 int xDirection = this._xDirection;
159 history2.Slope = (TrackGenerator.TrackSlope)num2;
160 history2.X = (short)xDirection;
161 TrackGenerator.TrackHistory[] history3 = this._history;
162 }
class f__AnonymousType0<< Count > j__TPar
readonly TrackGenerator.TrackHistory[] _history

References Terraria.GameContent.Generation.TrackGenerator._history, Terraria.GameContent.Generation.TrackGenerator._xDirection, and j__TPar.

Referenced by Terraria.GameContent.Generation.TrackGenerator.Place().