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

◆ SpreadHoney()

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

Definition at line 178 of file DelegateMethods.cs.

179 {
180 if (!true)
181 {
182 }
183 if (!true)
184 {
185 }
186 Dust dust;
187 float y2 = dust.velocity.Y;
188 float x2 = dust.velocity.X;
190 Dust dust2;
191 float x3 = dust2.velocity.X;
192 float y3 = dust2.velocity.Y;
196 return true;
197 }
class f__AnonymousType0<< Count > j__TPar

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