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

◆ DoSteamMinecartEffect()

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

Definition at line 1237 of file Mount.cs.

1238 {
1239 float x = mountedPlayer.velocity.X;
1240 if (!true)
1241 {
1242 }
1243 int frame = this._frame;
1244 if (frame == 0)
1245 {
1246 if (frame == 0)
1247 {
1248 }
1249 Vector2 directions = mountedPlayer.Directions;
1250 Vector2 center = mountedPlayer.Center;
1251 Dust dust;
1252 float x2 = dust.velocity.X;
1253 float y = dust.velocity.Y;
1254 dust.fadeIn = (float)39322;
1255 dust.noGravity = true;
1256 dust.scale = (float)26214;
1258 dust.velocity.Y = y;
1259 if (26214 == 0)
1260 {
1261 }
1262 int cMinecart = mountedPlayer.cMinecart;
1265 }
1266 }
class f__AnonymousType0<< Count > j__TPar

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