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

◆ SpreadLava()

static bool Terraria.DelegateMethods.SpreadLava ( int x,
int y )
inlinestatic

Definition at line 200 of file DelegateMethods.cs.

201 {
202 if (!true)
203 {
204 }
205 if (!true)
206 {
207 }
208 Dust dust;
209 float x2 = dust.velocity.X;
210 float y2 = dust.velocity.Y;
211 Dust dust2;
212 float x3 = dust2.velocity.X;
213 float y3 = dust2.velocity.Y;
216 return true;
217 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Dust.velocity, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.