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

◆ UpdateEffects()

void Terraria.Mount.UpdateEffects ( Player mountedPlayer)
inline

Definition at line 1361 of file Mount.cs.

1362 {
1363 bool constantJump = this._data.constantJump;
1364 mountedPlayer.autoJump = constantJump;
1365 if (!constantJump)
1366 {
1367 }
1368 if (constantJump)
1369 {
1370 bool usingSuperCart = mountedPlayer.UsingSuperCart;
1371 this._shouldSuperCart = constantJump;
1373 float x = mountedPlayer.velocity.X;
1374 if (!constantJump)
1375 {
1376 }
1377 float runSpeed = this.RunSpeed;
1378 int statDefense = mountedPlayer.statDefense;
1379 mountedPlayer.statDefense = statDefense;
1380 return;
1381 }
1382 int type = this._type;
1383 }
class f__AnonymousType0<< Count > j__TPar
void CastSuperCartLaser(Player mountedPlayer)
Definition Mount.cs:1386
Mount.MountData _data
Definition Mount.cs:1845
float RunSpeed
Definition Mount.cs:275

References Terraria.Mount._data, Terraria.Mount._type, Terraria.Mount.CastSuperCartLaser(), j__TPar, and Terraria.Mount.RunSpeed.