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

◆ DoExhaustMinecartEffect()

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

Definition at line 1269 of file Mount.cs.

1270 {
1271 if (!true)
1272 {
1273 }
1274 int num;
1275 if (num == 0)
1276 {
1277 int num2 = 39322;
1278 int num3 = 39322;
1279 Vector2 directions = mountedPlayer.Directions;
1280 int direction = mountedPlayer.direction;
1281 float x = mountedPlayer.velocity.X;
1282 float y = mountedPlayer.velocity.Y;
1283 if (direction == 0)
1284 {
1285 }
1286 int num4 = 43691;
1287 Vector2 center = mountedPlayer.Center;
1288 if (num4 == 0)
1289 {
1290 }
1291 Dust dust;
1292 float x2 = dust.velocity.X;
1293 float y2 = dust.velocity.Y;
1294 int num5 = 1;
1295 dust.noGravity = num5 != 0;
1296 dust.fadeIn = (float)num2;
1297 dust.scale = (float)num3;
1300 int direction2 = mountedPlayer.direction;
1302 if (num5 == 0)
1303 {
1304 }
1305 int cMinecart = mountedPlayer.cMinecart;
1308 }
1309 }
class f__AnonymousType0<< Count > j__TPar

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