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

◆ UpdateFogMachineCloud()

void Terraria.Gore.UpdateFogMachineCloud ( )
inlineprivate

Definition at line 196 of file Gore.cs.

197 {
198 int num = 1;
199 int num2 = this.timeLeft;
200 if (num == 0)
201 {
202 }
203 this.timeLeft = num;
204 float x = this.position.X;
205 float y = this.position.Y;
206 if (num == 0)
207 {
208 }
209 if (num == 0)
210 {
211 }
212 int num3 = this.timeLeft;
213 if (this.alpha == 0)
214 {
215 }
216 int num4;
217 if (num4 == 0)
218 {
219 int num5 = this.alpha;
221 return;
222 }
223 float x2 = this.position.X;
224 float y2 = this.position.Y;
225 float x3 = this.velocity.X;
226 float y3 = this.velocity.Y;
227 int num6;
228 if (num6 == 0)
229 {
230 }
231 }
class f__AnonymousType0<< Count > j__TPar
Vector2 velocity
Definition Gore.cs:445
Vector2 position
Definition Gore.cs:442
int alpha
Definition Gore.cs:454
int timeLeft
Definition Gore.cs:469

References Terraria.Gore.alpha, j__TPar, Terraria.Gore.position, Terraria.Gore.timeLeft, Terraria.Gore.velocity, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.