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

◆ Spawn_PetExchange()

static void Terraria.GameContent.Drawing.ParticleOrchestrator.Spawn_PetExchange ( ParticleOrchestraSettings settings)
inlinestaticprivate

Definition at line 361 of file ParticleOrchestrator.cs.

362 {
363 Gore gore;
364 gore.alpha = 100;
365 float num;
366 Vector2 vector = num.ToRotationVector2();
367 float x = settings.MovementVector.X;
368 float y = settings.MovementVector.Y;
369 gore.velocity.X = x;
370 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.GameContent.Drawing.ParticleOrchestraSettings.MovementVector, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.