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

◆ DoGemMinecartEffect()

void Terraria.Mount.DoGemMinecartEffect ( Player mountedPlayer,
int dustType )
inlineprivate

Definition at line 1206 of file Mount.cs.

1207 {
1208 if (!true)
1209 {
1210 }
1211 int num;
1212 if (num == 0)
1213 {
1214 if (!true)
1215 {
1216 }
1217 Vector2 directions = mountedPlayer.Directions;
1218 Vector2 center = mountedPlayer.Center;
1219 Dust dust;
1220 float x = dust.velocity.X;
1221 float y = dust.velocity.Y;
1222 dust.fadeIn = (float)39322;
1223 dust.noGravity = true;
1224 dust.scale = (float)52429;
1225 dust.velocity.X = x;
1226 dust.velocity.Y = y;
1227 if (52429 == 0)
1228 {
1229 }
1230 int cMinecart = mountedPlayer.cMinecart;
1233 }
1234 }
class f__AnonymousType0<< Count > j__TPar

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