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

◆ JumpHeight()

int Terraria.Mount.JumpHeight ( float xVelocity)
inline

Definition at line 403 of file Mount.cs.

404 {
405 int type;
406 int jumpHeight;
407 do
408 {
409 Mount.MountData data = this._data;
410 type = this._type;
411 jumpHeight = data.jumpHeight;
412 }
413 while (type == 0);
414 if (type == 0)
415 {
416 }
417 if (this._frameState == 0)
418 {
419 }
421 if (!shouldSuperCart || !shouldSuperCart)
422 {
423 }
424 return jumpHeight;
425 }
class f__AnonymousType0<< Count > j__TPar
Mount.MountData _data
Definition Mount.cs:1845
bool _shouldSuperCart
Definition Mount.cs:1902
int _frameState
Definition Mount.cs:1866

References Terraria.Mount._data, Terraria.Mount._frameState, Terraria.Mount._shouldSuperCart, Terraria.Mount._type, j__TPar, and Terraria.Mount.MountData.jumpHeight.