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

◆ UpdateAmbientAirborneCloud()

void Terraria.Gore.UpdateAmbientAirborneCloud ( )
inlineprivate

Definition at line 150 of file Gore.cs.

151 {
152 int num = 1;
153 int num2 = this.timeLeft;
154 if (num == 0)
155 {
156 }
157 this.timeLeft = num;
158 float x = this.position.X;
159 float y = this.position.Y;
160 if (num == 0)
161 {
162 }
163 if (num == 0)
164 {
165 }
166 float x2 = this.velocity.X;
167 float y2 = this.velocity.Y;
169 if (num == 0)
170 {
171 }
172 int num3 = this.timeLeft;
173 if (this.alpha == 0)
174 {
175 }
176 int num4;
177 if (num4 == 0)
178 {
179 int num5 = this.alpha;
181 return;
182 }
183 float x3 = this.position.X;
184 float y3 = this.position.Y;
185 float x4 = this.velocity.X;
186 float y4 = this.velocity.Y;
187 int num6;
188 if (num6 == 0)
189 {
190 }
193 }
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.